-
Notifications
You must be signed in to change notification settings - Fork 10
The Min language
License
macournoyer/min
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
THE MIN LANGUAGE Min is a Prototype-based language with syntax inspired by Io and Ruby topped with Python's indentation. It's aimed at being the most readable and powerful language ever, really. Oh, and fast too (but fast enough rather then fastest). == Philosophies * Everything is an object. * No special magic statements (if, def, while, +, &&), everything is a method call. * Open, extensible object model. * Only 4 core constructs: Closure, Object, VTable and Literals. * As close to English as possible. * As little parenthesis as possible. == Credits The language constructs are derived from Io by Steve Dekorte <http://www.iolanguage.com>. Parts of the VM design are taken from Potion by _why <http://github.com/why/potion>. khash.h and kvec.h are (c) Attractive Chaos <attractivechaos@aol.co.uk> == License MIT License, (c) Marc-Andre Cournoyer <macournoyer@gmail.com>
About
The Min language
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published