Skip to content

Easy-ISLisp Version 5.38

Latest
Compare
Choose a tag to compare
@sasagawa888 sasagawa888 released this 25 Nov 09:18

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.