Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-07-12 12:08:48


"Guillaume Chereau" wrote:

> using boost.lisp
> // we create the lisp interpreter with integer and math operation support
> lisp::lisp<lisp::with_int, lisp::with_math> mylisp;
> // we run the lisp program : (+ 10 20)
> lisp::result res = mylisp.run(lisp::word("+") >> 10 >> 20);

Intelib library:
http://www.intelib.org/

allows to execute List statements directly,
w/o interpretation.

/Pavel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk