[ prog / sol / mona ]

prog


Monads,Async/Await : Algebraic Effects in C99

65 2023-11-04 19:33 *

>>61

Haskell/Lisp typically compile to C

Typically? No, not that I know of.

GHC did this for a few years but it never worked well and has not been the default for a long time. I can't remember if it was removed, but it was certainly obsoleted by the LLVM backend.

SBCL, like most serious implementations of Common Lisp, has its own backend and compiles directly to machine code, or at least via assembly. I don't think it's even capable of emitting C.

69


VIP:

do not edit these