L1VM - objects

I did add a new object and objectend keyword to Brackets. With this you can declare objects and OOP like named functions. If the function name begins with an uppercase P then it is a private function.

I did write a new OOP version of my math circle program. You can see how it works there.

Here is the circle object as shown in Emacs with one variable block:

circle-math-oop.l1com

This is OOP done right with the variables and the functions combined in one object.