1
0

README 339 B

12345678910111213
  1. Trivial Node.js example in JTalk that also uses the Google Closure compiler
  2. if ~/compiler.jar is present.
  3. Hello.st - source code.
  4. hello - trivial bash script to run resulting program.
  5. Makefile - trivial makefile, read it.
  6. Hello.js - produced when you run make. Contains JTalk + Hello.st + a main call
  7. To play, do this:
  8. make
  9. ./hello