2010/1/28 Graham Higgins <[email protected]>:
> I suspect that you're going to enjoy programming in Python. I dunno if it
> helps you frame it better but I find that Python is more Lisp-like than one
> might first credit.

At the last PyCon Guido said in his plenary, "You can ask me any
question except, 'What does Python have that Lisp didn't already do
better?'"  Apparently he's been asked that too many times, and it led
him to realize that Python and Lisp are very similar in spite of their
different syntax.

>> As for modularity, being fully RESTful components that's not
>> much of an issue. Each manages a resource behind a set of URIs, and HTTP
>> verbs are basically translated to component CRUD functionality.
>
> You've probably already encountered the Pylons rest controller paste
> plugin/template [1] and the Atom-style controller that's also described in
> that section of the docs.
>
> Some other folks are also exploring along those lines. For example, Bartosz
> Radaczyński has contributed "scaffolding" [2], a more developed
> restcontroller. (I'm in the process of augmenting it with the rest-decorator
> approach as used in Kai [3], the Pylons app that runs PylonsHQ.)
>
> Also, Vladimir Dronnikov has recently been exploring a few approaches to a
> restful controller with reflected forms generation [4], building on Gaël
> Pasgrimaud's work on the Formalchemy/Pylons restfulcontroller [5]

> You might like to browse the several auth'n'auth approaches presented in the
> Shabti templates [8, 9], which Vladimir referenced.

Thanks, I didn't know about these.

I would caution against depending solely on AuthKit. AuthKit has
gotten some criticism for being monolithic. I would at least look at
Repoze.who/what and see if you can build something that's compatible
with both approaches.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to