Show HN: Syntactic Sugar for Java (github.com)

3 points by guybedo ↗ HN
I recently had to translate a codebase from Python to Java and as much as i like Java and i enjoy the benefits of a strong type system, i have to admit my Python code was way less verbose.

So i ended up writing a small library to try to get some python vibes in my java code. Nothing groundbreaking, a bunch of static imports to make life a little bit easier.

1 comment

[ 3.4 ms ] story [ 11.5 ms ] thread
This is nice! I was using the Arrays.asList trick but I like your syntax better