Göran Krampe 08e8f030e5 On second thought, removing Closure optimization from Node.js examples. пре 13 година
..
Hello.st 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. пре 13 година
Makefile 08e8f030e5 On second thought, removing Closure optimization from Node.js examples. пре 13 година
README 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. пре 13 година
hello d8e07e3d94 Added some code for using JTalk with Node.js пре 13 година

README

Trivial Node.js example in JTalk that also uses the Google Closure compiler
if ~/compiler.jar is present.

Hello.st - source code.
hello - trivial bash script to run resulting program.
Makefile - trivial makefile, read it.

Hello.js - produced when you run make. Contains JTalk + Hello.st + a main call

To play, do this:

make
./hello