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
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
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
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
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