Re: [Chicken-users] Parsing Simple Markup

2014-09-22 Thread Jörg F. Wittenberger
Did I already recommend this? Sorry if that's a duplication. One more example of SXML together with SRFI 110 sweet expressions (indent sensitive LISP syntax). Those two blend well together. I'm using them embedded in XML (XSLT) here:

Re: [Chicken-users] Parsing Simple Markup

2014-09-22 Thread Andy Bennett
Hi, Actually due to the possible presence of nested commands, it should probably be something more generic, since in the last example: (bold (smallcap (size 2 text))) what the procedure 'bold' would be taking in is not a string text, but rather an expression...so this is where I guess

Re: [Chicken-users] T-DOSE 2014?

2014-09-22 Thread Peter Bex
On Fri, Jun 20, 2014 at 01:55:26PM +0200, Peter Bex wrote: See y'all at T-DOSE! Just a quick reminder and an update that the schedule has been published: http://www.t-dose.org/2014/schedule/full Cheers, Peter -- http://www.more-magic.net ___

[Chicken-users] Termite revival

2014-09-22 Thread Kooda
Hello dear users of the fowl, I’ve been wondering for quite some time now on how to revive the Termite project. Looks like I started a new implementation of the API using CHICKEN facilities instead of trying the (now seemingly dead) original implementation. I’d like some reviews before going

[Chicken-users] 'make check' of chicken 4.9.0.1 on alpine linux 3.0.4 i686 with musl c-library (after a successful build).

2014-09-22 Thread Zachary Storer
Hello, Below is a log of 'bash-$ make check PLATFORM=linux' on the platform listed in the subject of this email. I'm hoping to get CHICKEN to build and check successfully with the musl C library. Thanks, Zachary Storer (aka zacts) -- make -f ./Makefile.linux CONFIG= check make[1]: Entering