On 19-08-2022 01:44, sidhu1f wrote:
According to the guile (version 3.0.7) reference manual, (error "foo
~a" 'bar) should output "foo bar" but instead the output is "foo ~a
bar". Am I missing something or is there a bug in error?
You might need 'scm-error' instead:
(scm-error 'misc-error 'th
The error I find in the manual is:
Scheme Procedure: error msg arg …
Raise an error with key misc-error and a message constructed by displaying
msg and writing arg
Where are you getting your info?
--
Linus Björnstam
On Fri, 19 Aug 2022, at 01:44, sidhu1f wrote:
> According to th
Hi,
Am 17. August 2022 13:50:46 MESZ schrieb Gentoo Arch :
> Hi,
>
> I'd like to ask for your advice.
>
> I'm trying to figure out how Guile webserver works to develop a simple BBS
> and I'm kinda stuck with POST request.
>
> My Guile script generates a form on any path and the form sends to