Search found 2 matches

by kkuro
Sat Mar 16, 2013 1:19 pm
Forum: Common Lisp
Topic: User Input Parsing Help?
Replies: 2
Views: 5938

Re: User Input Parsing Help?

Ah, so that's how find works. Well I feel dumb now. Thank you sly, that works rather nicely. I actually fixed ffind last night with a unsettling cluster of ifs and cars and cdrs, but using (find) now the proper way is a lot more elegent. Again, thank you, I'm slowly sharpening my skills.
by kkuro
Fri Mar 15, 2013 5:44 pm
Forum: Common Lisp
Topic: User Input Parsing Help?
Replies: 2
Views: 5938

User Input Parsing Help?

I feel awful for asking about what I assumed to be such a simple task, but I cannot for the life of me get a simple system in place that takes user input and parses it for specific words, returning the word(s) it finds if it does. I've tried many, many things and have searched the internet as much a...