Steel is an experimental compile-to-JavaScript programming language. Currently, it is a prototype; bugs and missing features are expected.
To install Steel, run the following commands.
git clone https://github.com/rob-3/steel-lang.git
cd steel-lang
npm install
chmod +x ./bin/steelThen, build the project with:
npm run buildTo start the REPL, use:
./bin/steelTo run a file, use:
./bin/steel file.steelTo compile a file to JavaScript (very experimental), use:
./bin/steel -c file.steelCopyright Robert Boyd III. Licensed under the Mozilla Public License 2.0.