On Mon, Mar 15, 2010 at 3:00 PM, Chris Eidhof <chris@eidhof.nl> wrote:
On 15 mrt 2010, at 17:57, Johan Tibell wrote:Ok, so let's try to make a list. Here's some stuff I would like to see.
> There are lots of small libraries that are still missing. For example
> an equivalent of Python's urllib, a really fast and *simple* HTTP
> server, a high-performance and *full features* database library for
> working with e.g. MySQL, etc.
Controller abstractions
- a good URL routing library (where you can only produce and link to valid urls)
View abstractions
- abstractions over "web components", e.g. composable components that contain HTML, CSS and Javascript. maybe composed using something like FRP.