Lisp data security/validation

Posted by Wayne Werner on Stack Overflow See other posts from Stack Overflow or by Wayne Werner
Published on 2010-06-08T18:34:15Z Indexed on 2010/06/08 19:12 UTC
Read the original article Hit count: 251

Filed under:
|
|

This is really just a conceptual question for me at this point.

In Lisp, programs are data and data are programs. The REPL does exactly that - reads and then evaluates.

So how does one go about getting input from the user in a secure way? Obviously it's possible - I mean viaweb - now Yahoo!Stores is pretty secure, so how is it done?

© Stack Overflow or respective owner

Related posts about security

Related posts about validation