Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/evanw/bitscript
- Owner: evanw
- Created: 2013-08-19T04:04:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-27T15:51:47.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T09:23:24.345Z (22 days ago)
- Language: JavaScript
- Size: 730 KB
- Stars: 32
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - bitscript
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/)