About GUI and lisps...
Hi,
after posting a couple of stupidities to the group today I thought I
should compensate with something useful :-)
Probably many of you have already seen this on Planet Lisp, but Michael
Goffioul has created a nice, little Windows pplication called "LISP
shell" that is an interactive lisp environment using ECL for the
language and .NET/RDNZL for the GUI.
You can see the news item here:
http://sourceforge.net/forum/forum.php?forum_id=609573
It contains pointers to the package and a screenshot.
I have already asked Edi about this, but perhaps another possibility
for GUI would be using .NET not only on Windows, but also on other unix
platforms via Mono (*). One would have to think on a way to implement
the same functionality as its RDNZL library using this free
implementation, but it does not sound like a crazy idea and _all_ lisps
out there would benefit from that. Has anybody thought about it before?
Cheers,
Juanjo
(*) Note that Mono (
http://www.mono-project.com/Main_Page) has become a
standard component of GNOME 2.16 and is going to be thus part of many
linux distributions out there.
.
Relevant Pages
- Re: How do lispers do their GUI programming anyway? (was Re: Curses alternative for Lisp?)
... and how many of those do GUI programming. ... Is there no common GUI library because no one wants to write GUI applications in lisp, or does no one write GUI applications in lisp because there seems to be no good way to do it? ... With no argument from my navigator I suggested we would need to call our host for new directions and this being long before the days of the glorious cell with no little difficulty I effected a U-turn and we worked our way back down the mountain to the main road to search for a pay phone. ... (comp.lang.lisp) - Re: Why Lisp is not popular with average programmers
... The reason Lisp is so nice is because it makes software easier to write- and that is pretty much independent of the interface. ... interface-free language as an advantage- less of a pile of stuff to wade through. ... Let's agree that by 'newbie' we mean someone who has programmed in other languages, but is new to Lisp, since the fraction of contemporary newbies whose first language is Lisp is vanishingly small. ... Our newbie is someone who knows that even if he doesn't want to do GUI stuff now, he wants a language with good support for GUI stuff, because he'll likely want to do it later. ... (comp.lang.lisp) - Re: How do lispers do their GUI programming anyway? (was Re: Curses alternative for Lisp?)
... and how many of those do GUI programming. ... the GUI toolkit landscape for lisp is a little ... ... With no argument from my navigator I suggested we would need to call our host for new directions and this being long before the days of the glorious cell with no little difficulty I effected a U-turn and we worked our way back down the mountain to the main road to search for a pay phone. ... (comp.lang.lisp) - Re: Why Lisp is not popular with average programmers
... on that basis nearly any language will do fine. ... A Lisp newbie will probably discover the open source Lisps and give them ... probably then discover the commercial implementations. ... > Even languages like ruby and python, which don't have a gui in the spec ... (comp.lang.lisp) - Re: trolls food (python vs lisp)
... LTk or any interface to Tk is nifty, ... A native GUI library gives the Lispnik an event stream and low-level ... Widgets arise from Lisp code processing events and drawing. ... (comp.lang.lisp) |
|