• 1.2.13 3b385c4314

    sloum released this 2023-05-05 03:05:43 +00:00 | 2 commits to master since this release

    • General bug fixes
    • Optional type checking via @ expansion
      • ((lambda (a:number?) (+ a 5)) "hello") results in an error since number? returns #f for the value passed in as a
      • This can be used to run arbitrary code at time of passing the value as well, but will error if the return value is falsy

    Note: This release has a bug in the version string (it represents itself as 1.2.12. Updating it would necessitate a new tag and a new version bump, so we are keeping it for the moment

    Downloads