Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vlastachu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
vlastachu
10y ago
> no basic knowledge how JavaScript is interpreted at runtime Could you show where author wrong about this?
2.
▲
by
vlastachu
11y ago
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.
▲
by
vlastachu
11y ago
Is it only proof of concept? If no: How they develop compiler to language with incomplete spec?
4.
▲
by
vlastachu
11y ago
tell me about message passing without concurrency. is it message passing in ruby? and why.
5.
▲
by
vlastachu
12y ago
> 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 someday will be engaged in it. Then the language b
6.
▲
by
vlastachu
12y ago
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 :: Maybe Int} --etc deriving (Show) g