Re: [Chicken-users] Chicken now available from OpenWRT official repositories

2019-03-26 Thread Peter Bex
On Tue, Mar 26, 2019 at 11:31:02AM -0300, Jeronimo Pellegrini wrote: > On Tue, Mar 26, 2019 at 02:01:22PM +0100, Peter Bex wrote: > > Cool! Would you be so kind as to add it to our platforms page with > > link and instructions on how to install? > > > > This is the page: https://wiki.call-cc.org/

Re: [Chicken-users] Chicken now available from OpenWRT official repositories

2019-03-26 Thread Jeronimo Pellegrini
On Tue, Mar 26, 2019 at 02:01:22PM +0100, Peter Bex wrote: > Cool! Would you be so kind as to add it to our platforms page with > link and instructions on how to install? > > This is the page: https://wiki.call-cc.org/platforms Okay, done! :-) J. _

Re: [Chicken-users] Chicken now available from OpenWRT official repositories

2019-03-26 Thread Peter Bex
On Tue, Mar 26, 2019 at 09:37:54AM -0300, Jeronimo Pellegrini wrote: > Hello, > > I have preciously set up a repository with instructions > on how to compile Chicken for OpenWRT. > > As of today, Chicken is already available as an OpenWRT > binary package (from their repository -- I have sent the

[Chicken-users] Chicken now available from OpenWRT official repositories

2019-03-26 Thread Jeronimo Pellegrini
Hello, I have preciously set up a repository with instructions on how to compile Chicken for OpenWRT. As of today, Chicken is already available as an OpenWRT binary package (from their repository -- I have sent the package proposal and it was accepted), so there is no need to compile from source

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Marco Maggi
Kristian Lein-Mathisen wrote: > Hi Marco, > So what is it that you want? Your Makefile looks ok to me, though I > think all of it might have been less complicated to do with just an > .egg-file. I have written this Makefile fully guessing everything, because the available documentatio

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Kristian Lein-Mathisen
Hi Marco, So what is it that you want? Your Makefile looks ok to me, though I think all of it might have been less complicated to do with just an .egg-file. K. On Tue, Mar 26, 2019, 11:23 Marco Maggi Peter Bex wrote: > > > On Tue, Mar 26, 2019 at 06:52:44AM +0100, Marco Maggi wrote: > >> Ciao,

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Marco Maggi
Peter Bex wrote: > On Tue, Mar 26, 2019 at 06:52:44AM +0100, Marco Maggi wrote: >> Ciao, >> I was not able to find documentation about how to compile libraries >> and programs with Chicken 5, using a Makefile. There are bits here and >> there but nothing complete enough for a newbie like m

Re: [Chicken-users] microhttpd bindings and FFI

2019-03-26 Thread Kristian Lein-Mathisen
Hi, I thought I'd mention that Caolan did some experiments [1] with the parser from node.js. The idea was to get all the parsing done fast in C. I don't know the it's current status, and it looks like it's written for CHICKEN 4 only. [1]: https://github.com/caolan/snowy In my opinion, spiffy is