1
0
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