PicoLisp Explored: Object-Oriented Programming, Part 2
In the previous post, we showed how to define classes and their methods and properties in PicoLisp using the class and dm functions.
We have already created the classes +Shape and its two subclasses +Rectangle and +Circle with a few methods. You can ...
picolisp-explored.com5 min read