Viewing profile — mtl77
mtl77
HN member- Joined
- Thu, May 04, 2023, 12:37 AM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About mtl77
No profile information was provided.
Recent public activity
-
comment
Comment #35809949
Main reasons at the time: * strictness was preferred for consistency 1) with the C++ execution model (a lot of our code base is written in C++ by quants, and a typical Mu program w…
-
comment
Comment #35809900
The reason is that we don't have a general solution for tail-call optimisation for computations made of a mixture of Mu code and C++ primitives. We have higher order functions defi…
-
comment
Comment #35809833
Gergo and I are working on a new implementation of the Mu compiler that uses GHC up to Core; from which we translate to the legacy Mu bytecode format. The original Mu compiler is n…