Releases: molarmanful/sclin
Releases · molarmanful/sclin
v0.2.2
- Moved docs to wiki
- Added cons/uncons/snoc/unsnoc
- Added more ID retrieval functions
v0.2.1
- Added right folds/scans
- Added basic "optics" commands for get/set of nested structure
- Updated deps
v0.2.0
Minor release due to significant changes to language semantics.
- change internal
FN
representation to lazy list - add
DBL
for faster computation needs - change
len
behavior: "unlengthables" are now length -1,UN
is length 0
v0.1.18
- Modified
comb
,^set
implementations to be lazy-friendly - Bumped dep versions
v0.1.17
- Trying out examples sync to scline
- Added better error logging/call stack debugging
v0.1.16
- Added
&/
,|/
- Included
UN
in sort order considerations
v0.1.15
- Added
)#
,)##
,)=
,->
- Extended behavior of
@$
and@$$
to enable vectorization - Changed internal behavior of
(
to enable proper scoping (e.g. with)#
)
v0.1.14
- Add pad functions:
pad
,padl
,padc
,pad`
,padl`
,padc`
v0.1.14-0 (DOCKER TEST)
- this is just to test the new Docker part of the CI
v0.1.13
- Add inclusive range commands:
a-b
,O-a
,a-O
,I-a
,a-I
- Fix Github releases CI