News

This tutorial demonstrates the power of lambda expressions by contrasting implementations of a mathematical example using C++, Java without lambdas, and Java 8 with lambda expressions.
You can pass JEP (a Java mathematical expression) a string of mathematical operations to perform and get back an answer. See how you can start using JEP in your development work.