evanw / bitscript

An experimental language that compiles to JavaScript and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

An experimental language that compiles to JavaScript and C++


Languages

Language:JavaScript 50.1%Language:TypeScript 48.6%Language:CSS 1.3%