Göran Krampe f829a24f13 Several improvements to jtalkc and some fixes in nodejs Makefiles and README. %!s(int64=13) %!d(string=hai) anos
..
Hello.st 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. %!s(int64=13) %!d(string=hai) anos
Makefile f829a24f13 Several improvements to jtalkc and some fixes in nodejs Makefiles and README. %!s(int64=13) %!d(string=hai) anos
README 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. %!s(int64=13) %!d(string=hai) anos
hello d8e07e3d94 Added some code for using JTalk with Node.js %!s(int64=13) %!d(string=hai) anos

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