Also, why is this better than, say, simply binding commons math into jruby?
On Wed, Jul 11, 2012 at 5:51 AM, Gilles Sadowski < [email protected]> wrote: > Hi. > > > > > I would like to submit you a new feature: an expression evaluator > (MATH-809, ignore my patch). This interpreter will evaluate an expression > (including variable, function) but will don't provide parser (to keep I/O > independency). > > > > I think it would be useful to put this functionality into commons-math > for some reasons: > > > > - Writing a new library only for this function isn't very > gainful; > > > > - Evaluating an expression is a common math operation; > > > > N.B: Implementation will use interpreter, builder and factory design > patterns. > > > > Could you provide a few small examples of what the usage would look like? > Also, some use-cases in "real" applications would be welcome in order to > figure out whether this functionality would fit in Commons Math. > > > Thanks, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
