Re: [Chicken-users] broken links on Chicken's web site

2010-05-24 Thread Felix
From: Marco Maggi Subject: [Chicken-users] broken links on Chicken's web site Date: Tue, 25 May 2010 07:59:30 +0200 > I dunno where to report this; the following links outgoing > from: > > http://chicken.wiki.br/chicken-projects/egg-index-4.html > > do not work: > > http://chicken.wiki.br/ch

Re: [Chicken-users] Diff file to compile Chicken 4.5.0 on OpenSolaris

2010-05-24 Thread Felix
From: Semih Cemiloglu Subject: RE: [Chicken-users] Diff file to compile Chicken 4.5.0 on OpenSolaris Date: Tue, 25 May 2010 14:31:23 +1000 > --_002_75EA80C573C0394ABC43F511E21E37421598F8D67FCVICMULMAILNE_ > Content-Type: text/plain; charset="us-ascii" > Content-Transfer-Encoding: quoted-printable

[Chicken-users] broken links on Chicken's web site

2010-05-24 Thread Marco Maggi
I dunno where to report this; the following links outgoing from: http://chicken.wiki.br/chicken-projects/egg-index-4.html do not work: http://chicken.wiki.br/chicken-projects/egg-index-4.html#macros http://chicken.wiki.br/eggref/4/make -- Marco Maggi _

Re: [Chicken-users] define-macro in chicken 4?

2010-05-24 Thread Michele Simionato
On Tue, May 25, 2010 at 4:19 AM, Alejandro Forero Cuervo < a...@freaks-unidos.net> wrote: > > It makes me sad that something in which I have invested a lot of time > and care, Svnwiki, doesn't work for third parties because of changes > to Chicken outside of my control. > I am sympathetic with th

Re: [Chicken-users] define-macro in chicken 4?

2010-05-24 Thread Alejandro Forero Cuervo
> From: Alejandro Forero Cuervo > Subject: [Chicken-users] define-macro in chicken 4? > Date: Sun, 23 May 2010 21:44:40 +0200 > > Hi, Alejo. > > > I have some extensions that I would like to migrate to Chicken 4. > > Many of these depend on define-macro. Does define-macro work in > > Chicken 4?

Re: [Chicken-users] source file and line number where a macro is called?

2010-05-24 Thread Alejandro Forero Cuervo
> From: Alejandro Forero Cuervo > Subject: [Chicken-users] source file and line number where a macro is called? > Date: Mon, 24 May 2010 15:18:18 +0200 > > > I'm working in a logging extension. Simplifying, I would like to be > > able to write in my code an expression like: > > > > (logging

Re: [Chicken-users] source file and line number where a macro is called?

2010-05-24 Thread Felix
From: Alejandro Forero Cuervo Subject: [Chicken-users] source file and line number where a macro is called? Date: Mon, 24 May 2010 15:18:18 +0200 > I'm working in a logging extension. Simplifying, I would like to be > able to write in my code an expression like: > > (logging "Starting evalu

Re: [Chicken-users] define-macro in chicken 4?

2010-05-24 Thread Stephen Eilert
On Sun, May 23, 2010 at 4:44 PM, Alejandro Forero Cuervo wrote: > Alejo, seriously wishing he had picked Python, Perl or Java, rather > than Chicken, 5 years ago. > http://azul.freaks-unidos.net/ Really? Perl http://www.codesimplicity.com/post/when-is-backwards-compatibility-not-worth-it/ Pyth

Re: [Chicken-users] define-macro in chicken 4?

2010-05-24 Thread Felix
From: Alejandro Forero Cuervo Subject: Re: [Chicken-users] define-macro in chicken 4? Date: Sun, 23 May 2010 22:10:12 +0200 > It makes it very difficult for me to continue to trust Chicken as a > development platform when certain APIs get removed like that, with > little to no consideration to ho

Re: [Chicken-users] define-macro in chicken 4?

2010-05-24 Thread Felix
From: Alejandro Forero Cuervo Subject: [Chicken-users] define-macro in chicken 4? Date: Sun, 23 May 2010 21:44:40 +0200 Hi, Alejo. > I have some extensions that I would like to migrate to Chicken 4. > Many of these depend on define-macro. Does define-macro work in > Chicken 4? What's my best o

[Chicken-users] source file and line number where a macro is called?

2010-05-24 Thread Alejandro Forero Cuervo
I'm working in a logging extension. Simplifying, I would like to be able to write in my code an expression like: (logging "Starting evaluation of foo") To cause an entry like "fooeval.scm:94: Starting evaluation of foo." to be written to some file. The key aspect is to be able to trace back