The Monkey Programming Language
monkeylang.org
The Monkey Programming Language
1–10 of 37 posts
Re: The Monkey Programming Language
#2Re: The Monkey Programming Language
#3Bit of bait-and-switch here: thought I was learning about a new programming language when it's more a pitch for books about making programming languages. Creative advertising on the part of the author though!
If you have not read the books they are a really good practical introductions to building interpreters and compilers.
Re: The Monkey Programming Language
#4Re: The Monkey Programming Language
#5I may be getting the book soon...
Re: The Monkey Programming Language
#6[1] https://www.se-radio.net/2019/05/365-thorsten-ball-on-buildi...
Re: The Monkey Programming Language
#7Re: The Monkey Programming Language
#8I was looking for this and didn't realize it. I'm designing a fantasy console and wanted to include a modern-syntax, small, interpreted language that has many independent implementations - a new BASIC or Pascal. Lua comes close to this but attention is really centered around the PUC-Rio and LuaJIT implementations and not on being easily reimplemented, and every "classic" option one might think of(including Lisps and…
Re: The Monkey Programming Language
#9I was looking for this and didn't realize it. I'm designing a fantasy console and wanted to include a modern-syntax, small, interpreted language that has many independent implementations - a new BASIC or Pascal. Lua comes close to this but attention is really centered around the PUC-Rio and LuaJIT implementations and not on being easily reimplemented, and every "classic" option one might think of(including Lisps and…
Re: The Monkey Programming Language
#10This is another language whose syntax is similar to Rust's. I wonder why the author chose it, in spite of its Go heritage.
There's already Monkey C used to develop for Garmin devices, and the Monkey/MonkeyX/Monkey2 family by Mark Sibly (of Amiga Blitz Basic fame).