Skip to content
  • Raymond Toy's avatar
    Fix #6: Support sbcl · e01e26ab
    Raymond Toy authored
    Update code to work with sbcl:
    
    - Add implementation for `float-infinity-p` and friends.
    - Typos where `-` and `/` were used instead of `sub-qd` and `div-qd`.
    - Change a `defconstant +digits+` to use `defparameter`
    e01e26ab