Ricardo Wurmus <rek...@elephly.net> skribis:

> Pierre Neidhardt <m...@ambrevar.xyz> writes:
>
>>> I’d like to play with McClim and all its applications to see if it would
>>> be worth doing something like this for Guile :)
>>
>> Maybe.  Have you considered using GObject Introspection to build
>> full-fledged GTK apps in Guile?  I've heard of 2 Guile libraries for GI:
>> guile-gi and g-golf.
>
> That’s not the same.  I really do want the Lisp Machine experience, not
> just GTK apps.

I added a few more McCLIM packages, which should allow you to test the
examples with something like:

--8<---------------cut here---------------start------------->8---
guix environment --ad-hoc sbcl sbcl-clim-examples cl-slime-swank -- \
  sbcl --eval '(require :asdf)' \
       --eval '(asdf:load-system "clim-examples")' \
       --eval '(clim-demo:demodemo)'
--8<---------------cut here---------------end--------------->8---

Reply via email to