Skip to content
  1. Apr 06, 2011
  2. Apr 05, 2011
  3. Mar 27, 2011
  4. Feb 12, 2011
    • Gary King's avatar
      Several things · 0c2ca9f9
      Gary King authored
      * finally removed the long deprecated *bind-treat-values-as-values*
      
      * added :labels to complement :flet and fixed :flet to accept an
      optional declaration form (coincidently noticed by me and
      https://github.com/scymtym in the same week!)
      
      * fixed bug where the array binding form wasn't correctly handling
      underscore as ignore
      
      * added tests for flet with declarations, labels and handling
      underscore as ignore (only some binding forms are checked so I
      should write some more...)
      0c2ca9f9
    • Gary King's avatar
      minor website tweaks; document · 343c6ca3
      Gary King authored
      343c6ca3
  5. Sep 21, 2010
  6. Apr 12, 2010
  7. Apr 10, 2010
  8. Mar 07, 2010
  9. Mar 05, 2010
    • Gary King's avatar
      Add :flet binding form · 35bddd80
      Gary King authored
      Also add tests for :flet and to prevent errors like
      
          (bind ((a b c)) ...)
      
      or
      
          (bind (((:values a b c) 3 4 5)) ...)
      
      These signal an error of type bind-too-many-value-forms-error
      35bddd80
  10. Feb 23, 2010
  11. Nov 16, 2009
  12. Nov 01, 2009
  13. Jun 04, 2009
  14. May 28, 2009
  15. Mar 30, 2009
  16. Mar 29, 2009
  17. Mar 23, 2009
  18. Mar 09, 2009
  19. Mar 01, 2009