Skip to content

Releases: molarmanful/sclin

v0.1.3

21 Nov 01:32
Compare
Choose a tag to compare
  • Added regex functions: /? /?& /?` /?' /?* /?^ /?$ /#
  • Added >Aa

v0.1.2

18 Nov 07:21
Compare
Choose a tag to compare
  • Finally caved and added a proper Boolean type: TF
    • true: $T
    • false: $F
  • Changed $F to $FILE and $L to $LINE for consistency/to make room for $F
  • Added JSON serde: >js js>

v0.1.1

17 Nov 21:27
Compare
Choose a tag to compare
  • Added ppop qpop

v0.1.0

17 Nov 19:00
Compare
Choose a tag to compare

A pretty substantial update! Concurrency using FUT is still a rough draft, but it works. Accompanying FUT is TRY, which allows error handling to be neatly wrapped in a type and manipulated accordingly.

  • Added 2 new datatypes: FUT, TRY
    • New functions for FUT: )~ >~ ()~ ~Q ~_ ~_~ ~_! ~_!~ ~> ~>~ sleep
    • New functions for TRY: )! >!? ()! !Q
  • Reworked ERR to encapsulate all Throwables
  • New stack combinators: dupd ddup edup swapd

v0.0.2

09 Nov 20:51
Compare
Choose a tag to compare
  • Significant shift in preference towards ARR as a storage option instead of SEQ
    • Keep the more "situational" SEQ as a backup option as needed instead of the preference

v0.0.1

09 Nov 05:51
Compare
Choose a tag to compare
  • Rework X>b and b>X for negative bases
    • Will reverse result/input ARR for negative bases
  • Change range result from SEQ to ARR

v0.0.0

05 Nov 16:06
Compare
Choose a tag to compare

First proper release! I feel that sclin is at a point in development where it can stand on its own as a (somewhat) practical language. Of course, it is far from done, but it has a nice solid base to start from.

  • add span, pack

v0.0.0-9

28 Oct 13:25
Compare
Choose a tag to compare
v0.0.0-9 Pre-release
Pre-release
  • Fixed FN formatting bug

v0.0.0-11

28 Oct 21:47
Compare
Choose a tag to compare
v0.0.0-11 Pre-release
Pre-release
  • add >n/d prec? I?
  • error handling for ln log

v0.0.0-10

28 Oct 16:36
Compare
Choose a tag to compare
v0.0.0-10 Pre-release
Pre-release
  • Tail-recursive fromDec