Live data from Hacker News

Viewing profile — Autre

Autre

HN member
Joined
Wed, Aug 15, 2007, 2:46 PM UTC
HN karma
343
Public activity
58 items

About Autre

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #3357518

    The interesting thing here is: why do big companies don't need to keep their talents? Does bureaucracy compensate for lack of talent? And vice versa? Does this also mean that you c…

  5. story
  6. comment
    Comment #3265564

    I was deliberately excluding the constructor situation. I should have made that clearer in my previous comment. I think the way out of the constructor mess is not to require them a…

  7. comment
    Comment #3265246

    Yeah, it gets really hairy, really quickly. Beyond the need for calling the constructor (which I'm currently viewing it as an unnecessary hidrance [ objects are already initialized…

  8. comment
    Comment #3265164

    Maybe I overlooked, but is there support for "super.method()" or something along those lines?

  9. comment
    Comment #3151103

    Yeah, but would you be willing to read and develop, say Cassandra, in ed? I, for one, wouldn't. One more thing: would you be able to?

  10. comment
    Comment #3063948

    If you've made changes to your profile, you may force a refresh by pointing your browser to hackerhub.org/r/yourid.

  11. comment
    Comment #3063935

    Are arbitrary rss feeds recognized? [edit:] Seems like rss, not atom feeds, are recognized.

  12. story
  13. comment
    Comment #2907302

    Readability is just one click away http://www.readability.com/

  14. comment
    Comment #2906636

    Also: have a look at https://github.com/manuel/schampignon (an interpreter for a Kernel-like language)

  15. story
  16. story
  17. comment
    Comment #2698233

    Practically you need some desicion making control structure (cond, if) and an emulation of read/write tape (arrays)

  18. comment
    Comment #2682398

    The same philosophy is applied in the Seaside framework for Smalltalk. See for example [1]. [1]: http://onsmalltalk.com/page-templates-and-seaside

  19. comment
    Comment #2596937

    Well, I have to argue that it's not the same pattern. I think the problem is that you still like to believe that js has classes, which it doesn't: js has got objects only. That it …

  20. comment
    Comment #2594883

    I don't see how Object.create goes against the grain of the lang. On the contrary, `new' was bolt on to make js look like classical oo languages. I have found, in toy and explorato…

  21. comment
    Comment #2089291

    Is there a reason you are not targeting ECMA5 (with the exclusions you mentioned)?

  22. comment
    Comment #2089200

    Just tried the following: for (var i = 0; i but it seems like eval is not supported yet - i guess for good reasons.

  23. comment
    Comment #2037731

    Well, i'm not sure about that. Aren't we expected to be professionals and act like ones on any given job? Should we just eschew Knuth and express ourselves? Don't think so. OTOH, i…

  24. story
  25. comment
    Comment #2010020

    It's my understanding that JSqueak was (is?) just a toy. OTOH, redline aims to be a full blown implementation of smalltalk that integrates with the jvm like jruby, scala, clojure, …