Hi Alexey,

On 2015-10-22 10:08:52 +0200, Alexey Cherkaev wrote:
>    Is there anybody who has done something similar in Racket for other C
>    libraries? And who will be interested in creating the wrapper for
>    Sundials? (PS. I don’t feel my expertise are up to scratch to tackle it on
>    my own…)

There are a lot of C library bindings for Racket. The math library, for
example, binds to MPFR:

  
https://github.com/racket/math/blob/master/math-lib/math/private/bigfloat/mpfr.rkt

If you look on the pkg site, there are a bunch:

  http://pkgs.racket-lang.org (try the "ffi" tag)

I don't personally have time to write such a wrapper for Sundials, but I did
glance through the docs. It looks like there are a bunch of separate
components with their own manuals.

Was there any particular part of it that you would want to use from Racket?

Cheers,
Asumu

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to