IRC channel logs

2026-02-07.log

back to list of logs

<shymega[i]>Hi all! Jess's talk on Guile reinspired me to work on my Guile/Rust FFI library, and to start work on a new Lisp-based window manager :D
<shymega[i]>I forgot how good Lisp is.
<jfred>ooh! :D
<jfred>shymega[i]: are you writing your window manager in Guile too or in another Lisp?
<shymega[i]>jfred: Likely it'll be more generic than that - more the core written in Rust, and compositor things in Guile (using `guile-rs`), and then extended in whatever language you want.
<shymega[i]>Ideally I want it to run on a backend-based system, so it can run on X11/Wayland, Metal, and (gasp) Win32.