Re: [Chicken-users] numbers egg depends on libstdc++ and some questions

2017-02-25 Thread Thomas Chust
On 2017-02-25 10:12, Vasilij Schneidermann wrote: > [...] >> 1) Why does the numbers egg use libstdc++ ? Just curious. > > This is most likely due to Windows not really giving you a C compiler or > runtime. MSVCRT is actually a C++ runtime with loads of extern "C". > cl.exe is actually a C++

Re: [Chicken-users] New egg: sodium

2017-02-25 Thread Thomas Chust
On 2017-02-25 13:39, Caolan McMahon wrote: > [...] > The egg is a work in progress, but it already has a few useful procedures. > [...] Hello, in case you are missing some procedures, perhaps the source code of the tweetnacl egg may help as a template -- the tweetnacl egg includes the C backend

Re: [Chicken-users] New egg: sodium

2017-02-25 Thread Peter Bex
On Sat, Feb 25, 2017 at 12:39:22PM +, Caolan McMahon wrote: > > Please can someone add my new sodium egg to the coop? > https://github.com/caolan/chicken-sodium.git > > It's a binding to the libsodium (https://libsodium.org) crypto library. The > egg is a work in progress, but it already

[Chicken-users] New egg: sodium

2017-02-25 Thread Caolan McMahon
Please can someone add my new sodium egg to the coop? https://github.com/caolan/chicken-sodium.git It's a binding to the libsodium (https://libsodium.org) crypto library. The egg is a work in progress, but it already has a few useful procedures. Thanks, -- Caolan