Re: [ANN] the Guile 100 Programs Project

2013-01-30 Thread Nala Ginrut
On Wed, 2013-01-30 at 20:43 -0800, Mike Gran wrote: > > > > > > >Hello, > > > > > >I'm also curious - would you consider it bad for people > > who are already contributing to Guile to volunteer? I have > > some free time coming up and the project sounds fun to try, > > but you won't be adding ano

Re: [ANN] the Guile 100 Programs Project

2013-01-30 Thread Mike Gran
> > >Hello, > > >I'm also curious - would you consider it bad for people > who are already contributing to Guile to volunteer? I have > some free time coming up and the project sounds fun to try, > but you won't be adding another contributor to Guile if I am chosen. :-) Hi Noah, The point is

Re: [ANN] the Guile 100 Programs Project

2013-01-30 Thread Noah Lavine
Hello, This is a great idea! I especially like the way you ask for information on what Guile features need to be improved. We could learn a lot from this project. I'm also curious - would you consider it bad for people who are already contributing to Guile to volunteer? I have some free time comi

Re: compile error on FreeBSD 9

2013-01-30 Thread Ludovic Courtès
Hi, z_axis skribis: > ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create' > ./.libs/libguile-2.0.so: undefined reference to `GC_register_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pt

Re: guile-json 0.1.0 released

2013-01-30 Thread Billy O'Connor
Aleix Conchillo Flaqué writes: > Hi, > > I just release guile-json 0.1.0. > > https://github.com/aconchillo/guile-json > Nice. Looks like you have a small typo in README.org: diff --git a/README.org b/README.org index e7d9c91..a10d75a 100644 --- a/README.org +++ b/README.org @@ -93,7 +93,7

Guildhall users: please update your GUILE_LOAD_PATH or %load-path

2013-01-30 Thread Mark H Weaver
Hello all, In the future it will be important for Guildhall modules to have a lower priority than in the search path than Guile's core modules. The reason is that Guildhall has several portable SRFIs, some of which will be superceded by efficient native implementations in core Guile. One such ex

Re: compile error on FreeBSD 9

2013-01-30 Thread z_axis
i have installed threaded libgc: $pkg_info | grep boehm-gc boehm-gc-7.1Garbage collection and memory leak detection for C and C++ boehm-gc-threaded-7.1_1 Garbage collection and memory leak detection for C and C++ ls -l /usr/local/lib/libgc[.-]* lrwxr-xr-x 1 root wheel 19 1 31

[ANN] the Guile 100 Programs Project

2013-01-30 Thread Mike Gran
Hello.  I'm pleased to announce the upcoming Guile 100 Programs Project.   The Guile 100 Programs Project is an opportunity to show off your Guile skills in exchange for a small honorarium.   Each week, on Monday, I'll announce a coding project and ask for volunteers.  On Wednesday, a volunteer wil

Re: compile error on FreeBSD 9

2013-01-30 Thread Ludovic Courtès
Hi, z_axis skribis: > ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create' > ./.libs/libguile-2.0.so: undefined reference to `GC_register_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pt

Re: guile-json 0.1.0 released

2013-01-30 Thread Aleix Conchillo Flaqué
On Wed, Jan 30, 2013 at 10:19 AM, Ian Price wrote: > > I've uploaded it to my guildhall repo. Current users can > > guild update > guild install json > > to obtain it. People who aren't using Guildhall can find instructions at > https://github.com/ijp/guildhall/wiki/Getting-Started > Thanks I

Re: guile-json 0.1.0 released

2013-01-30 Thread Aleix Conchillo Flaqué
On Wed, Jan 30, 2013 at 9:17 AM, Billy O'Connor wrote: > > Nice. Looks like you have a small typo in README.org: > Thanks! Fixed. Aleix

Re: guile-json 0.1.0 released

2013-01-30 Thread Ian Price
Aleix Conchillo Flaqué writes: > I just release guile-json 0.1.0. > > https://github.com/aconchillo/guile-json I've uploaded it to my guildhall repo. Current users can guild update guild install json to obtain it. People who aren't using Guildhall can find instructions at https://githu

Re: salutations and web scraping

2013-01-30 Thread Catonano
2013/1/7 Andy Wingo > I know it's a year late, but I tracked this one down > Anyway, fetching friendfeed.com/ > now works properly. > > Thank you, Andy ;-)

Re: guile-json 0.1.0 released

2013-01-30 Thread Nala Ginrut
On Wed, 2013-01-30 at 01:48 -0800, Aleix Conchillo Flaqué wrote: > Hi, > > I just release guile-json 0.1.0. > > https://github.com/aconchillo/guile-json > > This is my first guile related release, so comments are more than welcome. > > guile-json is a JSON module for Guile. It supports pars

guile-json 0.1.0 released

2013-01-30 Thread Aleix Conchillo Flaqué
Hi, I just release guile-json 0.1.0. https://github.com/aconchillo/guile-json This is my first guile related release, so comments are more than welcome. guile-json is a JSON module for Guile. It supports parsing and building JSON documents according to the http:://json.org specification. Th