Posted in: (Lisp) By ikki on 2010-04-03 17:15:40.546809
As is usual the first application I build using UCW is a simple "Hello World!" program. UnCommon Web (UCW) lets you accomplish this task in many ways...
Posted in: (Lisp) By ikki on 2010-01-23 17:58:52.189872
With the UCW source code is also included a demo program: demo/demo.lisp, which shows some of the functionalities of the framework.
This demo is mentioned in the getting-started.txt (doc/getting-started.txt) guide, under the ** Starting the demo title, here I share the steps I follow to put the demo up and running...
Posted in: (Lisp) By ikki on 2010-01-15 19:47:37.922362
UCW includes a couple of examples to show you some features and how to programming with ucw.
First some background. In src the examples live in the examples directory of your UCW sources:...
Posted in: (Lisp) By ikki on 2010-01-01 19:41:29.007314
For make a UCW App, currently the best way is to use the clbuild software facilities:
1. Get clbuild
darcs get http://common-lisp.net/project/clbuild/clbuild
Make it executable
$ cd clbuild clbuild$ chmod +x clbuild
Check clbuild has all the dependencies it needs...
Posted in: (Lisp) By Erick on 2008-05-20 16:25:36.344467
Here are the solutions for the exercises of chapter 03 of the book "ANSI Common Lisp" by Paul Graham
Have fun!
Posted in: (Lisp) By Erick on 2008-05-02 10:34:49.819793
Mis respuestas a los ejercicios del capitulo 2 del libro "Ansi Common Lisp" de Paul Graham...
Posted in: (Lisp) By Erick on 2008-03-16 19:45:56.403854
Peter Seibel write the best book for start to learn Common Lisp, and you can use it like your first Common Lisp tutorial too ;)
Another plus? you can read it for free in the web :).
Thank you Peter!
Hope this helps :-)
Posted in: (Lisp) By Erick on 2008-03-08 13:03:19.987761
This days I face some problems with my Common Lisp Development Enviroment (SBCL + SLIME).
First what happens was that swanks fails to connect, resulting in SLIME being unusable, see Debian bug #468087,...
Posted in: (Lisp) By Erick on 2008-01-30 21:46:31.142004
Despues de muchos años de espera por fin Paul Graham ha liberado la primera versión publica de ARC, su lenguaje de programación tan anunciado.
El anuncio oficial esta aqui:
ARC's out
Posted in: (Lisp) By Erick on 2007-10-25 17:21:04.141302
Lately slime-reindent-defun wasn't working so i'm suffering without it, today I decide bring it back to life, in my machine.
The cool error message who appears when I try to use C-c M-q said I need to look at the README file in the SLIME contrib directory which , in Debian Sid, says something like this:
(add-to-list 'load-path "<this-directory>") (add-hook 'slime-load-hook (lambda () (require 'slime-fuzzy)))
Unfortunately adding that to my .emacs makes no difference, slime-reindent-defun was still disabled ... :(
Posted in: (Lisp) By Erick on 2007-08-03 11:55:32.250562
A few days ago i finally could get the "Lisp style and design" book by Molly M. Miller and Eric Benson, i have waited for it almost a complete year, so it's great to own a copy now :)
I only could have leafed through of it and read the first pages but with that little looks like, to me, an excellent book, for example ...
Posted in: (Lisp) By Erick on 2007-06-30 11:53:44.196429
Now i am eating my own dog food ;)
Using my own blog engine, called "Tlatoani" :-) , for power my blog page.
So don't trust in the links of this page for a while, because they will be very unstable in the near future :-)
Posted in: (Lisp) By Erick on 2007-06-30 11:33:06.455701
I have waited long time for this book:
Object-Oriented Programming: The CLOS Perspective
A few days ago it finally arrived to my hands , and i'm very happy :-)
Now i have more homework to do ;)
Posted in: (Lisp) By Erick on 2007-06-30 10:59:28.438018
Lisp es una família de lenguajes de programación descendientes de un lenguaje que invento John McCarthy (o mas precisamente, descubrió) a finales de los 1950s. Los dos dialectos principales hoy en día son ...
Posted in: (Lisp) By Erick on 2007-06-30 10:46:38.87386
Finally!, a fundamental question answered ;-)
Posted in: (Lisp) By Erick on 2007-06-30 10:43:34.758028
De Paul Graham:
Si Lisp es tan grandioso , ¿Porque no hay mas gente usandolo? Me hizo esta pregunta un estudiante entre el público a una charla que di recientemente.
No era la primera vez, de ningun modo....
Posted in: (Lisp) By Erick on 2007-06-30 10:38:06.150107
Posted in: (Lisp) By Erick on 2007-06-30 09:51:22.753059
A brief UncommonWeb installation guide...
Posted in: (Lisp) By Erick on 2007-06-30 09:48:19.415584
Una breve guia de instalacion de UncommonWeb....
Posted in: (Lisp) By Erick on 2007-06-29 21:26:45.148753
This document covers the Hunchentoot installation using the .deb packages...
Posted in: (Lisp) By Erick on 2007-06-29 21:23:39.978654
Just a simple "Hello world!" with Hunchentoot...
Posted in: (Lisp) By Erick on 2007-06-29 20:54:10.57552
Mi .emacs :)
Posted in: (Lisp) By Erick on 2007-06-29 20:39:18.597674
Notas sobre la configuración de mod_lisp con Apache...
Posted in: (Lisp) By Erick on 2007-06-29 20:06:46.749953
Paul Graham nos cuenta:
"Los visitantes de este país usualmente se sorprenden de que a los Estadounidenses les guste iniciar la conversación preguntando "A que se dedica?". A mi nunca me ha gustado esta pregunta. Raramente tenía una respuesta adecuada a esta pregunta. Pero creo que finalmente resolví el problema. Ahora, cuando alguien me pregunta a que me dedico, lo miro directamente a los ojos y le digo: estoy diseñando un nuevo dialecto de Lisp. Les recomiendo esta respuesta a cualquiera que no le guste que le pregunten a que se dedica. La conversación cambia inmediatamente hacia otros temas...."
Posted in: (Lisp) By Erick on 2007-06-29 19:43:14.162559
A simple guide to install Portable-clblog...
Posted in: (Lisp) By Erick on 2007-06-28 18:34:29.115028
Hay una especie de obsesión por la programación orientada a objetos en este momento, pero algunos de los programadores más listos que conozco se encuentran entre los menos excitados acerca de ella...