Arc is a modern, expressive programming language designed to combine performance with developer productivity.
Arc aims to provide a clean and expressive syntax, powerful abstractions, and efficient execution for a wide range of programming tasks.
This project is in early development. See the ROADMAP.md file for planned features and development timeline.
Check out the docs directory for more information on how to get started with Arc.
Check out the examples directory for sample code and usage patterns.
arc/
├── src/ # Source code for the Arc compiler and runtime
├── cli/ # CLI for the whole language
├── compiler/ # Compiler components
├── runtime/ # Runtime components
├── interpreter/ # Interpreter components
├── examples/ # Example programs written in Arc
├── docs/ # Documentation for the Arc language and its features
Contributions are welcome! Please feel free to submit Pull Requests and issues.
The project is licensed under the MIT License. See the LICENSE file for details.