Viewing profile — Autre
Autre
HN member- Joined
- Wed, Aug 15, 2007, 2:46 PM UTC
- HN karma
- 343
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About Autre
No profile information was provided.
Recent public activity
- story
- story
- story
-
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…
- story
-
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…
-
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…
-
comment
Comment #3265164
Maybe I overlooked, but is there support for "super.method()" or something along those lines?
-
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?
-
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.
-
comment
Comment #3063935
Are arbitrary rss feeds recognized? [edit:] Seems like rss, not atom feeds, are recognized.
- story
-
comment
Comment #2907302
Readability is just one click away http://www.readability.com/
-
comment
Comment #2906636
Also: have a look at https://github.com/manuel/schampignon (an interpreter for a Kernel-like language)
- story
- story
-
comment
Comment #2698233
Practically you need some desicion making control structure (cond, if) and an emulation of read/write tape (arrays)
-
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
-
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 …
-
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…
-
comment
Comment #2089291
Is there a reason you are not targeting ECMA5 (with the exclusions you mentioned)?
-
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.
-
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…
- story
-
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, …