[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Performance
- From: brucedickey <brucedickey@...>
- Date: Tue, 6 Nov 2001 12:07:33 -0700
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.