Skip to content

Releases: sasagawa888/eisl

Easy-ISLisp Version 5.38

25 Nov 09:18
Compare
Choose a tag to compare

Easy-ISLisp ver5.38 Release Notes
Key Updates

  1. Improvement of File Transfer in Distributed Parallel System

    Easy-ISLisp ver5.38 improves the file transfer functionality in the distributed parallel system.
    Specifically, issues with file transfer on Raspberry Pi have been resolved, ensuring stable file transfers between multiple nodes, including Raspberry Pi.

  2. Improved Stability on Raspberry Pi

    The issue with EOF recognition during communication on Raspberry Pi has been fixed, preventing errors during file transfers.

  3. Strengthened Communication Protocol

    The use of an explicit end-of-data sequence (0x15) instead of EOF ensures that communication errors are avoided and that data termination is reliably detected on the receiving side.

Easy-ISLisp Version 5.37

10 Nov 23:20
Compare
Choose a tag to compare

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!

Easy-ISLisp Version 5.36

26 Oct 03:38
Compare
Choose a tag to compare

Easy-ISLisp Version 5.36 Release Notes

We are pleased to announce the release of Easy-ISLisp version 5.36. This update includes some minor fixes.

Key Changes

  • Improved Editable REPL: Enhanced the editable REPL to display appropriate messages when parentheses or double quotes are unbalanced. This improvement helps users more easily identify syntax errors.

  • Bug Fixes in Edlis Editor: Fixed a bug related to file end processing in the Edlis editor. This fix should provide a more stable operation.

We continue to welcome bug reports from users. If you have any feedback or requests, please feel free to let us know.

Easy-ISLisp Version 5.35

09 Oct 22:54
Compare
Choose a tag to compare

Easy-ISLisp ver5.35 Release Notes

Release Date: October 10, 2024

This version includes multiple fixes and improvements based on user feedback. Special thanks to Arvyy for providing invaluable test cases, which helped identify and resolve several issues.

Improvements and Fixes

  1. Fixes for undefined-entity-name and undefined-entity-namespace
    A bug related to UNDEF_CLASS handling caused entities to not be processed correctly. This issue has been resolved by adding the missing handling for undefined entities.

  2. Correction of Generic Functions Associated with setf
    The behavior of generic functions tied to setf has been reviewed and corrected. Certain cases where setf did not behave as expected have been fixed.

  3. Accurate Operation of Slot Access Functions Triggered by setf
    The issue where slot access functions were not behaving correctly when invoked via setf has been addressed. Slot access and assignment now function as expected.

  4. All Test Cases Passed
    After applying the above fixes, all test cases passed successfully, including those provided by Arvyy, ensuring that the fixes meet the expected outcomes.

Future Plans and Community Engagement

These updates were made possible thanks to valuable feedback from the community, and a special thanks goes to Arvyy for the test cases. We continue to welcome bug reports and feature requests to further improve Easy-ISLisp. Your feedback is crucial in making this project more robust and user-friendly. Please continue to share your thoughts and suggestions.

Easy-ISLisp Version 5.33

06 Oct 06:14
Compare
Choose a tag to compare

Easy-ISLisp Ver 5.33 Release Notes

Overview

We are pleased to announce the release of Easy-ISLisp version 3.3. In this version, several issues were identified and fixed while running the portable test cases for ISLisp provided by Mr. Arvyy. Notably, significant bugs were found in the ILOS section, particularly regarding the inheritance of generic functions.

Changes and Fixes

  • ILOS Bug Fixes: Resolved issues with the inheritance of generic functions that were not functioning correctly.
  • Minor Issue Fixes: Other minor bugs identified during testing have also been addressed.

Testing Progress

The verification tests for OKI-ISLisp are extensive, and while we initially believed that we had cleared them without any significant issues, the recent tests revealed the presence of additional bugs. Although several unresolved issues remain, we believe that releasing this version at this time will contribute to the momentum of ISLisp.

Future Plans

We will consult with expert Dr. Gomi regarding the more subtle issues to seek appropriate solutions. This may take some time, but we will provide updates as progress is made.

Modified Files

  • The modified content and unresolved cases have been added to arvyy.lsp in the verify folder.

Conclusion

We hope that this release will enhance Easy-ISLisp and invigorate the ISLisp community. We appreciate your continued support and welcome any feedback or bug reports.

Easy-ISLisp Version 5.31

14 Sep 22:33
Compare
Choose a tag to compare

Easy-ISLisp ver5.31 Release Notes

Release Date: September 15, 2024

This version primarily focuses on bug fixes. While there are no new features, this update includes important corrections, so we recommend all users upgrade.

Bug Fixes
Bignum Calculation Bug Fix: In the Bignum calculation, both NTT (Number Theoretic Transform) and Karatsuba methods were being used. However, an issue was discovered with the Karatsuba method, and as a result, we have decided to stop using it. The NTT method will continue to be used as before.
This bug was reported by GitHub user Prem4, and we quickly addressed it. We extend our gratitude to Prem4 for their valuable feedback.

Request for Bug Reports

We are committed to improving the quality of Easy-ISLisp. If you find any bugs or encounter issues, please report them through GitHub's Issues page. We appreciate your cooperation in making the system better.

Easy-ISLisp Version 5.30

24 Aug 02:10
Compare
Choose a tag to compare

Easy-ISLisp Version 5.30 Release Notes
Overview

We are pleased to announce the release of Easy-ISLisp Version 5.30. This release includes significant improvements to the Edlis editor and the editable REPL, enhancing stability and usability. Future releases will focus solely on bug fixes and maintenance, with no new feature additions. Our objectives, including expansions to parallel features, have been achieved.
Key Changes

