Alasdair,

Have you been successful running the example below using SBCL?  In my
case I get an error during quickload:

[package osicat]..................................
[package gsll].;
; caught ERROR:
;   READ error during COMPILE-FILE:
;
;     end of file on #<SB-IMPL::STRING-INPUT-STREAM {100AF084C3}>
;
;     (in form starting at line: 68, column: 0, position: 2729)

--

My SuSE Linux SLES 11/SP3 installation is now a bit old and before
getting even this far I first had to recompile libffi from source.
Maybe something else is wrong but I am wondering if this works with
SBCL/

Thanks.

Bill Page.


On 23 October 2015 at 05:34, Alasdair McAndrew <[email protected]> wrote:
>
> Well, I was just experimenting with one of the numerical integration routines 
> from GSLL, the Lisp wrapper library for GSL: Gnu Scientific Laboratory.  In 
> plain lisp, I can, for example enter:
>
> *(ql:quickload "gsll")
> *(gsll:integration-qng (lambda (x) (exp (- (* x x)))) 0.0 1.0)
>
> which produces
>
> 0.7468241328124271
> 8.291413475940725e-15
> 21
>
> Here I'm using the SLIME Emacs mode, and quicklisp to manage the Lisp 
> libraries.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to