[Armedbear-devel] GUI toolkits for the Bear

Hi, Are there any GUI toolkits for the Bear? I am thinking in particular of something like Seesaw for Clojure. Regards, Paul _______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel

There is/was my very incomplete Snow (common-lisp.net/project/snow). I'm pretty sure it stopped building on a now dated ABCL version (pre-1.0 I think!) and I never bothered fixing it because nobody was using it. Its build system was unnecessarily complex and too much hand-made. The whole library was too heavy on macrology, as far as I remember. Still, you might find some value in it. It ain't no shrink-wrapped solution, but probably it's better than nothing. If you're interested, I can make the effort of trying to remember more details ;) Alessio On Sun, Dec 7, 2014 at 11:17 AM, Paul Nathan <pnathan@alumni.uidaho.edu> wrote:
Hi,
Are there any GUI toolkits for the Bear?
I am thinking in particular of something like Seesaw for Clojure.
Regards, Paul
_______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
_______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel

Whoops, sorry, old question. The mail just arrived today! Odd. On Wed, Jan 28, 2015 at 1:56 PM, Alessio Stalla <alessiostalla@gmail.com> wrote:
There is/was my very incomplete Snow (common-lisp.net/project/snow). I'm pretty sure it stopped building on a now dated ABCL version (pre-1.0 I think!) and I never bothered fixing it because nobody was using it. Its build system was unnecessarily complex and too much hand-made. The whole library was too heavy on macrology, as far as I remember. Still, you might find some value in it. It ain't no shrink-wrapped solution, but probably it's better than nothing. If you're interested, I can make the effort of trying to remember more details ;)
Alessio
On Sun, Dec 7, 2014 at 11:17 AM, Paul Nathan <pnathan@alumni.uidaho.edu> wrote:
Hi,
Are there any GUI toolkits for the Bear?
I am thinking in particular of something like Seesaw for Clojure.
Regards, Paul
_______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel

late mail is better than no mail. thank you for your kind response. On Wed, Jan 28, 2015 at 4:56 AM, Alessio Stalla <alessiostalla@gmail.com> wrote:
There is/was my very incomplete Snow (common-lisp.net/project/snow). I'm pretty sure it stopped building on a now dated ABCL version (pre-1.0 I think!) and I never bothered fixing it because nobody was using it. Its build system was unnecessarily complex and too much hand-made. The whole library was too heavy on macrology, as far as I remember. Still, you might find some value in it. It ain't no shrink-wrapped solution, but probably it's better than nothing. If you're interested, I can make the effort of trying to remember more details ;)
Alessio
On Sun, Dec 7, 2014 at 11:17 AM, Paul Nathan <pnathan@alumni.uidaho.edu> wrote:
Hi,
Are there any GUI toolkits for the Bear?
I am thinking in particular of something like Seesaw for Clojure.
Regards, Paul
_______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
_______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel

Paul Nathan <pnathan@alumni.uidaho.edu> writes:
late mail is better than no mail.
thank you for your kind response. Not really a series response, but commonqt runs on ABCL, but it's too slow to be usable, because ABCL doesn't optimize well the things commonqt does to get fast dispatch to C++ functions.
-- With best regards, Stas. _______________________________________________ Armedbear-devel mailing list Armedbear-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
participants (3)
-
Alessio Stalla
-
Paul Nathan
-
Stas Boukarev