Edlis Editor Bug Fixes
Addressed minor bugs in the Edlis editor, resulting in improved stability and usability.

Enhanced Editable REPL
Improved the editable REPL for Easy-ISLisp, offering a more user-friendly and operable environment. Enhancements are based on user feedback, resulting in better REPL functionality.
Future Plans

Regarding Feature Expansion
No further feature expansions will be made; future efforts will focus on bug fixes and maintenance.
The goals, including extensions to parallel features, have been successfully achieved.

Thank You

Thank you for your continued support of Easy-ISLisp over the years. We will continue to provide support and maintenance, and we look forward to serving you in the future.

Easy-ISLisp ver5.25

15 Aug 02:50
Compare
Choose a tag to compare

Release Notes

This update focuses solely on improvements to the Edlis editor. There are no changes to Easy-ISLisp.
Due to the discovery of many bugs in version 5.20, we are urgently releasing version 5.25.

Edlis Overview:
Edlis is almost fully compatible with the Edwin editor used in MIT-Scheme and TI-Scheme. It is also a subset of Emacs.

Key Bindings and Assigned Functions:
CTRL+F move to right in character units β†’ key
CTRL+B move to left in character units ← key
CTRL+P move to up in line ↑ key
CTRL+N move to down in line ↓ key
CTRL+J move to end of line
CTRL+A move begin of line
CTRL+E move to end of line
CTRL+D delete one char Back Space key
CTRL+O return Enter key
CTRL+V display next page Page Down key
ESC V display previous page Page Up key
ESC < goto top page Home key
ESC > goto end page End key
ESC f Move forward in word units
ESC b Move backward in word units
ESC CTRL+F Move forward in S-expressdion units
ESC CTRL+B Move Back in S-expression units
ESC CTRL+N Move forward in list units
ESC CTRL+P Move back in list units
ESC CTRL+U Move up a level in the list structure
ESC STRL+D Move down a level in the list structure
Insert Switch insert-mode and overwrite-mode
TAB insert spaces as lisp indent rule
CTRL+X CTRL+C quit from editor with save
CTRL+X CTRL+Z quit from editor without save
CTRL+X CTRL+F load from file to editor
CTRL+X CTRL+V load from file to editor
CTRL+X CTRL+I insert buffer from file
CTRL+X CTRL+S save file
CTRL+X CTRL+W save file as
CTRL+X CTRL+L save region to file as
CTRL+S search a word forward
CTRL+R search a word backward
CTRL+T replace a word
ESC TAB complete builtin function name
ESC I info of function
ESC ^ mark(or unmark) row for selection
CTRL+K cut one line
CTRL+W cut selection
ESC W save selection
CTRL+Y uncut selection
CTRL+G cancel command

EdLis is dedicated to ISLisp. By placing the cursor on a built-in function and pressing ESC i, a description of the function will be displayed at the bottom line.

EdLis is written in C. It operates smoothly and the core part consists of about 3000 lines of C code. Its small size makes it easy to understand the structure, allowing you to modify it to suit your preferences. For more details, please refer to document/EDLIS.md.

Easy-ISLisp ver5.20

14 Aug 02:27
Compare
Choose a tag to compare

Easy-ISLisp Version 5.20 Release Notes

We are thrilled to announce the release of Easy-ISLisp version 5.20! This release introduces major enhancements, particularly to the edlis editor. Here are the key highlights of this update:
Key Improvements:

  1. Significant Upgrades to the Edlis Editor:
    Enhanced Compatibility with Edwin: We have worked diligently to align Edlis with Edwin, aiming for maximum compatibility. This ensures a smoother transition for users familiar with Edwin and leverages its powerful features.
  • Simplified Codebase: The Edlis code has been thoroughly reviewed and simplified. This streamlining makes the codebase cleaner and easier to understand, which facilitates further modifications and improvements.
  • Ease of Modification: With a simplified code structure, modifying the Edlis editor at the C language level is now more accessible. This allows for easier customization and extension to meet specific needs or preferences.
  1. Bug Fixes and Stability Improvements:
    Resolved Issues: Various bugs from previous versions have been addressed, contributing to a more stable and reliable environment.
    Enhanced Compatibility: Compatibility issues with certain system configurations and third-party libraries have been fixed.

  2. Updated Documentation:
    Comprehensive Guides: Documentation has been updated to reflect the latest changes, including detailed guides on utilizing the new features of edlis and best practices for coding in Easy-ISLisp.

Getting Started with Easy-ISLisp 5.20

To get started with Easy-ISLisp version 5.20, please download the latest version Github or update your existing installation through the provided update mechanism.

We hope you find the new features and improvements beneficial. As always, we appreciate your feedback and look forward to your continued support.

Happy coding!

Easy-ISLisp ver5.10

29 Jul 08:17
Compare
Choose a tag to compare

Easy-ISLisp ver5.10 Release Notes
July 29, 2024

We are excited to announce the release of Easy-ISLisp version 5.10. This release includes the following improvements and bug fixes:

Improvements
Garbage Collection (GC) Efficiency:
Enhanced memory management optimizations have improved the performance of garbage collection. This results in better throughput and more efficient memory usage during the execution of large programs.

Built-in TCP/IP Functions:
Functions supporting TCP/IP communication have been added to facilitate network programming. This enhancement makes it easier to develop distributed systems and network applications.

Bug Fixes
Several minor bugs have been fixed, leading to improved overall stability.

With this release, Easy-ISLisp becomes an even more powerful and user-friendly development tool. We look forward to your feedback. Thank you for your continued support of Easy-ISLisp.