Skip to content

implementation of some basic data structure using only `function` and blog posts in Thai language

License

Notifications You must be signed in to change notification settings

chameleonTK/programming-with-nothing-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming With Nothing

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.


Get started

  • git clone https://github.com/chameleonTK/programming-with-nothing-js.git
  • npm install
  • npm install -g jasmin
  • node main.js

Test

Testing framework : jasmin

I write down my code spec at

spec\CodeSpec.js

More Detail

There are my nine articles (in Thai) and one original article (in English) which will explain in more detail.

About

implementation of some basic data structure using only `function` and blog posts in Thai language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published