Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.29 KB

File metadata and controls

38 lines (24 loc) · 1.29 KB

The Arc Programming Language

Arc is a modern, expressive programming language designed to combine performance with developer productivity.

Goal

Arc aims to provide a clean and expressive syntax, powerful abstractions, and efficient execution for a wide range of programming tasks.

Current Status

This project is in early development. See the ROADMAP.md file for planned features and development timeline.

Getting Started

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.

Project Structure

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

Contributing

Contributions are welcome! Please feel free to submit Pull Requests and issues.

License

The project is licensed under the MIT License. See the LICENSE file for details.