Viewing profile — erik-kallen
erik-kallen
HN member- Joined
- Mon, Sep 03, 2012, 11:53 AM UTC
- HN karma
- 168
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About erik-kallen
No profile information was provided.
Recent public activity
-
comment
Comment #4640435
Reason to use Node.js on the server without liking Javascript: I like the framework. Framework != language (or at least it should be).
- story
-
comment
Comment #4472096
I think the tools fill different purposes, so integration with JSIL is absolutely a possibility in the future. I did not do any speed comparisons, I just translate what you write i…
-
comment
Comment #4471260
SharpKit is only free as long as you want to use it for projects that don't need it (the limit is like 2k lines or something). When I last tried it I was not very happy with the co…
-
comment
Comment #4471065
Java has been said to be a DSL to convert XML configuration into stack traces. But what does this have to do with compiling C# to Javascript?
-
comment
Comment #4471055
Why would I want to use the proprietary Roslyn when I have a working solution with the open-source NRefactory and Cecil?
-
comment
Comment #4470605
for (;;), continue and switch.
-
comment
Comment #4470430
That's right, it doesn't get horrific until you use goto or yield (which don't exist in Javascript so they have to be emulated).
-
comment
Comment #4470413
But all those commits are, unfortunately, tiny. Also the compiler is not open-source only the runtime library (which Saltarelle uses a modified copy of).
-
comment
Comment #4470368
JSIL is also great, but its philosophy is that yo write .net code and run it in the browser, whereas Saltarelle's (and Script#'s) is that you write Javascript but with better tools…
-
comment
Comment #4470230
Saltarelle is way more complete, though.
-
comment
Comment #4470219
It comes with metadata for jQuery and jQueryUI, so obviously those libs can be used. I know of people using Node as well (and I hope to include that import lib in the distribution …
-
comment
Comment #4470192
You can use the Chrome debugger just as if you had written the Javascript directly.
-
comment
Comment #4470158
Actually, debugging is quite simple. The generated script (unless minified) is very similar to the input code. Are you also against other options such as CoffeeScript? And do you t…
- story