Skip to content

Shen OS Kernel 21.1

Compare
Choose a tag to compare
@tizoc tizoc released this 06 Oct 22:54
· 273 commits to master since this release

Added

  • Support for cons syntax in type signatures (via Mark).

Fixed

  • Make prolog's call work with properly with pvars.

Changed

  • prolog? macro now expands code inline like in SP instead of using defprolog (via Mark).
  • (map F X) now returns (F X) when X is not a list. The type signature of map remains unchanged. Matches SP's behaviour.
  • map is no longer tail-recursive. Matches SP's behaviour.