2
0
Nicolas Petton 5e75f0f7c3 Moped jtalkc to bin/ 13 yıl önce
..
benchfib fb3e3b25cc Copied and adapted tinyBenchmarks from Squeak. 13 yıl önce
hello 2a20d14e2f Improved jtalk compiler, now named jtalkc in nodejs directory. Not specific to Node anymore. 13 yıl önce
trivialserver 2a20d14e2f Improved jtalk compiler, now named jtalkc in nodejs directory. Not specific to Node anymore. 13 yıl önce
trivialserver2 2a20d14e2f Improved jtalk compiler, now named jtalkc in nodejs directory. Not specific to Node anymore. 13 yıl önce
README 2a20d14e2f Improved jtalk compiler, now named jtalkc in nodejs directory. Not specific to Node anymore. 13 yıl önce
nodecompile.js 93156f8c48 Cleanups and better docs of nodejs stuff. 13 yıl önce

README

JTalk + Node.js = Awesomeness
=============================
These are some experiments of using JTalk together with Node.js:

jtalkc - a bash script for compiling JTalk programs.
nodecompile.js - Node.js javascript code for compiling .st files, used by jtalkc.

hello - Hello world example with a simple Makefile.
trivialserver - A slightly larger example.
trivialserver2 - A variation on trivialserver that tries to do more in JTalk.

You will need "node" in your path to try examples.