Skip to content

Easy-ISLisp ver4.00

Compare
Choose a tag to compare
@sasagawa888 sasagawa888 released this 13 Jun 08:23

Easy-ISLisp ver4.0 Release Notes

Release Date: 2024-06-14

Overview

We are thrilled to announce the release of Easy-ISLisp ver4.0! This version introduces enhanced parallel processing capabilities, making it easier and more efficient to perform parallel computations using both multi-process and multi-threaded approaches.

New Features

Enhanced Parallel Processing:

Multi-Process Support: Each process operates in its own memory space, reducing the risk of memory leaks and improving stability.
Multi-Threaded Support: Lightweight context switching and shared memory within the same process, leading to improved performance for certain tasks.
User-Friendly parallel syntax:
bandicam 2024-06-15 09-05-21-304
Syntax for parallel computations, allowing learners to easily take advantage of parallel processing without extensive configuration.

Performance Improvements:

Significant speed enhancements for computationally intensive tasks.
Optimized algorithms for better resource utilization.

Bug Fixes

Fixed thread contention in previous versions.

Known Issues

Some parallel features are not available on macOS.

Installation

Pull the source from our github.
Follow the on-screen instructions to complete the installation.

Additional Resources

Official Documentation
Medium articles
Support Page