Live data from Hacker News

Viewing profile — erik-kallen

erik-kallen

HN member
Joined
Mon, Sep 03, 2012, 11:53 AM UTC
HN karma
168
Public activity
15 items

About erik-kallen

No profile information was provided.

Recent public activity

  1. 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).

  2. story
  3. 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…

  4. 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…

  5. 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?

  6. 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?

  7. comment
    Comment #4470605

    for (;;), continue and switch.

  8. 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).

  9. 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).

  10. 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…

  11. comment
    Comment #4470230

    Saltarelle is way more complete, though.

  12. 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 …

  13. comment
    Comment #4470192

    You can use the Chrome debugger just as if you had written the Javascript directly.

  14. 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…

  15. story