Search found 2 matches

by Liam
Mon Sep 14, 2009 11:54 am
Forum: Common Lisp
Topic: Setting Path Variable
Replies: 6
Views: 6173

Re: Setting Path Variable

Also note that CLOCC PORT has this functionality, though it seems that
(setf getenv) is missing for SBCL.

http://clocc.cvs.sourceforge.net/*check ... t/sys.lisp

Liam
by Liam
Mon Mar 30, 2009 9:49 am
Forum: Common Lisp
Topic: help with the heap
Replies: 6
Views: 9449

Re: help with the heap

I am the author of GSLL. In SBCL, the arrays are not duplicated between the Lisp side and the C side; the native Lisp array is used in GSL. In all other implementations, it is duplicated. I have successfully used GSLL on a 3000x3000 matrix, so it is not a GSLL/GSL/SBCL problem that you are experienc...