Thread: Lisp Help

  1. #1
    Anirban Ghosh
    Join Date
    Jan 2006
    Posts
    278

    Lisp Help

    In CLISP, how to detect whether an object is a string or not?

  2. #2
    Registered User
    Join Date
    Dec 2008
    Location
    Black River
    Posts
    128
    (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!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. is it possible to convert LISP to C?
    By fsx in forum C Programming
    Replies: 2
    Last Post: 05-11-2009, 03:05 AM
  2. Help on LISP please?
    By ssharish2005 in forum Tech Board
    Replies: 1
    Last Post: 02-08-2008, 10:12 AM
  3. Lisp
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-26-2003, 12:41 PM
  4. Lisp
    By MethodMan in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-18-2002, 04:41 PM
  5. Lisp
    By Lechugas in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-18-2002, 12:21 PM