Re: [ANN] Guile Hall Release (v0.1.1)

2018-07-01 Thread Amirouche Boubekki
On 2018-07-01 14:07, Alex Sassmannshausen wrote: Hello, It is with great trepidation and joy that I finally release Hall to the world. You can get it with Guix after pulling the latest version with $ guix package -i guile-hall Otherwise you can get the code from https://gitlab.com/a-sassmannsh

Re: Lightweight web modules for Guile?

2018-07-01 Thread Arne Babenhauserheide
Amirouche Boubekki writes: > What is missing is handling multipart mime type form encoded > stuff. That means > you can not handle form submission and uploads, yet. Patch very > welcome. I cannot help you with that code directly, but I did write a small multifile form upload script for Guile. Ma

Re: [ANN] Guile Hall Release (v0.1.1)

2018-07-01 Thread Ludovic Courtès
Hello Alex, Alex Sassmannshausen skribis: > Otherwise you can get the code from > https://gitlab.com/a-sassmannshausen/guile-hall/, and build (hopefully) > using the traditional > $ autoreconf -vif && ./configure && make > dance. > > What is Guile Hall? > > From the README: > > Hall is a command

[ANN] Guile Hall Release (v0.1.1)

2018-07-01 Thread Alex Sassmannshausen
Hello, It is with great trepidation and joy that I finally release Hall to the world. You can get it with Guix after pulling the latest version with $ guix package -i guile-hall Otherwise you can get the code from https://gitlab.com/a-sassmannshausen/guile-hall/, and build (hopefully) using the

Re: Lightweight web modules for Guile?

2018-07-01 Thread Amirouche Boubekki
On 2018-06-29 03:29, Tonton wrote: Hey, I'm wanting to write a web page using guile, I'll need a module that can help me with the web part. I like haunt, but I'll need a few dynamic elements[1]. So I've been looking at and trying artanis. It is potentially awesome and does a lot of things I'm n