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/steel
Then, build the project with:
npm run build
To start the REPL, use:
./bin/steel
To run a file, use:
./bin/steel file.steel
To compile a file to JavaScript (very experimental), use:
./bin/steel -c file.steel
Copyright Robert Boyd III. Licensed under the Mozilla Public License 2.0.