Viewing profile — Zef
Zef
HN member- Joined
- Mon, Mar 16, 2009, 12:14 PM UTC
- HN karma
- 30
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About Zef
No profile information was provided.
Recent public activity
-
comment
Comment #2729884
Maybe he could have adapted an existing one, but I think the main issue was that parsers traditionally just quite when they find an error, language.js has some error recovery featu…
- story
-
comment
Comment #2681849
It's back up now.
-
comment
Comment #2363100
Not sure this is the place for it (maybe ask on the google group?) But there's two ways: screen root() { mydiv@ script { mydiv.someplugin(); } } mydiv will be bound to a JQuery obj…
-
comment
Comment #2358928
Generate your mobile web application using mobl. Then wrap it as a PhoneGap native app. They're complementary.
-
comment
Comment #2283399
I think many people missed my main point. Here's another shot at explaining it better: http://zef.me/3753/planning-ahead-the-async-javascript-probl...
- story
- story
-
comment
Comment #1948345
State of the art in parsing is SGLR ( http://strategoxt.org/Sdf/SGLR ) and GLL parsing
- story
-
comment
Comment #1150465
That's what I use. But Douglas Crockford suggests using a different way of building object hierarchies which he uses. I could ignore this, but Crockford kinda is one of _the_ Javas…
-
comment
Comment #1150453
Alright. So now I want to iterate over all original keys, how do I do that (i.e. their original values, not the stringified version)? Plus, a random object (that doesn't have a mea…
-
comment
Comment #1150286
In my post I link to JSAN, which is exactly that: http://openjsan.org It has its own module system.
-
comment
Comment #1150240
Maybe I wasn't clear enough in my post, but I said this: > and the good thing is that it does not require any changes in the Javascript language itself, nor its browser support. As…
- story
-
comment
Comment #937416
My response to your criticism: http://zef.me/2355/a-when-rails-fails-follow-up