RE: [racket-users] Sundials FFI wrapper

2015-10-29 Thread Alexey Cherkaev
links I am checking MPFR-wrapper now. Cheers, Alexey -Original Message- From: Asumu Takikawa [mailto:as...@ccs.neu.edu] Sent: Saturday, 24 October 2015 3:44 AM To: Alexey Cherkaev Cc: racket-users@googlegroups.com Subject: Re: [racket-users] Sundials FFI wrapper Hi Alexey, On 2015-10-

Re: [racket-users] Sundials FFI wrapper

2015-10-23 Thread Asumu Takikawa
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

[racket-users] Sundials FFI wrapper

2015-10-22 Thread Alexey Cherkaev
Hi all, I am interested in creating the Racket wrapping for the Sundials numeric library (http://computation.llnl.gov/casc/sundials/main.html). Ivan Raikov did a similar job for Chicken (http://wiki.call-cc.org/eggref/4/sundials). Chicken has quite a different way of dealing with C code compare