foolang

Foolang is a Smalltalk-inspired toy language.


Keywords
foolang, language
License
MIT

Documentation

Foolang

Build Status License: MIT

The main Foolang website is https://foolang.org, containing syntax, design notes, aspirations, etc.

class Main {}
    class method run: command in: system
        system output println: "Hello world!"
end

See CONTRIBUTING.md for information on how to contribute. You'll be the first, so it'll be interesting to see how that works out!