Göran Krampe f829a24f13 Several improvements to jtalkc and some fixes in nodejs Makefiles and README. 13 年之前
..
Hello.st 29e56bd5ab Added Google Closure compiler to jtalkc and updated Node.js Hello example to use new Smalltalk syntax. 13 年之前
Makefile f829a24f13 Several improvements to jtalkc and some fixes in nodejs Makefiles and README. 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