Easy-ISLisp ver 5.37 Release Notes
We are pleased to announce the release of Easy-ISLisp ver 5.37! This update includes the following two bug fixes:
-
Improved
:initform
behavior indefclass
When usingcreate
in:initform
, the specified class instance is now created as an independent copy. This change allows multiple instances of the same class to be treated as distinct, independent objects. -
Fix for method precedence
There was an issue with method precedence when specifying a class explicitly in a method definition, such as((x <object>))
. This has now been resolved, thanks to a report by user mkamotsu. We appreciate their feedback.
Thank you for your continued support and contributions to improving Easy-ISLisp!