In CLISP, how to detect whether an object is a string or not?
This is a discussion on Lisp Help within the Tech Board forums, part of the Community Boards category; In CLISP, how to detect whether an object is a string or not?...
In CLISP, how to detect whether an object is a string or not?
(stringp object)
Common Lisp has predicates for basically every type. They're usually of the "sometype"p.
Stick close to your desks and never program a thing,
And you all may sit in the standards commitee!