Viewing profile — vlastachu
vlastachu
HN member- Joined
- Fri, Jan 30, 2015, 11:56 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About vlastachu
No profile information was provided.
Recent public activity
-
comment
Comment #12598063
> no basic knowledge how JavaScript is interpreted at runtime Could you show where author wrong about this?
-
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)?
-
comment
Comment #10163988
Is it only proof of concept? If no: How they develop compiler to language with incomplete spec?
-
comment
Comment #9481930
tell me about message passing without concurrency. is it message passing in ruby? and why.
-
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…
-
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…