lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Chris,

> My boss wants me to generate compiled C++ on the fly based on the
> user communities mods. 

Gadzooks, man! He's not a CS guy is he? What a spot to be in. Lisp is great
at this kind of problem... (the dynamic business rules problem, I mean :)
).

Bruce

> We're to build a series of tools to enable
> the user community to change the business rules on the fly. I'd like
> for these rules to be generated in lua and parsed from our C++ engine.
> But I need to convince him that it will be fast enough.