8000 GitHub - macournoyer/min at redux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

macournoyer/min

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Contributors 2

  •  
  •  

Languages

0