Download Latest Version Eden source code.tar.gz (35.3 MB)
Email in envelope

Get an email when there's a new version of ChrysaLisp

Home / v3.5
Name Modified Size InfoDownloads / Week
Parent folder
Oenone source code.tar.gz 2025-10-09 33.6 MB
Oenone source code.zip 2025-10-09 33.8 MB
README.md 2025-10-09 1.2 kB
Totals: 3 Items   67.4 MB 0
  • *Lock service added. This still requires further work, but it removes the idea of lock files within the file system during Jit worker compilation. It should be one such service per file system plus it has other serialization issues ATM.

  • (bskip cls str idx) -> idx and (bskipn cls str idx) -> idx can now take the input index as a negative value like the (slice seq start end) function.

  • New docs command app. Used to scan source files for documentation. This is now used by the make docs command to scan documents in parallel.

  • rfind changed to use slice end index compatible style.

  • New (rbskip cls str idx) -> idx and (rbskipn cls str idx) -> idx functions, uses slice end index compatible style.

  • Fix for the Editor open files tree layout problem.

  • Fix for the Editor action-find-function problem, due to the change in ffi syntax.

  • New 'str :bfind VP class method. All the binary search char functions now call down to this low level search.

  • Clipboard service now integrated with the HOST text clipboard.

  • Generate improved VP classes reference documentation via scanning for the ffi inline documentation.

Enjoy

Chris

Source: README.md, updated 2025-10-09