Skip to content

Echorial/Carbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon programming language

Homepage

A clean c++/c# like language that transpiles to Javascript, PHP, C++ and more, while maintaining native performance.

Specification

Specs should come soon ( Before Carbonite 1.0 ) and will be hosted in this repo.

Example

class App {
    int start(<string>array args) {
        let msg = ["Hello", "world!"];
        
        Console.log(msg.join(" "));
        
        return 0;
    }
}

Projects built with carbon

  • Carbonite Carbon compiler written in carbon.
  • Websom Web framework that runs on Node.js and PHP
  • Carpeg Small PEG based parser generator.
  • Add to this list by opening an issue.

Releases

No releases published

Packages

No packages published