Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    70bd2986
    Reader macro #m evaluates arguments · 70bd2986
    Liam Healy authored
    The reader macro #m now evaluates its arguments, so creating a vector
    with e.g. #m(pi (sqrt 3) (cos (/ pi 4))) is now possible.  Matrices
    are specified by using ^ in the list to separate rows.  GSLL now
    requires cl-utilities once again.
    70bd2986
    History
    Reader macro #m evaluates arguments
    Liam Healy authored
    The reader macro #m now evaluates its arguments, so creating a vector
    with e.g. #m(pi (sqrt 3) (cos (/ pi 4))) is now possible.  Matrices
    are specified by using ^ in the list to separate rows.  GSLL now
    requires cl-utilities once again.