Re: [Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-16 Thread Chris Vine
On Mon, 16 Feb 2015 09:09:03 +0100 Christian Kellermann ck...@pestilenz.org wrote: Ryuho Yokoyama ryu...@ybb.ne.jp writes: Do you have any special reason to be using such an old CHICKEN? Yes, as stating in reply mail to Mr. Oleg Kolosov, I am now converting all my CL code to

[Chicken-users] Open Source Developers' Conference coming up in Oslo in May (osdc.no)

2015-02-16 Thread Shawn Rutledge
It would be possible to go and present about Chicken or Scheme topics in general if someone feels so inclined. Begin forwarded message: From: Per Henrik Oja p...@oja.no Subject: Communities! Participate! Date: 4 February 2015 11:49:44 GMT+1 To: prog...@osdc.no, organiz...@osdc.no Cc:

Re: [Chicken-users] Help with udp6 / socket

2015-02-16 Thread Jim Ursetto
Scott, This works on my system (10.10.2, CHICKEN 4.8.0.6). Note the undocumented argument to udp-open-socket… not sure what I was thinking. If this works for you, I will document the argument and add the example to the wiki. (use udp6) (define s (udp-open-socket 'inet6)) (udp-bind! s ::

Re: [Chicken-users] Help with udp6 / socket

2015-02-16 Thread Scott McCoid
Hi Christian! Thanks for the quick help and netcat tip. I was able to send from my script and receive with netcat (for example: *nc -u -6 -l 8000*) without any problems. (sending to port 8000 in my script) I've tried doing the reverse situation, where I receive on the script side and send using

Re: [Chicken-users] Help with udp6 / socket

2015-02-16 Thread Christian Kellermann
Hi Scott! Scott McCnoid mccoid.sc...@gmail.com writes: I'm reasonably new to chicken-scheme (and scheme in general), and I'm having trouble with the udp6 (and likewise, socket) eggs. I'm trying to run the example code, but the connection is always refused. *Error: (socket-receive!) cannot

[Chicken-users] Help with udp6 / socket

2015-02-16 Thread Scott McCoid
Hello, I'm reasonably new to chicken-scheme (and scheme in general), and I'm having trouble with the udp6 (and likewise, socket) eggs. I'm trying to run the example code, but the connection is always refused. *Error: (socket-receive!) cannot read from socket - Connection refused: #socket fd:4

Re: [Chicken-users] How to compile chicken scheme to Windows DLL?

2015-02-16 Thread Christian Kellermann
Ryuho Yokoyama ryu...@ybb.ne.jp writes: Do you have any special reason to be using such an old CHICKEN? Yes, as stating in reply mail to Mr. Oleg Kolosov, I am now converting all my CL code to Scheme(Chicken, Gambit). In original code there are many define-macro. Because Chicken Ver 4