Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanw/bitscript

An experimental language that compiles to JavaScript and C++
https://github.com/evanw/bitscript

Last synced: 8 days ago
JSON representation

An experimental language that compiles to JavaScript and C++

Awesome Lists containing this project

README

        

# BitScript

BitScript is an experimental language that compiles to both JavaScript and C++. Memory management is done using annotations for shared and owned pointers. These annotations are thrown away when compiling to JavaScript but are converted to smart pointers when compiling to C++.

Demo: [http://evanw.github.io/bitscript/demo/](http://evanw.github.io/bitscript/demo/)