|
From: Luigi B. <lui...@gm...> - 2021-10-13 07:26:00
|
Hello Bryte,
if you want to use SWIG (does it support Common Lisp?), yes, you can
start from the existing SWIG bindings, but be aware that they require some
features like automatic support for shared_ptr, and SWIG doesn't provide it
for all the languages it supports, so you'll have to check that.
If you want a pure Common Lisp port, there's no guide — and if there were
one, it would probably get in the way of writing idiomatic CL, I guess?
What did you have in mind?
Luigi
On Mon, Oct 11, 2021 at 12:45 AM Bryte Morio <bry...@qn...> wrote:
> Is a there a standard guide on porting Quantlib to other languages. I
> have trouble finding any existing HOWTOs or general guides. My goal is
> to port the library to Common-Lisp.
>
>
>
> _______________________________________________
> QuantLib-dev mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
|