Nicolas Petton 4880fd28ca More renaming 12 rokov pred
..
Hello.js c67db8d361 Moved TrySmalltalk into examples/ 12 rokov pred
Hello.st 6a29f342de Changed -g to -d for additionally creating deployment files in jtalkc. Added -S for using libraries files using a common suffix. Fixed jtalkc so that it works on MacOS X (mktemp syntax). Moved all node/webos examples into a new examples directory. 12 rokov pred
Makefile 4880fd28ca More renaming 12 rokov pred
Program.js c67db8d361 Moved TrySmalltalk into examples/ 12 rokov pred
README 6a29f342de Changed -g to -d for additionally creating deployment files in jtalkc. Added -S for using libraries files using a common suffix. Fixed jtalkc so that it works on MacOS X (mktemp syntax). Moved all node/webos examples into a new examples directory. 12 rokov pred
hello 6a29f342de Changed -g to -d for additionally creating deployment files in jtalkc. Added -S for using libraries files using a common suffix. Fixed jtalkc so that it works on MacOS X (mktemp syntax). Moved all node/webos examples into a new examples directory. 12 rokov pred

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