|
|
|
|
|
by nickik
5479 days ago
|
|
JS is just not enougth lisp in that way. In lisps you have the parser in your langague (read). You cant call eval on a string and thatway avoiding this securety hole. (You can call eval on a string but it will just return that same string) |
|