Source

  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:

https://github.com/h3rald/min
A small but practical concatenative programming language and shell.


Tags: language   jvm   message-passing  

Last modified 07 October 2024