README 352 B

1234567891011121314151617
  1. Trivial Node.js example in JTalk:
  2. Hello.st - source code.
  3. hello - trivial bash script to run resulting program.
  4. main.js - small "doit" to actually run code. Will be added by ntalkc.
  5. Makefile - trivial makefile, read it.
  6. Hello.js - produced when you run make. Contains JTalk + Hello.st + main.js
  7. To play, do this:
  8. make run
  9. ...or:
  10. make
  11. ./hello