Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 15:27
· 329 commits to master since this release
0a079aa

New features

  • Character type procedures work even with non-ASCII range characters as shown in R7RS (#462)
  • Library (meevax boolean) (#461)
  • Compliant with R7RS small (#461)

Obsolete features

  • Procedure disassemble
  • Library (meevax experimental)

Bug fixes

  • Fix a bug where symbols with whitespace are not printed correctly (#461)
  • Fix a bug where the procedure abs would return -0.0 instead of 0.0 for (abs -0.0) (#461)

Miscellaneous changes

  • Move procedure char->integer into library (meevax character) from (meevax number) (#462)
  • Update procedure list, memv and memq to built-in (#461)