Skip to content

v0.10

Compare
Choose a tag to compare
@tizoc tizoc released this 13 Feb 16:30
· 396 commits to master since this release
  • Update for Shen 17.
  • Better handling of paths and current directory.
  • Scheme functions are now available with the scm. prefix.
  • Replaced $native form with scm. form that takes a string of Scheme code that will not be processed.
  • Support for running scripts from the command line without launching a REPL.
  • Fixed optimised version of shen.grammar_symbol? (was broken for namespaced symbols)
  • Removed overwrites for macroexpand and walk.
  • Removed unused segvar? overwrite.
  • Removed internal function registry and support for symbol disambiguation on function application.
  • Explicit BSD licence everywhere.