ajtalk

Smalltalk VM implemented in Javascript, for browser and Node.js


Keywords
smalltalk, nodejs, javascript, browser
License
Other
Install
npm install ajtalk@0.0.1-alfa

Documentation

AjTalkJs

Smalltalk bytecode Virtual Machine, written in Javascript. It can compile Smalltalk fileOut. Work in Progress.

See my other project (in C#): https://github.com/ajlopez/AjTalk

Blog posts about AjTalk implementations: http://ajlopez.wordpress.com/category/ajtalk

Development

git clone git://github.com/ajlopez/AjTalkJs.git
cd AjTalkJs
npm install
npm test

Samples

TBD

Versions

  • 0.0.1: Published and tagged
  • 0.0.2: Under development in master

Master has the current development code.

References