[Chicken-users] SRFI-1 egg

2016-01-14 Thread Jörg F . Wittenberger
I always was sooo keen to write something nobody needs. ;-) And as if the uselessness wasn't enough, I'm even cross-posting this message to chicken-hackers! Here another egg for the coop: http://askemos.org/chicken-eggs/srfi-1.release-info tarball:

Re: [Chicken-users] SRFI-1 egg

2016-01-14 Thread Jörg F . Wittenberger
Sadly it's not on any documentation page. Could have saved me some quite time if I had known. (Not only the packaging, also while debugging the strange issue about "not enough top level binding to take the fast path" -- whatever that one is actually caused by.) How would I find out? Am

Re: [Chicken-users] SRFI-1 egg

2016-01-14 Thread Mario Domenech Goulart
Hi Jörg, On Thu, 14 Jan 2016 19:01:33 +0100 Jörg F. Wittenberger wrote: > I always was sooo keen to write something nobody needs. ;-) > > And as if the uselessness wasn't enough, I'm even cross-posting this > message to chicken-hackers! > > Here another egg

Re: [Chicken-users] SRFI-1

2007-12-27 Thread felix winkelmann
On Dec 23, 2007 10:44 PM, Mark Fredrickson [EMAIL PROTECTED] wrote: On a side note: Is there a way I can see all the units I have available? Not particularly user-friendly, but sometimes useful is the content of these two variables: ##sys#features ##sys#loaded-extensions cheers, felix

Re: [Chicken-users] SRFI-1

2007-12-23 Thread Mark Fredrickson
Thanks for the pointer. I had tried that. I assumed the error message I received indicated said extension did not exist. Actually, it's a well documented issue on OS X when using macports: http://chicken.wiki.br/platforms#Fixing%20libchicken.dylib I made the link and now I have access to all the

Re: [Chicken-users] SRFI-1

2007-12-23 Thread John Cowan
Mark Fredrickson scripsit: On a side note: Is there a way I can see all the units I have available? http://chicken.wiki.br/Supported%20language has a list, although you have to poke around in unit library, unit eval, and unit extras (which are loaded by default) to see what is there, as they

[Chicken-users] SRFI-1

2007-12-22 Thread Mark Fredrickson
Is there an egg for SRFI-1? Google searches show nothing, and eggs unlimited does not appear to have a SFRI-1 implementation on hand. Without having tried it, I'm guessing http://srfi.schemers.org/srfi-1/srfi-1-reference.scm will probably work. Am I being thick? Does everyone just write their own

Re: [Chicken-users] SRFI-1

2007-12-22 Thread Jeremy Sydik
Nope, It's just so useful it comes pre-installed ;) (require-extension srfi-1) --Jeremy On Dec 23, 2007, at 12:04 AM, Mark Fredrickson wrote: Is there an egg for SRFI-1? Google searches show nothing, and eggs unlimited does not appear to have a SFRI-1 implementation on hand. Without having