Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Autre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Ask not what an object is, but...
(carlopescio.com)
1 points
by
Autre
14y ago
|
0 comments
2.
▲
Seco: a software scripting, prototyping environment for the Java platform
(kobrix.com)
2 points
by
Autre
15y ago
|
0 comments
3.
▲
Small data and humble sequentialism
(axisofeval.blogspot.com)
1 points
by
Autre
15y ago
|
0 comments
4.
▲
by
Autre
15y ago
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 can innovate without talent?
5.
▲
Obituary: Socrates
(news.bbc.co.uk)
3 points
by
Autre
15y ago
|
0 comments
6.
▲
by
Autre
15y ago
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 at all. I do think the Object.getPrototypeOf approach is fea
7.
▲
by
Autre
15y ago
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]), Object.getPrototypeOf may provide a way out - but may
8.
▲
by
Autre
15y ago
Maybe I overlooked, but is there support for "super.method()" or something along those lines?
9.
▲
by
Autre
15y ago
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.
▲
by
Autre
15y ago
If you've made changes to your profile, you may force a refresh by pointing your browser to hackerhub.org/r/yourid.
11.
▲
by
Autre
15y ago
Are arbitrary rss feeds recognized? [edit:] Seems like rss, not atom feeds, are recognized.
12.
▲
Missing Link Between Code and Data
(kazimirmajorinc.blogspot.com)
6 points
by
Autre
15y ago
|
1 comments
13.
▲
by
Autre
15y ago
Readability is just one click away http://www.readability.com/
14.
▲
by
Autre
15y ago
Also: have a look at https://github.com/manuel/schampignon (an interpreter for a Kernel-like language)
15.
▲
Praising Kernel (The Axis of Eval)
(axisofeval.blogspot.com)
67 points
by
Autre
15y ago
|
10 comments
16.
▲
Twee+: Longer tweets, no strings attached
(tweeplus.com)
1 points
by
Autre
15y ago
|
0 comments
17.
▲
by
Autre
15y ago
Practically you need some desicion making control structure (cond, if) and an emulation of read/write tape (arrays)
18.
▲
by
Autre
15y ago
The same philosophy is applied in the Seaside framework for Smalltalk. See for example [1]. [1]: http://onsmalltalk.com/page-templates-and-seaside
19.
▲
by
Autre
15y ago
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 also has constructor is an (admitted?) historical mistake. J
20.
▲
by
Autre
15y ago
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 exploratory projects at least, that using variations on Object.create
21.
▲
by
Autre
16y ago
Is there a reason you are not targeting ECMA5 (with the exclusions you mentioned)?
22.
▲
by
Autre
16y ago
Just tried the following: for (var i = 0; i < 10; i += 1) eval("function function_" + i + "() { print('i am ' + i); }"); for (i = 0; i < 10; i += 1) this['function_' + i](); but it seems like eval is not supported
23.
▲
by
Autre
16y ago
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, it seems like something is clearly wrong here since, we are h
24.
▲
Self
(blog.fogus.me)
6 points
by
Autre
16y ago
|
0 comments
25.
▲
by
Autre
16y ago
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, etc do. As you can see from the github repo, it's still pre
26.
▲
Smalltalk in small talks: The Setup
(blog.redline.st)
21 points
by
Autre
16y ago
|
3 comments
27.
▲
Yacc is dead: An update
(matt.might.net)
93 points
by
Autre
16y ago
|
18 comments
28.
▲
by
Autre
16y ago
Heading for JavaWars?
29.
▲
by
Autre
16y ago
Though I'm glad for this desicion, I can't help but wonder: what's in it for oracle? The puny 5% of desktops running mac os?
30.
▲
Proxies are Awesome (Brendan Eich on the upcoming features of ES5)
(slideshare.net)
3 points
by
Autre
16y ago
|
0 comments
More ›