First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
TPS
Have anyone tried compiling TPS? It is from http://gtps.math.cmu.edu/tps.html CMUCL says: (EXPORT (P HELP S OK R ...) #<The CORE package, 7/21 internal, 7/9 external>) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/package.lisp. T... 15 Dec 2009 18:56
SBCL's internal functions
Hello, I am just learning to perform profiling on SBCL, and the statistical profiler, when run on my program, returns statistics on 2 different kinds of "+" (Addition) functions. There is one entry for sb-kernel:two-arg-+ and there is another entry for sb-vm::generic-+. I have tried looking for the differences... 15 Dec 2009 11:08
ELS 2010
Unfortunately, there is a bias toward Common lisp: Programme Chair ~~~~~~~~~~~~~~~~ Christophe Rhodes (Common Lisp) Local Chair ~~~~~~~~~~~~ Antonio Leitao (Common Lisp) Programme Committee ~~~~~~~~~~~~~~~~~~~~ + Marco Antoniotti (Common Lisp) + Giuseppe Attardi (Common Lisp) ... 18 Dec 2009 13:52
embedding lisp ...
i'm working on a game for which i want to use lisp as the main controller, and handle the graphics using c and sdl. is there any documentation that explains how i can embed clozure lisp into a mac application (.app) ? or if anyone here has done something similar, your inputs would be very helpful ... ... 14 Dec 2009 04:26
Lisp as laughing stock
The authors of recent lisp books need to think more about the books' titles. Look at these two: - Let over Lambda (own it) - Land of Lisp (will try to get it) What do they have in common? The same acronym as `lots of laughs': LOL. I mean who will take language seriously thusly titled books? How can I ... 17 Dec 2009 12:35
cliki rules, and this group has too many gavino posts
On 2009-12-11 19:56:13 -0500, gavino <gavcomedy(a)gmail.com> said: and whats up with the crazy ads in thsi group? find a decent news server, e.g., news.eternal-september.org, and use a killfile -- Raffael Cavallaro ... 13 Dec 2009 09:54
cliki kinda sucks, and this group has too many sneaker ads
seriously man if lisp rocks over perl or python then website cliki might do well to be a bit nicer easy to be a critic tho I suppose and whats up with the crazy ads in thsi group? ... 11 Dec 2009 20:16
Parallel programming in CL?
On 11/12/2009 13:04, Nicolas Neuss wrote: Pascal Costanza<pc(a)p-cos.net> writes: [Parallel programming is actually starting to look good for Common Lisp...] Apropos: Which direction of development did you have in mind? Armed Bear CL, Clozure CL, Corman CL, ECL, SCL, and SBCL support native thre... 14 Dec 2009 05:31
(apply #'concatenate 'list list)
Is there a more idiomatic way to implement this function: (defun flatten1 (list) (apply #'concatenate 'list list)) Example: (flatten1 '((a 1) (b 2) (c 3))) ;; => (A 1 B 2 C 3) I am using it in macros, eg (setf ,(flatten1 (function-that-generates-pairs))) Thanks, Tamas ... 13 Dec 2009 13:11
complex symmetric matrices
I am working on a LAPACK/BLAS wrapper for CL. [1] It is pretty usable now, with a nice interface, which I am still polishing by using it for my own numerical projects. I am wondering whether to include support for symmetric (not Hermitian) complex matrices. AFAIK symmetric complex matrices (A^T=A) don't have an... 10 Dec 2009 10:04
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78