[Chicken-users] readline egg v2.0 feedback

2014-12-15 Thread Alexej Magura
Hi, so as the new maintainer for the readline egg I wanted to reach out to the community and see if anybody had any hacks that they'd like to see included in the egg or if any old maintainers have uncommitted code? Also if you'd like to see a feature get implemented/added to the egg, please

Re: [Chicken-users] Re : Re: package fmt crash on Windows 7 64-bits

2014-12-15 Thread combier
Hi, You are right, apply-hack.x86-64.S looks to be disabled. I didn't notice before. Does it mean that Windows 64 bits is not fully supported? I tried to add Apply-hack.x86-64.S in the build, but it does not compile correctly. Strange, the syntax of the gcc assembly is different from

Re: [Chicken-users] Re : Re: package fmt crash on Windows 7 64-bits

2014-12-15 Thread Christian Kellermann
combier comb...@laposte.net writes: You are right, apply-hack.x86-64.S looks to be disabled. I didn't notice before. Does it mean that Windows 64 bits is not fully supported? It means that someone has to write a apply hack using Windows' ABI for 64bit. On 32bit we can get away with SysV but

Re: [Chicken-users] SRFI-99 - What is a variant type?

2014-12-15 Thread Thomas Chust
On Mon, 15 Dec 2014, Bahman Movaqar wrote: Reading the docs on SRFI-99 [1], I need some help understanding what is a variant type. Would someone please pass me a relevant link to read? Hello, a variant type is the same as an extensible tagged union type. Some documentation about this

Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-15 Thread Mario Domenech Goulart
Hi, On Mon, 15 Dec 2014 11:22:29 +0330 Bahman Movaqar bah...@bahmanm.com wrote: Has anyone recently managed to install combinatorics [1]? chicken-install (truely) keeps complaining about cock egg not exisiting. bahman@hamun:~/Work/Touka$ chicken-install combinatorics retrieving ...

Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-15 Thread Bahman Movaqar
On 12/15/2014 07:49 PM, Mario Domenech Goulart wrote: Hi, On Mon, 15 Dec 2014 11:22:29 +0330 Bahman Movaqar bah...@bahmanm.com wrote: Has anyone recently managed to install combinatorics [1]? chicken-install (truely) keeps complaining about cock egg not exisiting.

[Chicken-users] Error: chicken-install awful [Win7-64, chicken 4.9.0.1]

2014-12-15 Thread mfv
Hello, I failed to install awful today. After some tinkering and consulting with folks from #chicken, I decided to put it up on the mailing list. This is what I got. Any ideas? Regards, Piotr [Windows 7 64 bit] Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft

Re: [Chicken-users] Replace an element in a list

2014-12-15 Thread Kevin Wortman
Yes, it would be OK to use split-at to break a list into two pieces then reassemble it. That approach is relatively expensive though, since it's O(n) and involves re-allocating potentially many list nodes, which is why folks have suggested alternative approaches. Does it happen to be the case

Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-15 Thread Alex Shinn
On Tue, Dec 16, 2014 at 2:51 AM, Bahman Movaqar bah...@bahmanm.com wrote: Hah! Great guess on #chicken Mario! It was my ISP...it installed smoothly after bypassing that stupid filter. Thanks for the help. There was a porn filter applied to all internet traffic which removed the cock egg?

Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-15 Thread Dan Leslie
I can imagine that this is something that might be present on more than a few corporate networks. Perhaps it's best to simply rename the cock egg? -Dan On 14-12-15 03:01 PM, Alex Shinn wrote: On Tue, Dec 16, 2014 at 2:51 AM, Bahman Movaqar bah...@bahmanm.com mailto:bah...@bahmanm.com wrote:

Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-15 Thread John Cowan
Dan Leslie scripsit: I can imagine that this is something that might be present on more than a few corporate networks. Indeed. Perhaps it's best to simply rename the cock egg? I agree: change cock and cock-utils to rooster and rooster-utils. While we are at it, is there any way to download

Re: [Chicken-users] sendgrid egg: support for attribute files (attachments)?

2014-12-15 Thread Thomas Hintz
Hi Sven, On Sun, Dec 14, 2014, at 05:48 AM, Sven Hartrumpf wrote: The egg sendgrid is very useful already. Does anybody know how to use the API attribute files (= attachments) with this egg? I'm the author of the send-grid egg. I'm glad to hear it is useful. Unfortunately the egg currently