Re: [Chicken-users] chicken-fuse

2014-04-04 Thread Jörg F. Wittenberger
Hi Evan, somehow I could not rest without *knowing* that C-Chicken calls are not thread safe. As I wrote yesterday I lived in the believe of this being a fact. Now I re-read the manual section on callbacks. According to my reading manual/Callbacks the 3rd paragraph in the introduction

[Chicken-users] storing the build/compile date in the program

2014-04-04 Thread Claude Marinier
Bonjour, I am wondering if it is possible to automatically store the build date (or compilation date) in the executable. Google did not help me today; either it's upset with me or I have wandered off the beaten path. Context - I build a hash table with procedures when the program launches and am

Re: [Chicken-users] storing the build/compile date in the program

2014-04-04 Thread Claude Marinier
I just remembered -prologue and -prelude. Why did I not think of that earlier? Make can handle the rest. Oh, I just answered my own question. :-) -- Claude Marinier On Fri, Apr 4, 2014 at 12:12 PM, Claude Marinier claudem...@gmail.comwrote: Bonjour, I am wondering if it is possible to

[Chicken-users] lambda's in a hash table

2014-04-04 Thread Claude Marinier
Bonjour, I can add lambdas to a hash table at run time, retrieve them, and execute them. This is very useful. I would like to have the compiler do some of this for me. I probably cannot write a literal hash table but I expected to be able to write a literal association list. I have tried

Re: [Chicken-users] lambda's in a hash table

2014-04-04 Thread Thomas Chust
On 2014-04-05 01:54, Claude Marinier wrote: [...] I would like to have the compiler do some of this for me. I probably cannot write a literal hash table but I expected to be able to write a literal association list. I have tried this but it does not work. [...] (define a-list `( (dot