[Chicken-users] Compile time modules query

2014-10-26 Thread James Baker
Hey Folks, Have been toying around with Chicken lately and just started learning the module system which seems really nice to use so far. Just have one question which is probably obvious but I'm not seeing how to do it. I've got a trivial example below which works fine from the interpreter but i

[Chicken-users] Interest in SLIME?

2014-10-26 Thread Daniel Leslie
I spent some time today looking into what amount of effort it would take to add swank-trace-dialog support to the existing SLIME egg; it turns out that it's quite doable, but as I have a slew of projects on the go I thought I'd gauge if there's any interest outside of my own inquisitiveness for suc

Re: [Chicken-users] OpenSSL egg option defaults poll

2014-10-26 Thread Thomas Chust
On Thu, 16 Oct 2014, Thomas Chust wrote: [...] So I would like to poll for opinions from people on this list concerning this situation. Do you think the default options in the OpenSSL egg should be "hardened"? Do you think more options should be introduced? Is compatibility with the rest of t

Re: [Chicken-users] file-separator, path-separator

2014-10-26 Thread Thomas Chust
On Sun, 26 Oct 2014, Sascha Ziemann wrote: [...] what is the Chicken equivalent of Java's File.separator [...] and File.pathSeparator: [...] Hello Sascha, as far as I know, the CHICKEN core library doesn't provide equivalent definitions and the code you included in your mail to define thos

[Chicken-users] file-separator, path-separator

2014-10-26 Thread Sascha Ziemann
Hi, what is the Chicken equivalent of Java's File.separator http://docs.oracle.com/javase/8/docs/api/java/io/File.html#separator and File.pathSeparator: http://docs.oracle.com/javase/8/docs/api/java/io/File.html#pathSeparator Something like this maybe: (use posix) (define file-separator