Re: [Potluck] a lightweight web framework

2013-02-16 Thread Nala Ginrut
hi Daniel! First, I must appreciate for your encourage! That makes me happier though I'm still weak and headache. ;-) On Sun, 2013-02-17 at 14:14 +0800, Daniel Hartwig wrote: > On 17 February 2013 13:03, Nala Ginrut wrote: > > PS: and I have to mention that bug, I believe it's a bug. > > > > When

Self Optimising Statistical Calculator

2013-02-16 Thread John Darrington
I'm happy to announce version 0.0 of a hitherto unpublished Guile project. This projectlet comprises approximately 300 lines of Scheme and some guile interfaces to functions from the libraries of GNU PSPP (a statistical analysis program). However the purpose is not to provide Guile bindings to P

Re: [Potluck] a lightweight web framework

2013-02-16 Thread Daniel Hartwig
On 17 February 2013 13:03, Nala Ginrut wrote: > I put here: > https://gitorious.org/glow/artanis The examples you mentioned make this look very interested. Nice job.

Re: [Potluck] a lightweight web framework

2013-02-16 Thread Daniel Hartwig
On 17 February 2013 13:03, Nala Ginrut wrote: > PS: and I have to mention that bug, I believe it's a bug. > > When the server-handler get the request, I found the uri in request have > no 'host', it's #f. It causes trouble for me to implement url redirect > mechanism, which used to implement admin

[Potluck] a lightweight web framework

2013-02-16 Thread Nala Ginrut
Sorry for the late guys! I planed to give you a lightweight web-framework, and you may use it to build your own site with Guile easily. Besides, with Guile's inner web-server, you could have 10K concurrency performance. But life is no so perfect, I was sick for few days, so I'm late for the potluc

Hash table read syntax in guile 2.0

2013-02-16 Thread Hengqing Hu
Dear list, It seems the read syntax of a hash table has been silently changed. Now (make-hash-table) produces # instead what was in 1.8 # But the document is not updated yet? I used to use the read syntax to get the length of the hash table. It would be more convinient if a hash-length procedur

guile-xcb

2013-02-16 Thread Mark Witmer
Hi all, I started writing my guile-xcb bidings too late to have them ready for today, but I thought I'd describe what's coming... guile-xcb is a language implemented in the Guile VM that parses the XML files used by the xcb project to specify the X protocol and compiles them into Guile modules c

Hack-Potluck day

2013-02-16 Thread Andreas W
Yay, finally I have a somewhat represent-able contribution. Made it in time! (at least in my timezone) :-) A simple program which displays chosen or random haiku from a list, or all of them if one so choose. The ability to save to file and load from file is there. guile-haiku: https://github.com/

Re: Boot-to-Guile!

2013-02-16 Thread Mark H Weaver
Wow. This is very exciting work, Ludovic. You make our lives brighter :) Mark

Potluck: excuse/teaser

2013-02-16 Thread Ian Price
Okay so, for this year's hack, I had originally planned bindings for one of the databases that look cool, but I never have a reason to use: like neo4j. This later morphed into me being a little more boring, and writing a library for dealing with memcached. The code thus far is available on github

Re: Boot-to-Guile!

2013-02-16 Thread Aleix Conchillo Flaqué
On Sat, Feb 16, 2013 at 3:59 AM, Ludovic Courtès wrote: > Hello! > > To celebrate Guile 2.0’s second anniversary [0], I’m happy to announce > this Boot-to-Guile QEMU image! > > http://www.fdn.fr/~lcourtes/software/guix/boot-to-guile.qcow2 > Just tried it. Three words: this is fantastic! Aleix

Re: Boot-to-Guile!

2013-02-16 Thread Ludovic Courtès
Mike Gran skribis: > Here's a fun message specific to your hack. > >   scheme@(guile-user)> (getgroups) >   ERROR: In procedure getgroups: >   ERROR: In procedure getgroups: Success Heh, funny. :-) Actually you found a bug, fixed like this: diff --git a/libguile/posix.c b/libguile/posix.c ind

Re: Boot-to-Guile!

2013-02-16 Thread Mike Gran
> From: Ludovic Courtès > Hello! > > To celebrate Guile 2.0’s second anniversary [0], I’m happy to announce > this Boot-to-Guile QEMU image! Amazing. ... > Third, we need an actual initrd that does useful things at boot time, > such as mounting /proc and the host SMB/CIFS share setup by QEMU.

Boot-to-Guile!

2013-02-16 Thread Ludovic Courtès
Hello! To celebrate Guile 2.0’s second anniversary [0], I’m happy to announce this Boot-to-Guile QEMU image! http://www.fdn.fr/~lcourtes/software/guix/boot-to-guile.qcow2 sha1: c796a91be2efcae192a4032c13821c52ea9db07f sig: http://www.fdn.fr/~lcourtes/software/guix/boot-to-guile.qcow2.asc

[ANN] guile curl 0.2

2013-02-16 Thread Mike Gran
After a few years off, I've made a new release to guile-curl. In the meantime, Guile's acquired quite a few ways to deal with http.  But, for more obscure types of URLs, curl can be pretty valuable.  You never know when you'll need to use tftp. README excerpt:   guile-curl is a project that has