help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with McCLIM (Common Lisp)


From: Guillaume Le Vaillant
Subject: Re: Problems with McCLIM (Common Lisp)
Date: Sat, 05 Sep 2020 11:49:31 +0200
User-agent: mu4e 1.4.13; emacs 27.1

Ricardo Wurmus <rekado@elephly.net> skribis:

> Pierre Neidhardt <mail@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

[Prev in Thread] Current Thread [Next in Thread]