macournoyer/min
The Min language
{ "createdAt": "2008-12-28T06:56:31Z", "defaultBranch": "master", "description": "The Min language", "fullName": "macournoyer/min", "homepage": "", "language": "Java", "name": "min", "pushedAt": "2014-07-18T14:58:24Z", "stargazersCount": 102, "topics": [], "updatedAt": "2024-03-13T14:14:41Z", "url": "https://github.com/macournoyer/min"}THE MIN LANGUAGE
Section titled “THE MIN LANGUAGE”Min is a Prototype-based language with syntax inspired by Io and Ruby, topped with Python’s indentation (but only when you want to). It’s aimed at being the most readable and powerful language ever, really! Oh, and not too slow (running on the JVM).
Min = Io clone do: you_can indent to("create blocks") you_can indent to("split a message chain in several lines")
initialize = method: @it = "rly looks like Ruby" @but = "with lots of Io flavor"
if(indentation == confusing?("sometimes"), use () like in(Io) )Philosophies
Section titled “Philosophies”- Everything is an object.
- Everything is a message, no special magic statements (if, def, while, +, &&).
- As little parenthesis as possible.
- Most of the core is open.
- As close to English as possible.
Features
Section titled “Features”- Running on the JVM
- Indentation is an option
- Ruby-like syntax
- More to come…
License
Section titled “License”MIT License, (c) macournoyer