Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Mario Domenech Goulart
Hi Kon On Wed, 03 Nov 2010 19:50:38 -0700 Kon Lovett klov...@mac.com wrote: Because I need to release an updated srfi-19 egg now is a good time to check the localizations. We have Dutch, English, Spanish, and Brazilian-Portuguese. I would like for those in the know to confirm the

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Moritz Heidkamp
Hi Kon, while we're at it, I figured I could contribute a German locale file. Note that there is no AM/PM in Germany (don't know about other Germanophone countries but I think they don't have it either). I just left them in so I don't break anything but feel free to correct it, of course :-) I

Re: [Chicken-users] date, string formatting and locale

2010-11-04 Thread Thomas Chust
2010/11/4 Hugo Arregui hugo.arre...@gmail.com: On Wed, Nov 3, 2010 at 1:20 PM, Thomas Chust ch...@web.de wrote: [...] the POSIX functions use the C standard library's locale which is entirely independent from that of the locale egg. [...] I'm not quite sure understand the idea. You mean

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Kon Lovett
On Nov 4, 2010, at 6:26 AM, Moritz Heidkamp wrote: Sven Hartrumpf hartru...@gmx.net writes: I guessed from the Dutch version that was sent around by Kon yesterday. Sorry, if my guess was wrong. Indeed, I see it. Kon, what is correct? :-) `may-long' is the key for the long month name.

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Moritz Heidkamp
Kon Lovett klov...@mac.com writes: `may-long' is the key for the long month name. There is only a single bundle so the keys must be unique ... and they were not. So I just added `-long' to distinguish long from the abbreviated month `may' key. Now I understand the reasoning. I somehow failed

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Kon Lovett
On Nov 4, 2010, at 3:20 AM, Moritz Heidkamp wrote: Hi Kon, while we're at it, I figured I could contribute a German locale file. Thank you. I was going to specifically ask for one since we have a number of German speaking users. Note that there is no AM/PM in Germany (don't know about

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Kon Lovett
On Nov 4, 2010, at 1:22 AM, Peter Bex wrote: On Wed, Nov 03, 2010 at 07:50:38PM -0700, Kon Lovett wrote: snip Dutch is fine. (we don't capitalize our month or day names) What does separator separate? From the SRFI 19 document: ~f seconds+fractional seconds, using locale's decimal

[Chicken-users] General newbie query about tspl execise

2010-11-04 Thread Enwin Thun
Please redirect me if this is inappropriate for this forum. The following code appears in the tspl book. http://www.scheme.com/tspl3/start.html#./start:s185 It is an implementation of a queue use[ing] a tconc structure. To put new elements into the end of the list, it is required that the 2

Re: [Chicken-users] General newbie query about tspl execise

2010-11-04 Thread Alan Post
On Thu, Nov 04, 2010 at 10:39:19PM +0530, Enwin Thun wrote: Please redirect me if this is inappropriate for this forum. The following code appears in the tspl book. http://www.scheme.com/tspl3/start.html#./start:s185 It is an implementation of a queue use[ing] a tconc structure. To put

Re: [Chicken-users] General newbie query about tspl execise

2010-11-04 Thread John Cowan
On Thu, Nov 4, 2010 at 1:34 PM, Alan Post alanp...@sunflowerriver.org wrote: Typically, all objects in a scheme system are stored with a tag, indicating the object type.  Basically, whether it is an atom or a cons. For an atom, the data is stored immediately after the tag. Actually, in

Re: [Chicken-users] General newbie query about tspl execise

2010-11-04 Thread Kon Lovett
On Nov 4, 2010, at 10:09 AM, Enwin Thun wrote: Please redirect me if this is inappropriate for this forum. The following code appears in the tspl book. http://www.scheme.com/tspl3/start.html#./start:s185 It is an implementation of a queue use[ing] a tconc structure. To put new elements into

Re: [Chicken-users] Check SRFI 19 localized strings

2010-11-04 Thread Kon Lovett
On Nov 4, 2010, at 8:25 AM, Moritz Heidkamp wrote: Kon Lovett klov...@mac.com writes: `may-long' is the key for the long month name. There is only a single bundle so the keys must be unique ... and they were not. So I just added `-long' to distinguish long from the abbreviated month `may'

[Chicken-users] Re: General newbie query about tspl execise

2010-11-04 Thread Pascal J. Bourguignon
Enwin Thun enwin.t...@gmail.com writes: Please redirect me if this is inappropriate for this forum. The following code appears in the tspl book. http://www.scheme.com/tspl3/start.html#./start:s185 It is an implementation of a queue use[ing] a tconc structure. To put new elements into the

[Chicken-users] Anyone looked at making an egg for clutter?

2010-11-04 Thread Matthew Welland
Just curious clutter-project.org ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Anyone looked at making an egg for clutter?

2010-11-04 Thread Ivan Raikov
Unfortunately, Clutter has a very extensive and large API, as is commonly the case the systems like GTK/Cairo/Qt, etc. For example, the Haskell bindings for Clutter take up almost 100KB compressed, which is enormous for a library in a functional programming language. And even with the great FFI

[Chicken-users] FYI: Installing pstk on chicken 4.2 fails for me ...

2010-11-04 Thread Matthew Welland
Chicken version 4.2.0 pstk located at /tmp/chicken-install-1e0.tmp/pstk checking dependencies for `pstk' ... missing: posix retrieving ... . Content-Type: text/plain reading chunks ... reading files ... Server error: Error: [Server] no such extension or version posix #f