Formal Presentation and initial doubts.
Hello for everybody!!. My name is alejandro and I'm a new Common Lisp fan. I've been use it almost 1 year and I think is an awesome language. But I have some troubles with topics, like GUI for desktop apps, and Unicode characters. I use Clisp mainly, ECL, and Clozure CL too. Would you help me with some hints for these problems? Greetings, Alejandro -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas Infomed: http://www.sld.cu/
Alejandro Zamora Fonseca <terefv@ltu.sld.cu> writes:
Hello for everybody!!. My name is alejandro and I'm a new Common Lisp fan. I've been use it almost 1 year and I think is an awesome language. But I have some troubles with topics, like GUI for desktop apps, and Unicode characters. I use Clisp mainly, ECL, and Clozure CL too.
Would you help me with some hints for these problems?
Well, the pro mailling list is for professionnals using Common-Lisp. For fans, or newbies, I'd guess it would be better to ask on other mailling lists or newsgroups. news:comp.lang.lisp for general Common Lisp questions mailto:clisp-list@sourceforge.net for questions specific to clisp mailto:ecls-list@sourceforge.net for questions specific to ecl mailto:openmcl-devel@clozure.com for questions specific to ccl etc. http://sourceforge.net/p/clisp/mailman/?source=navbar http://sourceforge.net/p/ecls/mailman/?source=navbar http://ccl.clozure.com/ See: http://www.cliki.net/ http://www.cliki.net/Getting%20Started You may also use IRC: irc://irc.freenode.org/#clnoobs for newbies irc://irc.freenode.org/#lisp for Common Lisp questions etc. http://www.cliki.net/IRC -- __Pascal Bourguignon__ http://www.informatimago.com/ "Le mercure monte ? C'est le moment d'acheter !"
But anyway take a look at http://cliki.net/ and especially http://cliki.net/Current%20recommended%20libraries Desktop UI unfortunately is PITA, when not using Allegro (Win) or Clozure (OSX). Go for web apps. Am 13.03.14 14:47 schrieb "Pascal J. Bourguignon" unter <pjb@informatimago.com>:
Alejandro Zamora Fonseca <terefv@ltu.sld.cu> writes:
Hello for everybody!!. My name is alejandro and I'm a new Common Lisp fan. I've been use it almost 1 year and I think is an awesome language. But I have some troubles with topics, like GUI for desktop apps, and Unicode characters. I use Clisp mainly, ECL, and Clozure CL too.
Would you help me with some hints for these problems?
Well, the pro mailling list is for professionnals using Common-Lisp. For fans, or newbies, I'd guess it would be better to ask on other mailling lists or newsgroups.
news:comp.lang.lisp for general Common Lisp questions
mailto:clisp-list@sourceforge.net for questions specific to clisp mailto:ecls-list@sourceforge.net for questions specific to ecl mailto:openmcl-devel@clozure.com for questions specific to ccl
etc.
http://sourceforge.net/p/clisp/mailman/?source=navbar http://sourceforge.net/p/ecls/mailman/?source=navbar http://ccl.clozure.com/
See:
http://www.cliki.net/ http://www.cliki.net/Getting%20Started
You may also use IRC:
irc://irc.freenode.org/#clnoobs for newbies irc://irc.freenode.org/#lisp for Common Lisp questions
etc.
-- __Pascal Bourguignon__ http://www.informatimago.com/ "Le mercure monte ? C'est le moment d'acheter !"
On Mar 14, 2014, at 08:12 , Michael Wolber <mwolber@gmx.de> wrote:
But anyway take a look at http://cliki.net/ and especially http://cliki.net/Current%20recommended%20libraries
Desktop UI unfortunately is PITA, when not using Allegro (Win) or Clozure (OSX).
Or LW/CAPI on Windows/MacOSX/Linux :) Cheers — MA
LW/CAPI, Allegro/CG are sucks. web app is great. Best regards, Xiaofeng Yang 2014-03-14 16:46 GMT+08:00 Antoniotti Marco < antoniotti.marco@disco.unimib.it>:
On Mar 14, 2014, at 08:12 , Michael Wolber <mwolber@gmx.de> wrote:
But anyway take a look at http://cliki.net/ and especially http://cliki.net/Current%20recommended%20libraries
Desktop UI unfortunately is PITA, when not using Allegro (Win) or Clozure (OSX).
Or LW/CAPI on Windows/MacOSX/Linux :)
Cheers — MA
On 03/14/2014 04:41 AM, Nick Levine wrote:
LW/CAPI, Allegro/CG are sucks. web app is great.
Do we think we could raise the tone of this conversation a little?
- nick
Indeed. LW/CAPI is one of the best designed cross-platform GUI environments I've used. One could not have written native Win32, Cocoa, Motif, and GTK applications and have any reasonable complaints about LW/CAPI. Cheers, Mike -- Michael J. Forster, B.Sc. (Hons.), B.Sc. COO, Programmer Shared Logic Inc.
LW/CAPI, Allegro/CG are sucks. web app is great. Best regards, Xiaofeng Yang 2014-03-14 16:46 GMT+08:00 Antoniotti Marco < antoniotti.marco@disco.unimib.it>:
On Mar 14, 2014, at 08:12 , Michael Wolber <mwolber@gmx.de> wrote:
But anyway take a look at http://cliki.net/ and especially http://cliki.net/Current%20recommended%20libraries
Desktop UI unfortunately is PITA, when not using Allegro (Win) or Clozure (OSX).
Or LW/CAPI on Windows/MacOSX/Linux :)
Cheers — MA
LTk offers an easy way for creating GUI applications. ( http://peter-herth.de/ltk/) Best regards, Peter On Thu, Mar 13, 2014 at 2:17 PM, Alejandro Zamora Fonseca <terefv@ltu.sld.cu
wrote:
Hello for everybody!!. My name is alejandro and I'm a new Common Lisp fan. I've been use it almost 1 year and I think is an awesome language. But I have some troubles with topics, like GUI for desktop apps, and Unicode characters. I use Clisp mainly, ECL, and Clozure CL too.
Would you help me with some hints for these problems?
Greetings,
Alejandro
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas
Infomed: http://www.sld.cu/
participants (8)
-
Alejandro Zamora Fonseca
-
Antoniotti Marco
-
Michael J. Forster
-
Michael Wolber
-
Nick Levine
-
Pascal J. Bourguignon
-
Peter Herth
-
Xiaofeng Yang