I have made a few changes to the summary. Added implementations and couple of movies. ... I compiled SBCL on Linux a few months back. It wasn't much work, but ...
Hi all, Why not just include "lisp in a box" (http://common-lisp.net/project/lispbox/) ? For starters, emacs + SLIME + clisp is a good combo . Regulars would ...
Krishna
v.krishnakumar@...
Sep 1, 2006 12:37 pm
399
http://www.gigamonkeys.com/lispbox/ That one seems more recent. -Krishna ... -- I long to accomplish a great and noble task, but it is my chief duty to...
Krishna
v.krishnakumar@...
Sep 1, 2006 12:48 pm
400
Hi I am the novice in VLISP. I Wanted to design only the form in VBA, then connect with Autolisp/VLISP coding . Is it possible , ... Find out what India is...
If you have been following the thread on cl-faq[1] about the terms of distribution for the books that we would like to include, you will know what this is...
Greetings, ... Count me in! ... Good idea. ... It would be better if the version control files are present in the source packages. That way, it becomes easy to...
Krishna
v.krishnakumar@...
Sep 11, 2006 7:05 am
403
... Version control files ? Do you mean those CVS, .svn and _darcs directories ? There are only released code tarballs in my repository. If you have access to...
... So is book publishing. Maybe he refers to betting in a horse race, rather than running a horse track. Sorry for the off-topic message. Couldn't resist ;) ...
Hi all, As a part of learning lisp, I implemented a toy interpreter for an arc-ish dialect of lisp, in python. http://sreeram.cc/?p=15 Right now its pretty...
... Hi, This is really cool. I haven't read much Python code, but this is some of the most lucid I've seen. Just a thought, hacking on this might be fun, but...
... Thanks! ... It probably doesn't help in learning the nitty-gritty details of CL, but it sure helps in learning the basic lisp concepts. Ofcourse, my goal...
... Why python? Real coders program in C (nah, assembly). ;) Don't know much python, but will try to understand it some time. ... I had written a bare bones...
... not direct machine code? ;) ... I would expect the garbage collector to be another non-trivial piece of the code. You get that for free with python. What...
... Forgot that. direct hex (or even binary?) is the way to go. ... Arghhh... it was a Lisp without GC!! Just an interpreter. Didn't do anything else after the...
The main version of Python uses reference-count GC, which I suspect would not really even support a real Common Lisp. At any rate, it would leak memory like a...
... Python has had support for cyclic garbage collection for the last six years (since 2.0 was released). It uses reference counting with periodic cycle...
Oops! Sounds like I made the kind of complaint about Python that people make about Lisp, e.g. `it is slow'. ... -- Lisp humour: LISP> (setf god (symbol-value...
Picked this up at Planet.Lisp .. dunno if you've heard of it already, I haven't seen it in the list. http://tachyon.in/jobs/jobs.html We are looking for...
Hi, all. I just read an article by our friend Rainer Joswig at http://groups.google.com/group/comp.lang.lisp/msg/9066f18de540e235 (beginning `Lisp has a...
Having not seen a post here for a long time, here's one apropos the Lisp CD that never really took off. Bill Clementson blogs about "Lisp with Batteries...
Alok, Thanks for your continued interest. I was disheartened in this group's discussion about putting together a Lisp CD-ROM because it seemed like our focus...
Hello all, ... Personally, I think a bootable CD is not a good idea.It is very difficult to work in an environment which boots from a CD. Emacs and friends...
Krishna
v.krishnakumar@...
Apr 7, 2007 11:49 am
422
i agree. the bootable CD is not a good idea. in any case, clisp can be easily installed on both windows and linux what i would like on such a CD is nice...
Er, by `command-line-Lisp-startup', I meant the environment starts up from the command line. If someone can think of a good way to make a GUI-oriented startup...
... I must say I agree with this sentiment. It's a lot of effort. The old wiki page [1] is still up with the discussion, such as it was. ... I have the SICP...
... If you're targeting the people on this list, then I doubt you will find many people. You can have a quick poll on who here doesn't have everything on that...
Roshan, I seldom run across anyone who really even wants to look at Lisp -- even for a 5 - 10 minute demo. On the other hand, if I have a Lisp project going,...
Alok, Hmm. How did you choose the lispniks mailing list as a venue for your question? I kind of like comp.lang.lisp. I asked some questions there recently and...