I know this issue has been brought up many times before, but to some extent the existence of a framework suggests a lack of composability in the language being discussed. This gets discussed a lot in the context of Clojure, where people new to Clojure often ask, "Where are the frameworks?" The more meta-programming that a language allows, the more its functions will tend to be composable. The more composable it is, t…
List of minimalist frameworks
31–40 of 95 posts
Re: List of minimalist frameworks
#32Missing quite a lot of PHP ones. For instance, tinyMVC is great if you want to learn how MVC works with PHP.
Re: List of minimalist frameworks
#33I really liked Slim. It just wasn't convoluted or giving an improvised feel like Laravel or WordPress and many other PHP frameworks.
Re: List of minimalist frameworks
#34Re: List of minimalist frameworks
#35Re: List of minimalist frameworks
#36I know this issue has been brought up many times before, but to some extent the existence of a framework suggests a lack of composability in the language being discussed. This gets discussed a lot in the context of Clojure, where people new to Clojure often ask, "Where are the frameworks?" The more meta-programming that a language allows, the more its functions will tend to be composable. The more composable it is, t…
https://news.ycombinator.com/item?id=6923141
Look at this implementation: it's just a composition of a bunch of other libraries. no logic at all. This is how it should be: https://github.com/segmentio/myth/blob/master/index.js#L37-L...
Re: List of minimalist frameworks
#37i dont think you can call Pardino a minimalist framework.
Re: List of minimalist frameworks
#38Re: List of minimalist frameworks
#39Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
Re: List of minimalist frameworks
#40Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.