AA_DEMO.txt



// EJEMPLO DE COMO INSTALAR Y COMPILAR
// SE INTALA CON (ubuntu)
		apt-get install clisp


// SE CARGA CON
		clisp <enter>


// se ejecuta con:
	[1]>	(load "PROG.lsp")


// y al cargar una funciOn ...
		(NOMBRE_FUNCION PARAMETRO1 PARAMETRO2 ...)


// UN BUEN MANUAL
	http://www.franz.com/support/documentation/8.0/ansicl/ansicl.htm