[ANN] GNU Artanis-0.3.1 released!

2018-12-30 Thread Nala Ginrut
<#secure method=pgpmime mode=sign> I'm pleased to announce the first stable version artanis-0.3.1 here. GNU Artanis is a web application framework(WAF) written in Guile Scheme. http://web-artanis.com It is designed to support the development of dynamic websites, web applications, web services

Re: how to use ffi-help

2018-12-30 Thread Matt Wette
On 12/30/18 10:07 AM, Amirouche Boubekki wrote: 1. Is it possible to have a program or subcommand of guild that    does take a header file from stdin and prints the bindings to stdout. This could be done. I will think about it. 2. What do you think of PSSI

Re: issues unit testing with srfi-64

2018-12-30 Thread Taylan Kammer
FWIW, I have a SRFI-64 implementation whose code-base and default test runner is somewhat cleaner than the upstream one: https://github.com/TaylanUB/scheme-srfis/tree/master/srfi/64 (All actual code is in the *.body.scm files. Others are R7RS library wrappers.) It sounds like using a

Re: how to use ffi-help

2018-12-30 Thread Amirouche Boubekki
Le 2018-12-22 19:46, Matt Wette a écrit : Hi All, I have created a helper for generating FFI code for Guile.   The current use case is to create file called a "ffi module" that specifies includes and libraries that will be used to create a loadable Guile module. In the process, the FFI