Jump to content

Nicksil

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Nicksil

  1. The name Lisp - or LISP - is derived from "LISt Processing" It's actually a really fun language to mess around with, provided you're into that sort of thing.
  2. This is excellent! Thanks a lot for the development and sharing with the community. Looking forward to the chance to mess around with LISP again
  3. Hey Kevin, is it possible to check against a boolean? Doing something such as this: set x to 1. print x = 1. #True Returns true and that's just fine, but I've been trying to check against the values themselves. Like, x = true. I've tried it as a string and otherwise, but can't seem to figure it out. Also, one more thing: With the new STATUS addition (great, by the way), I'm trying to run a check on it as well but cannot seem to figure out how. For example: until status = landed. Though a very rough example, I think you get what I'm saying. Any thoughts? Thanks!
×
×
  • Create New...