Viewing profile — koloron
koloron
HN member- Joined
- Sat, Jun 15, 2013, 3:15 PM UTC
- HN karma
- 81
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About koloron
No profile information was provided.
Recent public activity
-
comment
Comment #12616203
Here are two blog posts on free monads that should be accessible for people who understand what a monad is and are able to read Haskell: http://www.haskellforall.com/2012/06/you-co…
-
comment
Comment #12078822
Yeah, someone please write reverse-dependency-ci! :)
-
comment
Comment #11939711
> but it's still the best at what it does. If "what it does" means "build complex software projects" I think your claim is rather debatable. GHC is currently switching away from ma…
-
comment
Comment #11848424
Haskell: https://github.com/tweag/sparkle
-
comment
Comment #11702573
Hah, just today I started to read "Haskell programming from first principles"[1] which also targets non-programmers but builds on lambda calculus instead of assembly. Would anyone …
-
comment
Comment #11547311
Nearly the same question was recently asked in r/haskell: https://www.reddit.com/r/haskell/comments/4fhuw3/json_for_ad...
-
comment
Comment #11457389
Even better with mapMaybe: map transform . mapMaybe safeHead
-
comment
Comment #11456895
The project has existed only since last summer.
-
comment
Comment #11456852
If you're still using string types for pathnames you may want to check out the path and path-io packages. The path package defines a Path type parameterized by its locality (absolu…
-
comment
Comment #11456617
mcbuilder has already mentioned it, but I really want to emphasize that dependency management in Haskell is an entirely different story now with stack.
-
comment
Comment #11346278
IMO, the difference in readability has little to do with the difference between OOP and FP. What's important is the expressiveness of the language. So Ruby can be very easy to read…
-
comment
Comment #11270585
> It doesn't want to be Haskell or Lisp, those languages can be very hard to use and maintain for junior developers in large teams. Can you expand a bit on the difficulties that th…
-
comment
Comment #11139516
I find ghcid very useful. It reloads your code automatically when it detects a filechange. https://github.com/ndmitchell/ghcid http://neilmitchell.blogspot.de/2014/09/ghcid-new-ghc…
-
comment
Comment #11112326
Since GHC-7.10, the minimal complete definition for a Monad instance has been (>>=) (bind) only. So you can simply move the old definition for "return" into the Applicative instanc…
-
comment
Comment #11106726
How does Maven compare to Haskell's Stack in your opinion?
-
comment
Comment #11106694
Didn't downvote, just FYI: Haskell's Applicative is a superclass of Monad now.
-
comment
Comment #11054747
Can you share some links?
-
comment
Comment #10339208
My favorite song by her: https://www.youtube.com/watch?v=eAKh26bfkpw Beautiful usage of a vocoder. Yes, I know it's OT…
-
comment
Comment #10221699
Haskell has a pretty cool new dependency management tool called stack ( https://github.com/commercialhaskell/stack ). It's based on the curated package server https://stackage.org …
-
comment
Comment #8572175
How does Haskell compare to Erlang regarding these features?
- story
-
comment
Comment #7333426
That's at least the third programming language named Q: https://en.wikipedia.org/wiki/Q_(programming_language_from_K... https://en.wikipedia.org/wiki/Q_(equational_programming_lang…
-
comment
Comment #7239662
"postal" and "loc" are a bit off in my case. My true location is about 6km away from "loc".
- comment
-
comment
Comment #6541862
Symbols are in the same class as uppercase letters in the Neo layout. They are easily accessible by pressing the caps lock key. Hover your mouse over "Ebene 3" here: http://neo-lay…