Search found 38 matches

by jjgarcia
Tue Jan 18, 2011 6:37 am
Forum: Common Lisp
Topic: [ANN] ECL 11.1.1
Replies: 0
Views: 4320

[ANN] ECL 11.1.1

Announcement of ECL =================== ECL stands for Embeddable Common-Lisp. The ECL project aims to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language. The term embeddable refers to the fact that ECL includes a lisp to C compiler, whi...
by jjgarcia
Sat Jul 10, 2010 2:25 am
Forum: Common Lisp
Topic: [ANN] Apache Common Lisp module
Replies: 1
Views: 3068

[ANN] Apache Common Lisp module

Just in case some of you did not notice the annoucement... Louis Höfler has created a very interesting project: a module that allows you to execute Common Lisp in your Apache web server, much like PHP and perl modules I assume The first version of the module is available here https://sourceforge.ne...
by jjgarcia
Tue Apr 13, 2010 3:37 pm
Forum: Common Lisp
Topic: Study of existing ASDF practices
Replies: 4
Views: 4480

Re: Study of existing ASDF practices

I dont get what we want extensibility for. I mean, if we can clearly specify it's purposes, and they can they be served, why allow people to complicate it? I do not think 100% extensibility is ok, but people are building Makefiles and other flexible build systems out there and they are still able t...
by jjgarcia
Tue Apr 13, 2010 12:45 pm
Forum: Common Lisp
Topic: Study of existing ASDF practices
Replies: 4
Views: 4480

Study of existing ASDF practices

... and some ideas about the future. Some of them affect how existing systems can be integrated with a particular implementation, ECL, but I hope you will be able to see beyond that: http://tream.dreamhosters.com/tream/musings/49-lisp/76-analysis-of-existing-asdf-files Comments better here or at com...
by jjgarcia
Fri Apr 09, 2010 1:09 am
Forum: Common Lisp
Topic: compiling an executable = lisp + your code?
Replies: 2
Views: 3463

Re: compiling an executable = lisp + your code?

I became curious lately how to build an executable with Lisp. From what I can understand so far, when you compile a Lisp program (to a standalone executable...), you're basically stuffing your own code along with the entire Lisp implementation you're using into a stand alone exe that runs a functio...
by jjgarcia
Sun Apr 04, 2010 7:47 am
Forum: Common Lisp
Topic: [ANN] ECL 10.4.1
Replies: 0
Views: 3989

[ANN] ECL 10.4.1

Announcement of ECL =================== ECL stands for Embeddable Common-Lisp. The ECL project aims to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language. The term embeddable refers to the fact that ECL includes a lisp to C compiler, whi...
by jjgarcia
Fri Mar 26, 2010 4:41 pm
Forum: Common Lisp
Topic: Manually Registering asdf library
Replies: 2
Views: 3386

Re: Manually Registering asdf library

Im using ecl lisp and one possibility there is to build a library into a monolithic library which you can link against in your c programs (so you dont have to explicitely (require 'library), which might take awhile). The problem is that the library is not registered with asdf. So, if i attempt to (...
by jjgarcia
Sat Mar 13, 2010 2:13 pm
Forum: Common Lisp
Topic: Compiling to binary
Replies: 10
Views: 10917

Re: Compiling to binary

Hi, When using Windows, is it possible to compile my lisp programs into binaries so i could run the outside the 'lispbox'? I do not know about 'lispbox', but ECL (http://ecls.sourceforge.net) can build standalone programs using Microsoft Visual C++ It may be a little bit more complicated to set up ...
by jjgarcia
Fri Mar 05, 2010 10:09 am
Forum: Common Lisp
Topic: [ANN] ECL 10.3.1
Replies: 0
Views: 3826

[ANN] ECL 10.3.1

ECL 10.3.1: =========== This release has three important focuses: performance improvements in various fronts (garbage collection and hash tables), extending the run-process function and important fixes to let ECL work better with Slime. To quote one lisper ECL "this feels like a real Lisp imple...
by jjgarcia
Mon Dec 21, 2009 2:23 am
Forum: Common Lisp
Topic: Common Lisp on the Iphone/Ipod Touch
Replies: 4
Views: 5314

Re: Common Lisp on the Iphone/Ipod Touch

I plan on getting an Ipod Touch and would like to learn to program on it for fun. It seems development is slow. I see things concerning ECL and Nu, but I have no idea what the experience is like. Anyone doing any Lisp programming directly on Iphones (or even Android phones)? There are instructions ...