On Thu, Sep 03, 2009 at 02:00:39AM +0200, Henrik Sarvell wrote:
> http://www.prodevtips.com/2009/09/02/pico-lisp-to-json-with-javascript/
> ...
> two issues but I don't know about the rest of you, any ideas?

I believe it is difficult to parse nested Lisp data with static regular
expressions (I don't like regular expressions in general, due to their
static nature, so I'm also not an expert).

Instead, I would use a simple recursive parser (analog to the Lisp
reader), which can analyze the expression step by step in a more
flexible way.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to