Acute is an object-oriented programming language based on prototypes. It is an implementation of Io and aims to be entirely self-hosting. After all, any language worth its weight in NAND flash is self-hosting, isn't it?
Feature list, ready for it?
Here's a list of the features in Acute, more detail will be covered in the documentation.
- Lightweight Object-Oriented language
- Bootstrapped in Ruby (later, LLVM IR)
- Enhanced lightweight object model (differs from Io, more powerful)
- Slots as first class citizens (known as Metas in Acute)
Where's the code, Jack?
GitHub of course!