https://github.com/vic/wat.rb
Wat VM implemented in Ruby.
https://github.com/vic/wat.rb
Last synced: about 1 year ago
JSON representation
Wat VM implemented in Ruby.
- Host: GitHub
- URL: https://github.com/vic/wat.rb
- Owner: vic
- Created: 2013-12-12T03:36:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T03:56:17.000Z (over 12 years ago)
- Last Synced: 2025-02-16T20:43:37.104Z (over 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wat.rb
======
A ruby implementation of the [Wat language](http://axisofeval.blogspot.mx/2013/05/a-new-low-in-programming-language.html "Wat").
Wat was designed and first implemented in [JavaScript](https://github.com/manuel/wat-js "wat-js") by [Manuel Simoni](https://twitter.com/msimoni)