• v0.5.1.0 2f07efd215

    v0.5.1.0 - alpha Pre-release

    redxef released this 2025-01-20 21:18:50 +01:00 | 4 commits to main since this release

    • Add multiple new functions:
      • length computes the length of a list
      • split splits off n elements of the given list (split '(1 2 3 4 5) 3) -> ((1 2 3) 4 5)
      • reverse reverses a list

    Fixes:

    • The configuration can now be updated again.
      The relevant code got lost during the smart collection restructuring.
    Downloads