It is modified version of tomstuart/nothing.
The idea is to implement some basic data structures and control flow under the constraint of only being allowed to create and call procs in Javascript.
git clone https://github.com/chameleonTK/programming-with-nothing-js.git
npm install
npm install -g jasmin
node main.js
Testing framework : jasmin
I write down my code spec at
spec\CodeSpec.js
There are my nine articles (in Thai) and one original article (in English) which will explain in more detail.