Live data from Hacker News

Viewing profile — zahary

zahary

HN member
Joined
Fri, Feb 25, 2011, 2:40 AM UTC
HN karma
11
Public activity
6 items

About zahary

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #8824923

    Depends on your definition of "good performance". Idiomatic lisp was never able to compete with the Fortran-s and C/C++-s of its age, but Nim is.

  3. comment
    Comment #8824788

    Well, you have to combine just two of these features to leave Nim in a very small company of languages, mostly developed in the last decade. Good performance and meta-programming (…

  4. comment
    Comment #8823592

    The Nim compiler offers a set of tools intended for use in IDEs ant text-editors that help with this. Besides the style insensitive grep, there are also a compiler-assisted "go to …

  5. comment
    Comment #8722948

    I'm still waiting for the day when the JS community will discover tup [1]. Tup's greatest strength is that is can discover build dependencies automatically by file I/O monitoring i…

  6. comment
    Comment #6273468

    Well, Nimrod is built around type-infernce. Most of the time you should just say "var thing = somethingStringy()".