guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Typed Guile?


From: Noah Lavine
Subject: Re: Typed Guile?
Date: Wed, 19 Sep 2012 22:09:21 -0400

It entirely depends on the typed language. Anything that can compile
to a C-compatible binary should be usable.

I believe that Haskell can do that. You have to explicitly write what
the C entry points are going to be, which might be tedious, but I
think it's for the best anyway. See
http://www.haskell.org/haskellwiki/FFI_Introduction .

I don't know enough about Typed Racket or Typed Clojure to know if
they could do that.

Noah

On Wed, Sep 19, 2012 at 10:24 AM,  <address@hidden> wrote:
> Noah,
>
> Can Guile use a library written on a typed language?
>
> I understand that it's not going to work out of the box, but what would be
> easier to adapt: Haskell, Typed Racket or Typed Clojure*?
>
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]