search results

  1. (concatenate \'list \"hello\") ; string is a subtype of sequence (#\\h #\\e #\\l #\\l #\\o) ELT and SUBSEQ get what you want from any sequence (also, COPY-SEQ)
    psg.com/~dlamkins/sl/chapter13.html - Cached
  2. If your goal is to write a recursive function, then think about the steps involved. What is the concatenation of a bunch of lists? It is the first element of the ...
    stackoverflow.com/.../ 15267665/lisp-​lists-concatenation - Cached
  3. LISP represents a string as a variable-length array of ... (concatenate \'list \"abc\" \"de\") (#\\a #\\b #\\c #\\d #\\e) > (concatenate \'vector \'#(3 3 3) \'#(3 3 3 ...
    www.n-a-n-o.com/ lisp/cmucl-tutorials/​LISP-tutorial-14.html - Cached
  4. concatenate requires a sequence type specifier as its second argument. To concatenate two strings, you should call concatenate as: (concatenate \'string \"hell o\" \"world\")
    stackoverflow.com/.../lisp-function-to-​concatenate-a-list... - Cached
  5. The range of recognized codes and Lisp\'s ability to print them is directed related to your implementation\'s character set ... (concatenate \'list \"Karl\" \" \" \"Marx\") ...
    cl-cookbook.sourceforge.net/​strings.html - Cached
  6. Also tagged with one or more of these keywords: lisp, clisp, list, concatenate. Language Forums ...
    forum.codecall.net/topic/74719-lisp-​concatenating-lis ts... - Cached
  7. HyperSpec - Function CONCATENATE On Lisp ... On Lisp - Operations on Lists PCL - hash table iteration PCL - sequence mapping functions PCL - sorting and merging
    lispdoc.com/?q=concatenate - Cached
  8. The result is a list that is the concatenation of the arguments. ... The last argument actually need not be a list but may be any Lisp object ...
    cs.cmu.edu/Groups/AI/html/cltl/clm/​node149.html - Cached
  9. Suppose I\'ve two lists of symbols, for example ... (concatenate \'string (symbol-name s) (prin1-to-string n)))) COMMON-LISP-USER[3]> (concatenate-symbol-number ...
    compgroups.net/comp.lang.lisp/​concatenating-2-lists/1963991 - Cached
  10. The machine U starts by reading a LISP S-expression π from the start of its ... Let\'s define list concatenation recursively and use it to concatenate two lists ...
    www.cs.auckland.ac.nz/CDMTCS/chaitin/​nv.html - Cached