Live data from Hacker News

Viewing profile — vlastachu

vlastachu

HN member
Joined
Fri, Jan 30, 2015, 11:56 AM UTC
HN karma
4
Public activity
6 items

About vlastachu

No profile information was provided.

Recent public activity

  1. comment
    Comment #12598063

    > no basic knowledge how JavaScript is interpreted at runtime Could you show where author wrong about this?

  2. comment
    Comment #10797552

    http://lambdacube3d.com/editor.html why type inference (for hints in editor) is so cool? Can I do something similar for haskell (without pain if possible)?

  3. comment
    Comment #10163988

    Is it only proof of concept? If no: How they develop compiler to language with incomplete spec?

  4. comment
    Comment #9481930

    tell me about message passing without concurrency. is it message passing in ruby? and why.

  5. comment
    Comment #8971820

    > prefixes, default instances Also bad setters ("record {field = val}" looks nice but useless, as not a function). I hope the developers of GHC also clearly see the problem and som…

  6. comment
    Comment #8971618

    I'm not good enough haskell programmer, but there is possible solution (records as you mentioned). import Prelude hiding ((-)) data Grep = Grep {isRecursive :: Bool, maxCount :: Ma…