And the oscar goes to...

Recent posts:

UnCommon Web - Hello World!

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...

Running the UCW demo

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...

Playing with the UCW examples

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:...

A quick guide to install and use UCW

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...

ANSI Common Lisp Chapter 03 exercises

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!

Ansi Common Lisp - Chapter 2 exercises

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...

Practical Common Lisp, book and tutorial

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 :-)

Fixing SLIME, SBCL, and Kernel on Debian Sid because libc6 upgrade

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).

SLIME/cl-swank

First what happens was that swanks fails to connect, resulting in SLIME being unusable, see Debian bug #468087,...

Finalmente Arc!

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

slime-reindent-defun and .emacs

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 ... :(

Lisp Style and Design book

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 :)

LSAD Cover

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 ...


My own dog food!

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 :-)

OOP The CLOS Perspective

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

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 ;)

Paul Graham Lisp FAQ

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 ...

God wrote in Lisp

Posted in: (Lisp) By Erick on 2007-06-30 10:46:38.87386

Finally!, a fundamental question answered ;-)

Si Lisp es tan grandioso

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....

Lisp users map

Posted in: (Lisp) By Erick on 2007-06-30 10:38:06.150107

Lisp Map:

frappr.com lisp group map

Un mapa con los lispers de todo el mundo, algunos con fotos :)

Uncommon Web installation

Posted in: (Lisp) By Erick on 2007-06-30 09:51:22.753059

A brief UncommonWeb installation guide...

Instalacion de Uncommon Web

Posted in: (Lisp) By Erick on 2007-06-30 09:48:19.415584

Una breve guia de instalacion de UncommonWeb....

Hunchentoot Debian installation

Posted in: (Lisp) By Erick on 2007-06-29 21:26:45.148753

This document covers the Hunchentoot installation using the .deb packages...

Hunchentoot Hello world!

Posted in: (Lisp) By Erick on 2007-06-29 21:23:39.978654

Just a simple "Hello world!" with Hunchentoot...

Mi .emacs para Lisp

Posted in: (Lisp) By Erick on 2007-06-29 20:54:10.57552

Mi .emacs :)

Apache y mod_lisp

Posted in: (Lisp) By Erick on 2007-06-29 20:39:18.597674

Notas sobre la configuración de mod_lisp con Apache...

Diseño e investigación

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...."

Installing Portable-clblog

Posted in: (Lisp) By Erick on 2007-06-29 19:43:14.162559

A simple guide to install Portable-clblog...

¿Porque ARC no es especialmente orientado a Objetos?

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...