https://github.com/tjdevries/monkey.nvim
monkey interpreter (from thorsten ball's [he's an author, btw] book).
https://github.com/tjdevries/monkey.nvim
Last synced: 7 months ago
JSON representation
monkey interpreter (from thorsten ball's [he's an author, btw] book).
- Host: GitHub
- URL: https://github.com/tjdevries/monkey.nvim
- Owner: tjdevries
- Created: 2022-11-06T00:57:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T01:47:51.000Z (over 3 years ago)
- Last Synced: 2025-01-16T19:25:09.232Z (over 1 year ago)
- Language: Fennel
- Size: 11.7 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey.nvim
This is an implementation of `monkey`, the language from the amazing
[interpreter book](https://interpreterbook.com).
The implementation is in fennel for two reasons:
1. I wanted to try and write a lisp to learn something new
2. I thought it would be funny if we could run monkey programs inside of neovim
So, I'll continue tinkering with this repo on-and-off for a bit because I'm having fun.
And then after that, it seems possible that you'll be able to just run monkey files
and even write plugins in monkey -- which would be pretty fun :)