[Chicken-users] Online documentation "scan"

2010-08-12 Thread Kon Lovett
I hate to complain about the ongoing refinement of web-hosted Chicken  
documentation but


[procedure] (proper-list? x) -> boolean

should "pop" more.

Suggest a point size constraint {description-text} < {procedure text}  
< {in-section-header-text} where {procedure text} is as above, keeping  
text-properties, such as bold, the same.


Sorry,
Kon

P.S. I know this is plain-text but common-denominator used when  
recipients are unknown.



___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] sql-de-lite integrated SQLite3 library

2010-08-12 Thread Arthur Maciel
Jim, that's a perfect solution to a personal common problem and worry! What
an awesome idea!

Thank you very much!
Arthur

Message: 1
> Date: Thu, 12 Aug 2010 00:21:43 -0500
> From: Jim Ursetto 
> Subject: [Chicken-users] sql-de-lite integrated SQLite3 library
> To: chicken-users users 
> Message-ID:
>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi there.
>
> SQLite3 is a great, lightweight database, but I have hesitated to use
> it in Chicken applications because it's not guaranteed to be installed
> or recent enough on a user's machine -- especially if they're on
> Windows or OS X.  Installing it can be an annoying extra step for your
> users.
>
> To that end, I've updated the sql-de-lite egg to include an integrated
> SQLite3 library, currently 3.7.0.1.  At installation time, the egg
> will auto-detect whether your system library is present and recent
> enough.  If so, it links against your system library; if not, it links
> against the built-in library.  It's also possible to override the
> auto-detection if desired.
>
> The goal is to allow you to just depend on sql-de-lite in your
> application and not worry about whether the library is installed or
> too old.  SQLite3 is a great replacement for ad-hoc file formats and,
> even if you are not a fan of SQL, the underlying database tech is
> top-notch.
>
> Integrated build has been tested on OS X 10.5, mingw32, and Ubuntu
> 10.04.  Just run `chicken-install -test sql-de-lite` if you would like
> to test it out, and please report back any bugs or successes.
>
> For more details, see
> http://3e8.org/chickadee/sql-de-lite#sec:Installation.
>
> Jim
>
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] new egg server at call-cc.org

2010-08-12 Thread Alaric Snell-Pym

On 08/11/10 00:06, Felix wrote:


The `chicken-install' program usually downloads from two different
servers of which one is currently unavailable (galinha.ucpel.tche.br),
so it may happen that the attempt to retrieve the extension times out,
if the remaining egg server (chicken.kitten-technologies.co.uk) is under
heavy load.


As the main cause of heavy load on that server was the chicken update
cron job, I've taken steps to do that with svnsync now (and even written
a tutorial on how to do it yourself for a nice local mirror:
http://wiki.call-cc.org/running-an-egg-mirror )

Hopefully this will make chicken.kitten-tech more reliable in future...
but more interestingly, maybe it will also make it easier for more
people to run public mirrors so we can have more fallbacks ;-)

ABS

--
Alaric Snell-Pym
http://www.snell-pym.org.uk/alaric/

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] sql-de-lite integrated SQLite3 library

2010-08-12 Thread Stephen Eilert
On Thu, Aug 12, 2010 at 2:21 AM, Jim Ursetto  wrote:
> Hi there.
>
> SQLite3 is a great, lightweight database, but I have hesitated to use
> it in Chicken applications because it's not guaranteed to be installed
> or recent enough on a user's machine -- especially if they're on
> Windows or OS X.  Installing it can be an annoying extra step for your
> users.
>
> To that end, I've updated the sql-de-lite egg to include an integrated
> SQLite3 library, currently 3.7.0.1.  At installation time, the egg
> will auto-detect whether your system library is present and recent
> enough.  If so, it links against your system library; if not, it links
> against the built-in library.  It's also possible to override the
> auto-detection if desired.
>
> The goal is to allow you to just depend on sql-de-lite in your
> application and not worry about whether the library is installed or
> too old.  SQLite3 is a great replacement for ad-hoc file formats and,
> even if you are not a fan of SQL, the underlying database tech is
> top-notch.
>
> Integrated build has been tested on OS X 10.5, mingw32, and Ubuntu
> 10.04.  Just run `chicken-install -test sql-de-lite` if you would like
> to test it out, and please report back any bugs or successes.
>
> For more details, see http://3e8.org/chickadee/sql-de-lite#sec:Installation.
>

Hey, that's awesome :)


--Stephen

Sent from my Emacs

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Curious: why the name "Chicken Scheme"?

2010-08-12 Thread Felix
From: Kon Lovett 
Subject: Re: [Chicken-users] Curious: why the name "Chicken Scheme"?
Date: Wed, 11 Aug 2010 23:05:59 -0700

> 
> On Aug 11, 2010, at 9:43 AM, John Gabriele wrote:
> 
>> Hi,
>>
>> I looked around the wiki but did not see an answer to this. Just
>> curious: why is it named "Chicken Scheme"? :)
> 
> As I remember:
> 
> Felix had (has?) a character figurine of the bad penguin from "The
> Wrong Trousers", a "Wallace & Gromit" adventure. He saw this when
> searching a name for his new Scheme compiler. From a bird to Chicken
> is his internal logic.

But it's a penguin disguised as a chicken! With a rubber glove!


cheers,
felix

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users