README 317 B

12345678910111213
  1. Trivial Node.js example in Amber. To compile execute:
  2. grunt amberc:hello
  3. Hello.st - source code.
  4. hello - trivial bash script to run resulting program.
  5. Hello.js - compiled from Hello.st.
  6. Program.js - compile from Hello.st and includes Amber, can run from node.
  7. To compile and run.
  8. grunt amberc:hello
  9. ./hello