Viewing profile — apoirier
apoirier
HN member- Joined
- Fri, Sep 26, 2008, 7:27 AM UTC
- HN karma
- 4
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About apoirier
No profile information was provided.
Recent public activity
-
comment
Comment #4009803
Yes, Nagare ( http://www.nagare.org ) is a continuation-aware Web framework with the same components model than Seaside. Python Stackless is used to take continuations and also to …
-
comment
Comment #1975413
Nagare ( http://nagare.org ) for Stackless Python
-
comment
Comment #817187
For a real different coding style, more like a desktop development, take a look at Nagare ( http://www.nagare.org ), a continuation and components based web framework. And it also …
-
comment
Comment #614597
Nagare ( http://www.nagare.org ) is really different. Not yet-another-MVC-framework clone but based on a true components architecture and using continuation, like the Seaside frame…
-
comment
Comment #563374
The python Nagare framework use both approaches of programmatic HTML and minimalist HTML templating. For example, to create a HTML list, in a div, from a Python list: from nagare.n…
-
comment
Comment #524712
We use Nagare ( http://www.nagare.org ) for our most important customers projects, A framework with a very different approach to web development than the classic MVC / url routing …
-
comment
Comment #315848
The complete canonical example of the counter. Of course with the back button and browser fork working. Launched with : nagare-admin serve-module counter.py:Counter counter =======…