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:

> 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.

Ok, so let's try to make a list. Here's some stuff I would like to see.
 
Controller abstractions
 - a good URL routing library (where you can only produce and link to valid urls)

I have a library like that:

http://src.seereason.com/urlt/

documented here:

http://src.seereason.com/~jeremy/SimpleSite1.html

View abstractions
 - abstractions over "web components", e.g. composable components that contain HTML, CSS and Javascript. maybe composed using something like FRP.

I have been experimenting with some web component widgets recently.  It's very experimental at the moment. Hope to release something soon..

- jeremy