Live data from Hacker News

Viewing profile — apoirier

apoirier

HN member
Joined
Fri, Sep 26, 2008, 7:27 AM UTC
HN karma
4
Public activity
7 items

About apoirier

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
    Comment #1975413

    Nagare ( http://nagare.org ) for Stackless Python

  3. 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 …

  4. 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…

  5. 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…

  6. 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 …

  7. 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 =======…