First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
installing packages
I'm trying to install packages like this: (require 'asdf) (let 'packs '(md5 CL-BASE64 RFC2388 CL-FAD trivial-backtrace usocket Bordeaux-Threads CL+SSL FLEXI-STREAMS Chunga CL-PPCRE CL-WHO Drakma hunchentoot) (dolist (item packs) (progn (push (make-pathname :device "c" :directory '(:absolute ... 18 May 2010 15:52
land of lisp
On Apr 11, 1:09 pm, xtd8...(a)gmail.com (.Martin.) wrote: Does anyone know when Conrad Barski'sLandofLispis going to be released? It was supposed to be out in March 2010. On the amazon website it still says 'pre-order'. According to http://nostarch.com/lisp.htm maybe October, 2010. The page says: Learn to... 18 May 2010 10:20
comparing types for equality
Is there a standard way to test if two types are equal? For example, in ECL, (upgraded-array-element-type '(signed-byte 64)) SI:INTEGER64 but it turns out that the two are just synonyms. Currently, I am testing for that using (defun type= (type1 type2) "Test if two types are equal (ie subtypes of ea... 19 May 2010 06:03
API questions
Hello, I'm reading Let over Lambda by Doug Hoyte and I have some general questions about library APIs with respect to his book. 1. He defines a macro called defmacro/g! which picks through the symbols in the supplied body and for those named g!<extra_characters> he creates a lexical context ala with-gensyms. S... 19 May 2010 16:00
What do we call (+ lisp cells qooxdoo)?
No, we do not call it cl-qooxdoo. qooxdoo-cl? qooxlisp? webcells? other _____________________ kt -- http://www.stuckonalgebra.com "The best Algebra tutorial program I have seen... in a class by itself." Macworld ... 22 May 2010 08:20
Kenny vs Knuth?
You decide: ... uh-oh, I need a web hosting solution where I can install my own software including aserve... AWS? Or do I misunderstand what they are offering? Ideas welcome, but plz think "scalable". hk ps. I have ported my WYSIWYG math editor to take keystrokes from a web page and return TeX-quality HT... 20 May 2010 22:40
ECL+Windows+MinGW32
I've managed to build ECL 1.4.2 with mingw (with boehm 7.2.5 threading enabled). It loads and evaluates, but when I try to compile file, I get strange error: Filesystem error with pathname #P"SYS:cmp.NEWEST". Either 1) the file does not exist, or 2) we are not allow to access the file, or 3) the pathname po... 18 May 2010 05:58
upgraded array element types - please send me output
Hi everyone, Soon I will undertake a rewrite of my LLA library (which is a LAPACK layer for Lisp, with lots of nice semantic sugar). The rewrite should be row-major (instead of column-major, LAPACK handles both just fine), and use mostly CL arrays. For this I would like to rely on the following assumption: if ... 19 May 2010 09:19
Free will
Raffael Cavallaro <raffaelcavallaro(a)pas.despam.s.il.vous.plait.mac.com> wrote on Sun, 16 May 2010: from the same wikipedia page: "Related experiments showed that neurostimulation could affect which hands people move, even though the experience of free will was intact. Ammon and Gandevia found that it was po... 5 Jun 2010 20:12
build lisp image on acl
Hi. I'm trying to build a lisp image in allegro cl with: (progn (build-lisp-image "alisp.dxl" :case-mode :case-insensitive-upper :include-ide nil :restart-app-function nil) (sys:copy-file "sys:allegro-ansi.exe" "sys:alisp.exe")) but it complains about packages. How can I make a pack... 17 May 2010 05:51
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42