Skip to content

1.4.8

Latest
Compare
Choose a tag to compare
@dsblank dsblank released this 16 May 23:04
· 49 commits to master since this release

New in this release:

  1. Fixed confusion over redefining try. Now it gives an error message, if attempt to apply it using incorrect form
  2. Fixed case issue caused by accidentally creating a special form, rather than an application
  3. Fixed unparse incorrect representation of a quoted item
  4. Added a tensorflow notebook example
  5. Revised dlr_apply to allow a (dict) in the last position that is a kwarg dictionary
  6. New implementation of dictionaries, for Scheme-hosted and Python-hosted systems
  7. Fixed sort, procedure? primitives
  8. Restructured Makefile
  9. Updated docker file and readme
  10. All tests now pass all versions: cps, ds, rm, and python