[Chicken-users] darcs repository?

2007-08-13 Thread Shawn W.
I went to update my local copy of the darcs repository for chicken, and it failed, looking like the URL for the repository is now some wiki page. http://galinha.ucpel.tche.br/chicken is what I've been pulling from. Did that change? -- Shawn W. [EMAIL PROT

Re: [Chicken-users] darcs repository?

2007-08-13 Thread Shawn W.
On Aug 13, 2007, at 10:10 PM, felix winkelmann wrote: On 8/14/07, Shawn W. <[EMAIL PROTECTED]> wrote: I went to update my local copy of the darcs repository for chicken, and it failed, looking like the URL for the repository is now some wiki page. http://galinha.ucpel.tche.br/chicken i

Re: [Chicken-users] multiple values in chicken

2008-02-01 Thread Shawn W.
LIST 1.73 seconds elapsed 0 seconds in (major) GC 0 mutations 10989 minor GCs 0 major GCs [EMAIL PROTECTED] ~]$ Script done on Fri 01 Feb 2008 06:35:57 PM PST -- Shawn W. [EMAIL PROT

Re: [Chicken-users] multiple values in chicken

2008-02-01 Thread Shawn W.
ng the -Ob compiled one), and 15 seconds of run time. Some trials using real-world chicken programs with the larger stack size show a less-significant but still present speedup. I'm thinking it would be a good idea to increase the default stack size on 64-bit hosts. -- Shawn W. [

Re: [Chicken-users] Syntax of case expressions

2008-02-28 Thread Shawn W.
a version of case that takes an arbitrary predicate. There's also a generalized- case egg that's very similar (Mine also implements guard clauses from srfi-87) -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing list Chicken-u

[Chicken-users] (declare (block))

2007-05-02 Thread Shawn W.
I'd assume that that would fail because it alters a global variable, but it seems to work in some testing I'm doing. So what does block actually do? Thanks. -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing list Chicken-u

Re: [Chicken-users] Mac OS X static library names

2007-05-14 Thread Shawn W.
time libraries, etc.). Universal binary support to go along with that would be nice too. The latter is easy to do. (Add '-arch i386 -arch ppc' to the cflags used by the chicken compiler, and I /think/ everything will work automagically. I&#

Re: [Chicken-users] Mac OS X static library names

2007-05-15 Thread Shawn W.
On May 14, 2007, at 1:39 PM, Brandon Van Every wrote: On 5/14/07, Shawn W. <[EMAIL PROTECTED]> wrote: ... CMake doesn't have framework support. See http://www.cmake.org/Wiki/CMake:MacOSX_Frameworks The issue is known but isn't getting attention. Bill Hoffman is inte

Re: [Chicken-users] Mac OS X static library names

2007-05-17 Thread Shawn W.
On May 15, 2007, at 7:35 AM, Brandon Van Every wrote: On 5/15/07, Shawn W. <[EMAIL PROTECTED]> wrote: > Universal binary support to go along with that would be nice > too. The latter is easy to do. (Add '-arch i386 -arch ppc' to the > cflags used by the chick

Re: [Chicken-users] openssl egg

2007-05-23 Thread Shawn W.
thing like (define fp (bio-file-new :output-file "encrypted.out")) (bio-push fp an-encryption-filter-bio) (define out-stream (bio->output-stream fp)) (fprintf out-stream "blah blah blah) -- Shawn W. [EMAIL PROTECTED] ___ Chicken-use

[Chicken-users] Choosing chicken

2007-06-01 Thread Shawn W .
since I want other people's views, and since there are schemes I haven't looked at: What schemes do you use, for what? Why? Know of a nifty feature or approach a particular scheme takes that most others don't? What do you think a particular version (Including chicken, of

Re: [Chicken-users] Gtk with easyFFI

2007-06-02 Thread Shawn W.
x27;s not in the Eggs Unlimited page... -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Choosing chicken

2007-06-02 Thread Shawn W.
On Jun 2, 2007, at 8:25 AM, Brandon Van Every wrote: On 6/2/07, Shawn W. <[EMAIL PROTECTED]> wrote: What schemes do you use, for what? Why? Know of a nifty feature or approach a particular scheme takes that most others don't? What do you think a particular version (Including

Re: [Chicken-users] Gtk with easyFFI

2007-06-03 Thread Shawn W.
On Jun 3, 2007, at 12:35 AM, felix winkelmann wrote: On 6/2/07, Shawn W. <[EMAIL PROTECTED]> wrote: People keep talking about this beast. Where is it? % chicken-setup gtk+ The extension gtk+ does not exist. Do you want to download it ? (yes/no/abort) [yes] Error: Extension does not

Re: [Chicken-users] Choosing chicken

2007-06-03 Thread Shawn W.
typed lexically scoped functional languages. Wether I use one that's dynamically or statically typed depends on my mood when starting something and what I'm trying to do. -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing list

[Chicken-users] keyword-style

2007-06-06 Thread Shawn W.
keywords with start-server. However, I then get errors like "unbound variable: :port". I take it that the keyword-style parameter doesn't affect previously compiled files? -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing

Re: [Chicken-users] GCC warnings

2007-06-14 Thread Shawn W.
f the compiler. Usually warnings that I would expect to get on all platforms using the same compiler version, not things that pop up in code that does things like assuming a 32- bit environment being compiled on 64-bit. -- Shawn W. [EMAIL PROT

Re: [Chicken-users] Iron Chicken

2007-07-08 Thread Shawn W.
now/ how to manipulate lists. :) -- Shawn W. [EMAIL PROTECTED] ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users