Lisp on Nokia N810?1052 (5/29/2008 11:26:06 AM) comp.lang.lisp Given the favorable exchange rates, I'm considering to buy a Nokia N810 the next time I'm in the US. Does anyone know of a Common Lisp that has been ported to this device? CLISP, ECL, maybe? I've tried Googl... Edi
CLtL2 - generating index from LaTeX sources625 (4/16/2008 2:51:41 PM) comp.lang.lisp Has someone with enough TeX fu figured out how to generate the indices from the CLtL2 LaTeX sources? The DVI files floating around come without indices, and if I just run latex209 on clm.tex I also end up with... Edi
Hamburg Lisp Meeting tomorrow022 (3/25/2008 5:26:29 PM) comp.lang.lisp Another reminder: The next Hamburg Lisp Meeting will be tomorrow at 19:00 at the "Marilu" in Hamburg-Ottensen. Once again, we'll have guests from Berlin - Hans H�bner and Kilian Sprotte are planning to visit u... Edi
European Common Lisp Meeting 2008 - your last chance to register034 (3/25/2008 5:21:21 PM) comp.lang.lisp This is just a reminder that the deadline for registrations for the ECLM is April 1 which is next Tuesday. The Saturday dinner is already booked out, but we still have some seats available for the actual meeti... Edi
Reminder: Hamburg Lisp Meeting on Wednesday037 (2/25/2008 7:31:41 PM) comp.lang.lisp See more here: http://wiki.alu.org/Hamburg Edi. -- European Common Lisp Meeting, Amsterdam, April 19/20, 2008 http://weitz.de/eclm2008/ Real email: (replace (subseq "spamtrap@agharta.de" 5) "edi") ... Edi
Registration for European Common Lisp Meeting 2008 is now open048 (1/13/2008 8:30:18 PM) comp.lang.lisp We've added information about prices to the ECLM website at http://weitz.de/eclm2008/ and you can register now. We're looking forward to seeing lots of registrations in the next days... :) Edi. -- Euro... Edi
What O'Reilly knows about Lisp4833 (12/16/2007 3:53:31 PM) comp.lang.lisp Yesterday, more or less by accident, I took a quick glance at the book "Writing Excel Macros with VBA, 2nd Edition" sold by O'Reilly. For whatever reason it has an appendix called "High-Level and Low-Level Lan... Edi
arithmetic-error-operation235 (12/10/2007 11:06:07 PM) comp.lang.lisp According to the HyperSpec, ARITHMETIC-ERROR-OPERATION returns "a list" of the offending operation, but a quick check with LispWorks, AllegroCL, and SBCL shows that they all just return the operation itself - w... Edi
Asia's fastest supercomputer runs Common Lisp?230 (11/19/2007 9:14:17 PM) comp.lang.lisp Huh? Am I dreaming this? http://www.cbronline.com/article_news.asp?guid=DAACAE90-C698-4618-A964-1EF30015669A "It includes common lisp object system (CLOS) architecture, Linux operating system and no... Edi
Can I measure how much memory an object consumes?323 (6/3/2008 7:38:32 AM) comp.lang.lisp I am developing a small web application using Hunchentoot. It is currently running in a VMWare instance with Ubuntu as the guest OS and Windows XP as host. Because it runs on my machine I have given the instan... mathias.dahl(20)
doctorate935 (6/6/2008 4:57:10 PM) comp.lang.lisp Yesterday, Dr. John McCarthy, 80 years of age, received an honorary doctorate in science from Harvard. http://www.news.harvard.edu/gazette/2008/06.05/01-honorands.html ... vanek(323)
One reason Lisp hasn't caught on: the name5492 (6/18/2008 9:16:24 PM) comp.lang.lisp Like it or not, in marketing , the first thing that matters is the name of the programming language. Just ask the marketers at Sun, or Matz. Those were good names. Whoever gave Lisp it's name, I don't think pe... irishhacker(41)
How do you force ASDF to recompile?540 (6/23/2008 8:32:14 PM) comp.lang.lisp Is there an easy way to force ASDF to recompile everything in a system? I'm stuck in the following situation after upgrading to a new version of CCL: ? (asdf:operate 'asdf:load-op :cl-html-parse) ;Loading #P... ron9847(35)
Best practices for efficient FP string building in CL?3041 (6/24/2008 2:08:48 AM) comp.lang.lisp Hi guys/gals: Suppose I want to build a big string out of smaller parts in CL in a fully functional way... For example, suppose that I want to build a string representing an SVG file (this would be the same f... drcode(117)
CLisp startup file939 (6/24/2008 2:30:24 PM) comp.lang.lisp (in-package #:cl-user) (defpackage #:codegen (:use #:cl #:html-template)) (in-package #:codegen) .... .... ---- Error: *** - LOAD: A file with name HTML-TEMPLATE does not exist I am trying to load this cod... berlin.brown(230)
Error Compiling Babel using SBCL 1.0.15231 (7/25/2008 4:32:08 AM) comp.lang.lisp Tests.lisp in the Babel package fails to compile on SBCL 1.0.15 with the following error: ; compiling (DEFTEST ENC.ASCII.1 ...); compilation aborted because of fatal error: ... aditya.siram(54)
Kenny does the Web! <spit>2231 (9/1/2008 12:04:16 PM) comp.lang.lisp MWAUHAHAHAHAHAAAAHAHA!!!!! Now there's no place left to hide! MWUAHAHAHAAAHAHAHA!!! Thx to a nice example from Franz I be doing Ajax. One problem: I have to replicate a RoR web page that looks like a Form 1... kentilton(2965)