Wunnel
Try it online @ catseye.tc | Wiki entry @ esolangs.org | See also: Etcha ∘ Gemooy
This is the reference distribution of Wunnel, an esoteric programming language.
At present, it contains:
- the specification of the language, in doc/Wunnel.md, copied from the Wunnel article on the esolangs.org wiki (which is in the public domain and was mostly written by me anyway);
- an implementation of Wunnel in JavaScript and HTML5, using yoob.js; and
- an implementation of Wunnel in Lua.
It's all in the public domain; see the file LICENSES/Unlicense.txt for more information.
There is also a public-domain implementation of Wunnel in Java included in the yoob distribution.
Commit History
@master
git clone https://git.catseye.tc/Wunnel/
- Note that there is a Lua implementation now. Chris Pressey a month ago
- Fix bug in playfield.lua where final character was being dropped. Chris Pressey a month ago
- Implement I/O. Manual tests OK, unclear why Falderal tests aren't. Chris Pressey a month ago
- Fix the implementation (I believe). Chris Pressey a month ago
- Add some debugging, and a nascent test suite, and fix a few things Chris Pressey a month ago
- Make it even more Wunnel-shaped, not to mention Lua-shaped. Chris Pressey a month ago
- Make the Lua implementation more Wunnel-shaped. Chris Pressey a month ago
- Skeleton of Wunnel in Lua which is actually mostly still Etcha. Chris Pressey 2 months ago
- Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 2 months ago
- Update links in README. Chris Pressey 1 year, 27 days ago