TEMAS de Lisp

Mostrando del 1 al 3 de 3 registros
<<>>
Imágen de perfil

internetQué es Lisp


Lisp

Publicado el 20 de Agosto del 2009 por Administrador
4.883 visualizaciones desde el 20 de Agosto del 2009
Vamos a ver un tipo de lenguaje funcional que es muy útil en el campo de la Inteligencia Artificial: Lisp.
Imágen de perfil

.pdfGuía referencia rápida para Maxima


Lisp

Publicado el 20 de Mayo del 2005 por Administrador
6.140 visualizaciones desde el 20 de Mayo del 2005
Maxima es un potente y completo sistema de algebra computacional, implementado por William F. Schelter usando Common Lisp como lenguaje de programación.
Imágen de perfil

.htmlLisp as an Alternative to Java


Lisp

Publicado el 21 de Febrero del 2002 por Administrador
7.384 visualizaciones desde el 21 de Febrero del 2002
In a recent study, Prechelt compared the relative performance of Java and C++ in terms of execution time and memory utilization. Unlike many benchmark studies, Prechelt compared multiple implementations of the same task by multiple programmers in order to control for the effects of differences in programmer skill. Prechelt concluded that, "as of JDK 1.2, Java programs are typically much slower than programs written in C or C++. They also consume much more memory." We have repeated Precheltís study using Lisp as the implementation language. Our results show that Lisp's performance is comparable to or better than C++ in terms of execution speed, with significantly lower variability which translates into reduced project risk. Furthermore, development time is significantly lower and less variable than either C++ or Java. Memory consumption is comparable to Java. Lisp thus presents a viable alternative to Java for dynamic applications where performance is important.