Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ranzeplay/arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A programming language focusing on expressiveness and precision.

Topics

Resources

License

Stars

Watchers

Forks