Jace.NET 0.7.2 released
Today, Jace.NET 0.7.2 was released. This is the second update release of version 0.7. The number of supported mathematical functions has been dramatically extended. No breaking changes were done to the API.
The documentation on GitHub has also been updated to help people getting started with Jace.NET. An overview is also provided of all the supported mathematical functions and operations.
https://github.com/pieterderycke/Jace/wiki
Jace.NET runs on .NET 4.0 and higher, WinRT, Windows Phone 7 and Windows Phone 8.
Categories: Jace.NET

For long time I searched for a multiplatform(win8,wp8,winrt) fast expression evaluator library and finally found what I wanted.
Keep up the good work!
Oops… There is problem with negative numbers. Just pass eg. “-100″ to Calculate() method and it throws exception. Will it be fixed in near future?
Oops
That is a serious bug. I will create a version 0.7.3 to fix that issue. I will let you know when it is available.
Would it be acceptable for you if I fix this bug in 0.8? 0.8 will be a major update of Jace.net adding support for custom functions in formulas. Did you encounter other issues using Jace.NET or was this the only one?
No problem, I can wait for 0.8. I didn’t encounter any other issues but I only use simple formulas.
The bug has been fixed. It will released as part of Jace.NET 0.8 in the near future but you can already find it on the dev branch on GitHub (https://github.com/pieterderycke/Jace/tree/dev).
Thank you for sorting this out. I will let you know when our app will be finished.
Thanks for the good work. We are exploring using jace as a engine for a payroll application that we are building. we shall be developing simple formulaes for for each payroll item. Is there a way that we can pass the formulae to jace and get a feedback on whether the formulae is correctly constracted or not. We can ofcourse write our own code but be nice if jace already does something similar. Thanks.
Jace will throw a .NET exception if the formula is not correct. The exception contains all the info to determine the cause of the issue with the formula.
Does Jace fulfill the needs for your payroll applications. If you encounter issues or have suggestions, please let me know!
Just wanted to let you know that Jace.NET has landed at least at WP8: http://www.windowsphone.com/en-us/store/app/termeval/1b564c6c-7fe2-434b-9852-41e398175c0e
In fact I just build a simple GUI around it, so kudos to you
Nice to hear
Thanks for informing me!