Viewing profile — mboes
mboes
HN member- Joined
- Sun, Feb 15, 2015, 10:27 AM UTC
- HN karma
- 111
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mboes
Recent public activity
-
comment
Comment #32375241
We're onto the pedagogy thing. Check out the Nix book efforts: https://discourse.nixos.org/t/documentation-team-flattening-... . Regarding the language and "configurations" specifi…
-
comment
Comment #30261810
Tweag hired 50+ developers in 2021. We're aiming to hire 50+ developers in 2022. https://tweag.io/careers .
-
comment
Comment #23582251
Tweag is onto that too. :) See https://www.reddit.com/r/haskell/comments/gtnayl/whats_the_s... for a recent update.
-
comment
Comment #16496787
Tweag.io | Paris, France | REMOTE + ONSITE | Software Engineer | Formal methods, PL design http://tweag.io We are a research and development laboratory at the heart of Europe, appl…
- story
- story
- story
-
comment
Comment #11203354
Tweag I/O | Paris, France | Full-time, onsite Tweag I/O is looking for distributed systems engineers to be part of one of several projects focused on developing the next wave of st…
-
comment
Comment #11180716
That's right!
-
comment
Comment #11180646
Yup, pretty close. Just to be clear though we don't generate any JVM bytecode for any of the Haskell code - we compile that to native code using GHC as per usual but then we dynami…
-
comment
Comment #10716183
Incremental recompilation is a big one, but beyond that, out-of-the-box handling of multi-package projects without the hassle of custom scripting or setting up .nix files just righ…
-
comment
Comment #10190855
You should give Haskell another shot. Since last you tried, this happened: https://github.com/commercialhaskell/stack . In fact using stack is the recommended installation method f…
-
comment
Comment #10190848
Yes - the R GC manages R objects allocated by the R interpreter, and conversely the Haskell GC manages Haskell objects allocated by the Haskell runtime.
-
comment
Comment #9996343
Tweag I/O | Paris, France | ONSITE | Software Engineer (Haskell, C), DevOps Engineer | Scientific computing, Exascale storage http://tweag.io Tweag I/O is looking for distributed s…
-
comment
Comment #9052293
> 3. strictness: arguments abound about whether laziness or strictness is better; for me, it comes down to the fact that with some pain, you can embed laziness in a strict language…