[Grok-dev] Grok Sprint
Chris McDonough
chrism at plope.com
Fri Feb 3 18:41:46 UTC 2012
On Thu, 2012-02-02 at 19:54 +0100, Martijn Faassen wrote:
> Hi there,
>
> I'd like to experiment with a port of Grok to Pyramid. We got the
> original Grok together in little over a week on top of the ZTK (well,
> Zope 3 at the time) and that was partially the design process.
>
> With Martian and a known design it should be relatively easy to make
> something "work-alike" on top of Pyramid. The main drawback is that I
> don't know Pyramid as well as I knew Zope 3 at the time, though many of
> the concepts are the same of course. The other drawback is that Pyramid
> does less, so we need to figure out which other components can fill in
> the gaps.
Pyramid's decorator configuration system (venusian) was obviously
inspired by martian; it might be easier to just use venusian instead of
depending on both martian and venusian:
http://docs.pylonsproject.org/projects/venusian/en/latest/
https://github.com/Pylons/venusian
- C
More information about the Grok-dev
mailing list