Live data from Hacker News

Viewing profile — petermichaux

petermichaux

HN member
Joined
Wed, Jan 16, 2008, 7:27 AM UTC
HN karma
71
Public activity
15 items

About petermichaux

No profile information was provided.

Recent public activity

  1. comment
    Comment #4213227

    You're right about the event being part of the DOM. If that is a concern, you can define your own view handlers that unpack the DOM event and forward the data to the controller han…

  2. comment
    Comment #4213225

    SetView.js contains a class called "maria.SetView". borrow.js does not contain a class but a function called "maria.borrow". Regardless these files all are concatenated to become a…

  3. comment
    Comment #4213171

    A controller and the strategy pattern allow a view to behave differently by plugging in a different controller into the view. This interchangeability of behavior is not something I…

  4. comment
    Comment #4213146

    Which differences? You can use any file system hierarchy you like with Maria.

  5. comment
    Comment #4213137

    fzzzy, Thanks for taking a look at Maria. You definitely got the gist of how things work with Maria but there are a few subtleties that might change your perspective on the relatio…

  6. comment
    Comment #2702900

    They didn't say "The King Henry VIII is dead. Long live the King Edward VI". In the JavaScript article, The "OLD king" is "JavaScript the source language". The "NEW king" is "JavaS…

  7. comment
    Comment #2700058

    You know how on January 10th, 2011 you were still writing 2010 by accident? I was off by a decade. Corrected.

  8. comment
    Comment #2699099

    If you like minimalistic languages, have you checked out Scheme? Because of its macros, the core language can stay small and the users can expand its syntax.

  9. comment
    Comment #2698661

    There was an ES4-to-ES3 compiler. The Traceur compiler takes many of the Harmony ideas and compiles to ES3.

  10. comment
    Comment #2698657

    Yes but many of the ideas in CoffeeScript were likely slated for ES.next before CoffeeScript. So it has been working in both directions.

  11. comment
    Comment #2698653

    Features that can be added through libraries should be added that way. You cannot add new syntax which involves scoping of variables through libraries. How would you do destructuri…

  12. story
  13. comment
    Comment #1080032

    http://github.com/jrockway/lisp Please let us know when it is ready ;-)

  14. comment
  15. comment
    Comment #99128

    Please write about how you do this and how you interact with the files (loading and serializing). I'm looking at alternatives to using relational databases and information about ho…