Phil Dawes wrote: > 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/
If you'd like to implement this, go ahead! > I noticed there's a regex engine in the unmaintained dir - is this the > best way of doing regexes in factor at the moment? Actually Doug is rewriting the regex engine right now, so we should have a functioning implementation very soon. > BTW thanks for such cool software - I'm really enjoying programming with > factor, That's great. Good luck with your Factor endeavors. Slava ------------------------------------------------------------------------- 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
