Skip to content

Goldfish Scheme v17.11.14

Latest
Compare
Choose a tag to compare
@JackYansongLi JackYansongLi released this 23 May 04:08
· 29 commits to main since this release
144f781
> bin/goldfish --version
Goldfish Scheme 17.11.14 by LiiiLabs
based on S7 Scheme 11.2 (30-Dec-2024)

Important Changes since 17.11.13

  • Refracture (liii list/vector/string) and optimize the performance, it is 10 times faster now!
  • add several new methods such as path-touch and path%touch in (liii path) by @JackYansongLi
  • Fix path-append-text so it works on Windows by @da-liii in #314
  • add (liii logging) for log management @da-liii
  • add date case-class in (liii datetime) by @JackYansongLi in #324

New Contributors