Skip to content

v0.2.4

Compare
Choose a tag to compare
@iwillspeak iwillspeak released this 12 Nov 08:00
· 60 commits to main since this release

Known Regressions:

  • The builtin macros for or, and, cond and case are no longer exported in the (scheme base) library. The (feersum builtins macros) library must be imported directly instead.

Bug fixes and improvements:

  • Adds Feersum.Core written in scheme
  • Prevent warnings from causing non-zero exit status
  • Improve .runtimeconfig.json and generate .deps.json files. Now controllable trhough --generatedeps
  • Add Feersum.CompilerServices library
  • Cross-targetting support for .NET SDK builds
  • Support consuming compiled libraries with re-exported functions.
  • Many new Scheme library function implementations (lists, cxr, ..)