Live data from Hacker News

Viewing profile — mmfZ4e4OqQ7RRwP

mmfZ4e4OqQ7RRwP

HN member
Joined
Sun, Aug 25, 2013, 8:19 PM UTC
HN karma
7
Public activity
11 items

About mmfZ4e4OqQ7RRwP

No profile information was provided.

Recent public activity

  1. comment
    Comment #14130742

    That doesn't make much sense, think about lag, playing with somebody who is far enough that the speed of light makes a difference. You want a near real time graphics pipeline for e…

  2. comment
    Comment #11978329

    Not only that, by abstracting cross platform commands for things like git you give up the knowledge which allows you to go to other platforms and work there. Unless this mac thing …

  3. comment
    Comment #9682146

    It's definitely an improvement, but most of the syntax complexity seems to come precisely from supporting all the annoyances of Objective-C. The feature I most miss from other prog…

  4. comment
    Comment #9676862

    I'm going through half of Swift's ebook rewriting an old objc program in the process and the amount of syntax special cases is just mind boggling. So far the worst offender to me f…

  5. comment
    Comment #8914949

    When I present myself to people I use one form of my name. Some people I know use nicks. Others use part of my formal name. Due to me being a foreigner, essentially everybody I kno…

  6. comment
    Comment #8817528

    I don't know anybody who redistributes source code as a single C file, but you could try concatenating the files into one. Usually people redistributing source code don't mind havi…

  7. comment
    Comment #8816662

    The fact that there are only 18 questions on StackOverflow could also mean that the language is that good that rarely you find something requiring further explanation. Or maybe Nim…

  8. comment
    Comment #8816643

    Take a look at http://forum.nim-lang.org/t/360 for Python bindings, that should lead you to https://github.com/micklat/NimBorg .

  9. comment
    Comment #8816607

    You copy the nimbase.h file along with the nimcache/*.c files. That's it. The compiler doesn't do it because it's a waste of time/space copying a file which you most likely can inc…

  10. comment
    Comment #6823372

    Nimrod includes rst parsing and html/tex generation ( http://build.nimrod-lang.org/docs/rstgen.html ). While orthogonal to your quest you may want to look into its implementation f…

  11. comment
    Comment #6273544

    Note that nimrod compiles to C, and your JVM may be implemented in C or C++. So for the measly gain of not having to run a command on the destination platform (nimrod c name.nim) y…