Skip to content

Easy-ISLisp Version 5.37

Latest
Compare
Choose a tag to compare
@sasagawa888 sasagawa888 released this 10 Nov 23:20

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:

  1. Improved :initform behavior in defclass
    When using create 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.

  2. 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!