Viewing profile — bitmapper
bitmapper
HN member- Joined
- Sun, Nov 24, 2019, 8:06 PM UTC
- HN karma
- 42
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About bitmapper
No profile information was provided.
Recent public activity
-
comment
Comment #34749161
It would be, if the code wasn't so horrifically bitrotted at this point. GHC has changed a lot since Elm last got any meaningful update, and they decided to use unsafe GHC primitiv…
-
comment
Comment #34459991
this got replaced with ghcup iirc
-
comment
Comment #34144089
What do you mean the function to create a directory? When would you be creating directories outside of derivation build phases?
-
comment
Comment #33765886
I find the options search to be generally suitable for that case https://search.nixos.org/options
-
comment
Comment #33015657
This is just a ChromeOS tablet except it's running a customized version of ChromiumOS?
-
comment
Comment #32459125
There's cadmium there, yeah. But cadmium is not addictive, and is not a reason for cigarettes being addictive. Removing the cadmium will not make cigarettes less addictive. Tobacco…
-
comment
Comment #32020879
For simple languages, it can be a bit of a pain to write and maintain a lexer and a parser. For example, if I'm gonna parse JSON and nothing more, I think it's a bit silly to use a…
-
comment
Comment #31666730
https://hoogle.haskell.org/ can be helpful for this
-
comment
Comment #31666566
I'm really not a fan of IHP for that purpose due to how it redefines so much of the Haskell Prelude without making it clear it does that.
-
comment
Comment #31665521
I don't really think many people are calling it a panacea. From my experience in the community most people I know who write Haskell write it for productivity reasons (including me,…
-
comment
Comment #31605718
I personally don't like Rust (I like to have a garbage collector for what I do), but I don't think it's a hard to read language. Readability is an incredibly subjective thing. For …
-
comment
Comment #29952329
Parametric polymorphism is even older than that! It's almost 60 years old, having originated in CPL.
-
comment
Comment #28590793
Honestly, my main issues are with the lack of generics and the "dynamically typed effect system". The idea of a minimalist runtime and language reminds me of Clean a little bit.
-
comment
Comment #28590628
Fair enough! Sorry, I didn't intend that to be rude, I just genuinely didn't understand as it seems to be two very conflicting ideologies merged.
-
comment
Comment #28590488
Since when are generics automatic casting?
-
comment
Comment #28590479
I cannot comprehend what would drive someone to make this.
-
comment
Comment #28361599
Yeah! I worked with Robert Smith on porting it to modern CL implementations. Not a fun codebase.
-
comment
Comment #28352833
I used to use CL quite a bit, but have since abandoned it for Haskell, so I'm a bit biased. There's a number of issues with that: - I'd be missing all the optimizations that can be…
-
comment
Comment #28352202
And then when things like dependent types get involved, I'm betting that the amount of bugs greatly decreases, even more than that.
-
comment
Comment #27732855
eh, iirc fused-effects is used in production, along with haskell (obviously)
-
comment
Comment #27413559
I already brought this up with them, they knew about it but decided that it "doesn't have enough usage so we aren't worried about people getting our product confused with it".
-
comment
Comment #27126578
My favorite example of this is probably Clean, which solves this using uniqueness types. You can have unique values that are managed using compile time memory management, but also …
- story
- story