manuel / wat-js

Concurrency and Metaprogramming for JS
MIT License
259 stars 10 forks source link

Documentation #11

Open joelmccracken opened 9 years ago

joelmccracken commented 9 years ago

I recently downloaded wat-js and tried to use it. Simple things like (+ 1 3) worked, but $vau didn't work. Is there usage/documentation somewhere? It would be good to link to this from the README, if so.

manuel commented 9 years ago

Your best bet is to look at https://github.com/manuel/wat-js/blob/master/boot.wat which defines all available operators.