|
|
|
|
|
by tom_mellior
3255 days ago
|
|
> native code compilation (via C code extraction), allowing you to compile all the constructions you can formalize in Lean directly to native code Is that really true? What do they do for garbage collection, do they provide their own or use something like the Boehm collector? As far as I understood, F* also allows C extraction, but only for a subset not including dynamic allocation (or maybe with explicit memory management via effects?). |
|