All Projects → macournoyer → Min

macournoyer / Min

Licence: mit
The Min language

Programming Languages

java
68154 projects - #9 most used programming language

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

  • 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

  • Running on the JVM
  • Indentation is an option
  • Ruby-like syntax
  • More to come...

License

MIT License, (c) macournoyer

Status on travis-ci.org

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].