Since 5/5/2012 2:37:55 AM, albert1879 has written 4 articles and participated in 6 conversations. albert1879 signature: albert1879
albert1879's articles:
Items(4) /1
array/vector indices1123 (2/19/2004 12:42:50 PM) comp.lang.lisp Hi, from Fortran I am used to being able to declare not only the number of array elements but rather the index bounds; e.g., I can have a one-dimensional array indexed from -5 to +5 rather than from 0 to 10. ... Albert
(let (a b c) (let (d) ...)) vs. (let (a b c d) ...)637 (2/15/2004 1:55:43 PM) comp.lang.lisp Hi, first of all, thanks to those who pointed out the relevant CLiki page for my last question. Now, however, I have come across something I find extremely puzzling, and I suspect there is something fundament... Albert
find substring844 (2/13/2004 9:44:41 AM) comp.lang.lisp Hi, I cannot seem to find in the HyperSpec or CLtL2 a way of checking whether some string is a substring of another one. (is-substring-of "fgh" "abcdefghijkl") ==> true (is-substring-of "xyz" "abcd... Albert
input stream from input stream?338 (1/31/2004 2:10:57 PM) comp.lang.lisp Hi, I am in the first stages of getting to know CL, and I want to read large data files (so large that I cannot read all of it at once into memory without swapping) that look something like ... Xasdfl... Albert
albert1879's replies:
Items(4) /1
input stream from input stream?338 (1/31/2004 2:10:57 PM) comp.lang.lisp Hi, I am in the first stages of getting to know CL, and I want to read large data files (so large that I cannot read all of it at once into memory without swapping) that look something like ... Xasdfl... albert1879(10)
find substring844 (2/13/2004 9:44:41 AM) comp.lang.lisp Hi, I cannot seem to find in the HyperSpec or CLtL2 a way of checking whether some string is a substring of another one. (is-substring-of "fgh" "abcdefghijkl") ==> true (is-substring-of "xyz" "abcd... albert1879(10)
(let (a b c) (let (d) ...)) vs. (let (a b c d) ...)637 (2/15/2004 1:55:43 PM) comp.lang.lisp Hi, first of all, thanks to those who pointed out the relevant CLiki page for my last question. Now, however, I have come across something I find extremely puzzling, and I suspect there is something fundament... albert1879(10)
array/vector indices1123 (2/19/2004 12:42:50 PM) comp.lang.lisp Hi, from Fortran I am used to being able to declare not only the number of array elements but rather the index bounds; e.g., I can have a one-dimensional array indexed from -5 to +5 rather than from 0 to 10. ... albert1879(10)