Skip to content

Releases: molarmanful/sclin

v0.2.2

03 Oct 23:51
Compare
Choose a tag to compare
  • Moved docs to wiki
  • Added cons/uncons/snoc/unsnoc
  • Added more ID retrieval functions

v0.2.1

01 Oct 03:31
Compare
Choose a tag to compare
  • Added right folds/scans
  • Added basic "optics" commands for get/set of nested structure
  • Updated deps

v0.2.0

28 Sep 08:11
Compare
Choose a tag to compare

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

13 Sep 04:22
7fe0598
Compare
Choose a tag to compare
  • Modified comb, ^set implementations to be lazy-friendly
  • Bumped dep versions

v0.1.17

12 Sep 14:56
Compare
Choose a tag to compare
  • Trying out examples sync to scline
  • Added better error logging/call stack debugging

v0.1.16

10 Sep 21:10
Compare
Choose a tag to compare
  • Added &/, |/
  • Included UN in sort order considerations

v0.1.15

09 Sep 01:57
Compare
Choose a tag to compare
  • Added )#, )##, )=, ->
  • Extended behavior of @$ and @$$ to enable vectorization
  • Changed internal behavior of ( to enable proper scoping (e.g. with )#)

v0.1.14

31 Aug 06:40
Compare
Choose a tag to compare
  • Add pad functions: pad, padl, padc, pad`, padl`, padc`

v0.1.14-0 (DOCKER TEST)

27 Aug 17:31
Compare
Choose a tag to compare
Pre-release
  • this is just to test the new Docker part of the CI

v0.1.13

26 Aug 18:54
Compare
Choose a tag to compare
  • Add inclusive range commands: a-b, O-a, a-O, I-a, a-I
  • Fix Github releases CI