hi nettle folks--
The list of language bindings at:
http://www.lysator.liu.se/~nisse/nettle/
doesn't mention haskell yet, but Clint Adams' nettle bindings for that language are available here:
http://hackage.haskell.org/package/bindings-nettle
They're not exhaustive, but probably worth pointing to.
Thanks for nettle!
--dkg
Daniel Kahn Gillmor dkg@fifthhorseman.net writes:
The list of language bindings at:
http://www.lysator.liu.se/~nisse/nettle/
doesn't mention haskell yet, but Clint Adams' nettle bindings for that language are available here:
Cool. Added to the list now.
Regards, /Niels
Hi,
just for the record: http://hackage.haskell.org/package/bindings-nettle is a low level interface; think of it as the *.h header files in C.
I started http://hackage.haskell.org/package/nettle as a "safe" binding; it should ensure that you can't screw up memory allocation and so on, because otherwise I don't see a reason not to use C in the first place :)
regards, Stefan
Stefan Bühler nettle-bugs@stbuehler.de writes:
http://hackage.haskell.org/package/bindings-nettle is a low level interface; think of it as the *.h header files in C.
I started http://hackage.haskell.org/package/nettle as a "safe" binding;
Should this be listed on http://www.lysator.liu.se/~nisse/nettle/? If so, please suggest wording. I'm not familiar with Haskell.
it should ensure that you can't screw up memory allocation and so on, because otherwise I don't see a reason not to use C in the first place :)
Makes a lot of sense to me.
Regards, /Niels
nisse@lysator.liu.se (Niels Möller) writes:
Should this be listed on http://www.lysator.liu.se/~nisse/nettle/?
And looking at this list, I just noticed that the link to the scheme bindings, http://marcomaggi.github.com/nausicaa.html, is dead. Anyone knows what happened?
Regards, /Niels
nettle-bugs@lists.lysator.liu.se