Göran Krampe 08e8f030e5 On second thought, removing Closure optimization from Node.js examples. il y a 13 ans
..
Hello.st 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. il y a 13 ans
Makefile 08e8f030e5 On second thought, removing Closure optimization from Node.js examples. il y a 13 ans
README 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. il y a 13 ans
hello d8e07e3d94 Added some code for using JTalk with Node.js il y a 13 ans

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