Lisp Tutorial - Stanford Logic Group

Lisp Tutorial - Stanford Logic Group

瀏覽:1089
日期:2025-09-29
Strings •A string in Lisp is technically an array of characters (just like C). •You’ll need to use special operators to work with strings: concatenate, subseq, search. •The sample code includes enough functionality so that you should not need to worry abo...看更多