Skip to content
Snippets Groups Projects
Commit ed5ce113 authored by Liam Healy's avatar Liam Healy
Browse files

Prototype defmobject

In gsl-objects, define a prototype defmobject which defines:
 - the class for the gsl object
 - initialize-instance :after method to correspond to GSL
  "alloc" and attach the finalizer,
 - define reinitialize-instance :after method to correspond to a setter
  or intialize in GSL,
 - define a make-<class-name> function that will be the customary user
  interface, and will call make-instance and possibly
  reinitialize-instance if defined.
Worked up example in hankel.lisp.  This compiles successfully and
looks correct, but has not been tested.
parent d207414c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment