Hacker News new | ask | show | jobs
by joegreen 3834 days ago
I've always wanted to create at least a small working Java library that could be potentially useful to someone and put it into the Maven Central repository to learn the whole process. I've finally managed to do it in 2015 by creating the LambdaFromString[0] library that can convert a string with code to Java 8 lambda at runtime :-) Surely not a rocket science, but still makes me feel a little bit proud.

[0]: https://github.com/greenjoe/lambdaFromString