Hi Slava,

I saw your comment on reddit about mounting responders at other
positions in the url hierarchy:
http://programming.reddit.com/info/612hd/comments/c02i79r

I've been thinking about this too recently since I'm writing an app with
a REST interface in factor. The best dispatching approach I've come
across is the one in django which uses regexes to dispatch to functions
and also pick out arguments from the url:
http://www.djangoproject.com/documentation/url_dispatch/

I noticed there's a regex engine in the unmaintained dir - is this the
best way of doing regexes in factor at the moment?

BTW thanks for such cool software - I'm really enjoying programming with
factor,

-Phil



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to