First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
(compile 'foo) when foo is a macro?
If FOO is already a macro, what should (compile 'foo ...) do? The CLHS says the macro function should be updated, but it's not clear to me what it should be updated to. Apparently Lispworks and SBCL update the macro function with the new definition. ACL, CCL, and Clisp replace the macro function with a function.... 13 Mar 2010 17:34
worst concept in computer science [Was: to RG - Lisp lunacyand Perl psychosis]
On Fri, 12 Mar 2010 05:05:49 -0800, Nick Keighley wrote: On 10 Mar, 20:39, Jürgen Exner <jurge...(a)hotmail.com> wrote: Actually C pointers are probably among the worst concepts ever invented in computer science. now there's a challenge. Who are the other competitors? - FORTRAN computed got... 12 Mar 2010 13:53
worst concept in computer science [Was: to RG - Lisp lunacyand Perl psychosis]
On 12/03/2010 13:05, Nick Keighley wrote: On 10 Mar, 20:39, J�rgen Exner <jurge...(a)hotmail.com> wrote: Actually C pointers are probably among the worst concepts ever invented in computer science. now there's a challenge. Who are the other competitors? - FORTRAN computed goto - FORTRAN fi... 12 Mar 2010 12:46
worst concept in computer science [Was: to RG - Lisp lunacyand Perl psychosis]
Nick Keighley wrote: On 10 Mar, 20:39, J�rgen Exner <jurge...(a)hotmail.com> wrote: Actually C pointers are probably among the worst concepts ever invented in computer science. now there's a challenge. Who are the other competitors? - FORTRAN computed goto - FORTRAN fixed layout - Algo... 12 Mar 2010 10:30
group without recursion
Hi, I am trying to rewrite GROUP from On Lisp without recursion (just as an exercise). My first attempt is below, I am wondering if there is a nicer (more idiomatic, etc) way to do it. (defun group (list n) "Return elements of LIST as a list of lists in groups of N." (check-type n (integer 1)) (let (s... 17 Mar 2010 13:36
linedit
* 2010-03-11 13:47 (UTC), Erik Winkels wrote: Come on, a little more initiative drom yourself ;-) Just edit in that variable by yourself and it'll work. I'm on the road on a mobile phone currently so I can't tell you what I did exactly. I'll check when I'm home. And I'm a newbie so I didn't (and c... 12 Mar 2010 03:55
Lisp sucks!
remf does not return the new plist?! It returns an afterthought, something perfect for a second value?!! stunning flaw. ... 12 Mar 2010 01:45
dynamically creating a string
i need to create a string containing the contents of a stream until i reach eof. can anyone show me how this is done. i found this in the cl cookbook ... (with-open-file (stream "/etc/passwd") (do ((line (read-line stream nil) (read-line stream nil))) ((null line)) (print li... 12 Mar 2010 23:57
need easy benchmarks
I'm looking for some benchmarks which I can implement in several lisp dialects, various common lisp implementations as well as hopefully elisp, and SKILL. They should be algorithms which I can verify are getting the right answer and which I'll be able to measure the execution time of. I was thinking of some al... 13 Mar 2010 13:04
linedit (was: The correct choice for implementation)
* 2010-03-09 12:18 (UTC), Erik Winkels wrote: Also: http://www.cliki.net/Linedit Thanks. Unfortunately it doesn't compile: ; compilation aborted because of fatal error: ; READ failure in COMPILE-FILE: ; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 1306 (line 25, column 37) on ; #<SB-SYS:FD-STREAM for "... 11 Mar 2010 08:53
First  |  Prev |  Next  |  Last
Pages: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60