Skip to content

Misc-Extensions 4.0.4

Latest
Compare
Choose a tag to compare
@slburson slburson released this 02 Jun 21:48
· 2 commits to master since this release
  • fn now accepts a parameter name of just _, and gensyms a name for it, so you can write something like (fn (_ x _) ...).
  • isetq now accepts an arbitrary number of variable/value pairs (like setq) instead of just one.