Discussion:
Formal Presentation and initial doubts.
Alejandro Zamora Fonseca
2014-03-13 13:17:00 UTC
Permalink
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/
Pascal J. Bourguignon
2014-03-13 13:47:30 UTC
Permalink
Post by Alejandro Zamora Fonseca
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-***@public.gmane.org for questions specific to clisp
mailto:ecls-list-***@public.gmane.org for questions specific to ecl
mailto:openmcl-devel-***@public.gmane.org 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 !"
Michael Wolber
2014-03-14 07:12:30 UTC
Permalink
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
Post by Pascal J. Bourguignon
Post by Alejandro Zamora Fonseca
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
etc.
http://sourceforge.net/p/clisp/mailman/?source=navbar
http://sourceforge.net/p/ecls/mailman/?source=navbar
http://ccl.clozure.com/
http://www.cliki.net/
http://www.cliki.net/Getting%20Started
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 !"
Antoniotti Marco
2014-03-14 08:46:15 UTC
Permalink
Post by Michael Wolber
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
Xiaofeng Yang
2014-03-14 09:24:28 UTC
Permalink
LW/CAPI, Allegro/CG are sucks. web app is great.

Best regards,
Xiaofeng Yang


2014-03-14 16:46 GMT+08:00 Antoniotti Marco <
Post by Antoniotti Marco
Post by Michael Wolber
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
Nick Levine
2014-03-14 09:41:15 UTC
Permalink
Post by Xiaofeng Yang
LW/CAPI, Allegro/CG are sucks. web app is great.
Do we think we could raise the tone of this conversation a little?

- nick
Michael J. Forster
2014-03-14 12:02:09 UTC
Permalink
Post by Nick Levine
Post by Xiaofeng Yang
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.
Xiaofeng Yang
2014-03-14 09:27:44 UTC
Permalink
LW/CAPI, Allegro/CG are sucks. web app is great.

Best regards,
Xiaofeng Yang


2014-03-14 16:46 GMT+08:00 Antoniotti Marco <
Post by Antoniotti Marco
Post by Michael Wolber
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
Nick Levine
2014-03-14 08:01:45 UTC
Permalink
Date: Fri, 14 Mar 2014 08:12:30 +0100
Desktop UI unfortunately is PITA, when not using Allegro (Win) or Clozure
(OSX).
What's wrong with LispWorks? Excellent IDE.

- n
Peter Herth
2014-04-11 15:42:48 UTC
Permalink
LTk offers an easy way for creating GUI applications. (
http://peter-herth.de/ltk/)

Best regards,
Peter
Post by Alejandro Zamora Fonseca
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/
Continue reading on narkive:
Loading...