Re: [Chicken-users] installing breadline Was: is the readline egg dead?

2019-03-25 Thread Marco Maggi
Vasilij Schneidermann wrote: > Hello Marco, >> Thanks! I am trying breadline, but, after a number of other eggs are >> installed I get this error, most likely because I still have GNU >> Readline 6.3 on my Slackware64 14.2 installation (which is the latest >> Slackware, sigh!): >

[Chicken-users] microhttpd bindings and FFI

2019-03-25 Thread Massimo Nocentini
Dear list, this is my first message so I take the opportunity to greet everyone. I'm working on a minimal set of bindings [1] for the microhttpd library [2] and I'm heading against the following error: [panic] callback invoked in non-safe context - execution terminated To set the context:

Re: [Chicken-users] microhttpd bindings and FFI

2019-03-25 Thread Peter Bex
On Mon, Mar 25, 2019 at 03:56:30PM +0100, Massimo Nocentini wrote: > Dear list, > > this is my first message so I take the opportunity to greet everyone. > > I'm working on a minimal set of bindings [1] for the microhttpd library [2] > and I'm heading against the following error: > >[panic]

[Chicken-users] string interpolation

2019-03-25 Thread Phil Hofer
Hi all, I'm looking to perform string interpolation identically to the #<# multi-line reader macro, but for single-line strings. The string-utils package has set-sharp-string-interpolation-syntax and string-interpolate, which do almost exactly what I want, but the default interpolation only uses (

Re: [Chicken-users] string interpolation

2019-03-25 Thread Kon Lovett
yeah, it shouldn’t eval on the fly unfortunately i cannot work on it until next week sorry > On Mar 25, 2019, at 2:30 PM, Phil Hofer wrote: > > Hi all, > > I'm looking to perform string interpolation identically to > the #<# multi-line reader macro, but for single-line strings. > The string-u

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

2019-03-25 Thread Marco Maggi
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 me. Is there a project somewhere that does this? TIA -- Marco Maggi

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

2019-03-25 Thread Peter Bex
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 me. > > Is there a pr