Releases: chr1st0scli/RainLisp
Releases · chr1st0scli/RainLisp
v1.4.0
[1.4.0] - 2025-02-16
Added
delay
special form for supporting delayed expressions.force
library procedure to force the evaluation of a delayed expression.cons-stream
derived expression for creating infinite streams.cdr-stream
library procedure to enable walking through a stream.make-range-stream
library procedure to make a numerical range stream.map-stream
library procedure that projects elements of a stream.filter-stream
library procedure that filters elements of a stream.
v1.3.0
v1.2.0
[1.2.0] - 2024-02-18
Added
- Add extension methods in the
RainLisp.DotNetIntegration
namespace for easier consumption by .NET systems.
v1.1.0
[1.1.0] - 2024-01-28
Added
- Ceiling and floor primitive procedures.
v1.0.0
[1.0.0] - 2023-07-20
Initial release.
v1.0.0-beta.1
[1.0.0-beta.1] - 2023-07-11
Initial beta release.