Smarter compiler level

Published on

The Grails team has been up to some really cool stuff. I’ve played with the recently released Grails 4 and it is a nice evolution of the framework. The upgrade path from 3 to 4 also looks to be much much smoother than from 2 to 3.

Micronaut is generating a lot of well deserved buzz. Then yesterday they announced basically a new fork of GORM called Predator that has some very interesting performance characteristics.

It’s an promising trend industry wide to see more and more of the dynamism developers love move to the compiler level vs the runtime level. The accomplishment with this is both for the code that is produced, and dramatically shortening the feedback loop for bugs, or even eliminating whole classes of errors.

Examples of this I have played with and been impressed by in 2019 are Svelte, Rust, and Micronaut. I look forward to trying out Predator soon!