Hacker News new | ask | show | jobs
by gerbilly 2556 days ago
Ok, so we know the framework does not contain all these supposedly bad things¹, but what does the framework do exactly?

1: Reminds me of Golang, which likes to define itself as a set of 'negative liberties' (No exceptions, no inheritance, no polymorphism, no ...).

2 comments

I was reminded of golang as well. I kind of like this framework, because I dislike the overly magic dispatch mechanisms of annotation-driven java. Basic request dispatching in golang can look and be clunky, but that one clunky place tells you where to look.
It is a web framework. It helps you create a web app. Similar to what other frameworks do, like Spring, Spark, Play, Struts, etc.