Live data from Hacker News

Guile-WM: A Window Manager Toolkit for Guile Scheme

github.com

1–10 of 15 posts

Re: Guile-WM: A Window Manager Toolkit for Guile Scheme

#2
Wow this is great.

I have always wanted to create a window manager ever since I read "The X Window System: Programming and Applications with Xt, OSF/Motif" years ago but unfortunately never got around to it and never had the motivation to look back. This makes it easy. Thanks!

Edit: If you're going to downvote, explain why.

Re: Guile-WM: A Window Manager Toolkit for Guile Scheme

#3
Guile-WM is a very neat project and fun to hack on since, like Emacs, you can edit it while it runs. It needs some more love to be usable for me as my daily driver, though. If I could only figure out the cause of a couple of bugs, things would be good enough for me.

Re: Guile-WM: A Window Manager Toolkit for Guile Scheme

#6
post #5

see also Guix. http://www.gnu.org/software/guix/ > Hackable. It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs), to describe how packages are built and composed.

I wish this was available for FreeBSD.

Re: Guile-WM: A Window Manager Toolkit for Guile Scheme

#7
post #5

see also Guix. http://www.gnu.org/software/guix/ > Hackable. It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs), to describe how packages are built and composed.

I wish this was available for FreeBSD.

Want to help port it? :)

Re: Guile-WM: A Window Manager Toolkit for Guile Scheme

#8

Guile-WM is a very neat project and fun to hack on since, like Emacs, you can edit it while it runs. It needs some more love to be usable for me as my daily driver, though. If I could only figure out the cause of a couple of bugs, things would be good enough for me.

It's not the first WM to be based on Guile, even:

http://en.wikipedia.org/wiki/Scwm

Post reply on HN