Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    b09dc9d2
    Full use of defmobject; elimination of letm · b09dc9d2
    Liam Healy authored
    All GSL objects are full CL objects with garbage collection.  There is
    no need to manually free the associated memory.  All objects may be
    assigned in the normal CL way, e.g. let, so there is not #'letm macro
    anymore.  Everything compiles cleanly in gsll, but nothing has been
    tested.
    b09dc9d2
    History
    Full use of defmobject; elimination of letm
    Liam Healy authored
    All GSL objects are full CL objects with garbage collection.  There is
    no need to manually free the associated memory.  All objects may be
    assigned in the normal CL way, e.g. let, so there is not #'letm macro
    anymore.  Everything compiles cleanly in gsll, but nothing has been
    tested.