Re: confused about make-module and eval

2020-03-24 Thread tomas
On 24. Mar 2020, at 01:32, Matt Wette wrote: > I expect this to work, but it does not. Any anyone elaborate? > What is the minimum module that can make this work? (make-fresh-use-module)? On Tue, Mar 24, 2020 at 01:35:51AM +0100, Massimiliano Gubinelli wrote: > I think a fresh module do not ha

Re: confused about make-module and eval

2020-03-24 Thread Massimiliano Gubinelli
you can look into ice-9/boot-9.scm to see how modules are populated. I'm not sure now how to do it right. For example you could use export-all! use-module! etc... Best max > On 24. Mar 2020, at 10:16, wrote: > > On 24. Mar 2020, at 01:32, Matt Wette wrote: > >> I expect this to work, bu

Re: confused about make-module and eval

2020-03-24 Thread tomas
On Tue, Mar 24, 2020 at 10:27:35AM +0100, Massimiliano Gubinelli wrote: > you can look into ice-9/boot-9.scm to see how modules are populated. I'm not > sure now how to do it right. Thanks, will do. Cheers -- t signature.asc Description: Digital signature

Re: Need help starting a project in Guile - distributed DE / GUI toolkit using Wayland

2020-03-24 Thread Jan
On Mon, 23 Mar 2020 10:36:03 + Neil Jerram wrote: > > Hi Jan, > > You don't need specially coded Wayland bindings for Guile. You can > use Guile's generic Foreign Function Interface [1]. For an example, > see [2], although that particular code might be outdated as I haven't > run it for a

Re: YAML parser?

2020-03-24 Thread Matt Wette
On 3/4/20 6:21 AM, Matt Wette wrote: On 2/23/20 7:29 AM, Matt Wette wrote: On 2/21/20 8:12 PM, Aleix Conchillo FlaquƩ wrote: Hi, does anyone know if there's any YAML parser for Guile? Haven't been able to find any. Thanks! Aleix Hi Aleix, I don't know of a YAML parser for Guile, but if