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

GSL array making with make-array* and #m

GSL arrays are garbage-collected objects, and so can be made like any
other lisp object; they do not need to be make inside a wrapper form.
#m is a macro which makes them; it expands to a #'make-array* call.
Examples and usage ported to this new form.  Compiled only; not tested
yet.  No effort to port to non-native implementation yet; tests as
expanded in the tests/ directory are not ported yet.
parent 5d155e1c
No related branches found
No related tags found
No related merge requests found
Showing
with 190 additions and 145 deletions
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