AdeptLanguage / AdeptImport

The standard library for Adept
GNU General Public License v3.0
1 stars 0 forks source link

Adept binding for `libgc` #44

Closed ghost closed 6 months ago

ghost commented 7 months ago

Discussed in https://github.com/AdeptLanguage/Adept/discussions/230

Originally posted by **ghost** November 22, 2023 Github: https://github.com/ivmai/bdwgc MSYS2: https://packages.msys2.org/package/mingw-w64-ucrt-x86_64-gc
ghost commented 7 months ago

What do you think about libgc? I think libgc could be used for optional GC (https://github.com/AdeptLanguage/Adept/issues/279).

ghost commented 6 months ago

Update: I will use Adept like a better version of C, and use only manual memory management. This is guaranteed to work regardless of what new memory management model you will introduce in Adept 3.0

IsaacShelton commented 6 months ago

Same as https://github.com/AdeptLanguage/Adept/issues/312#issuecomment-1953282775

IsaacShelton commented 6 months ago

GC would be a good option though yes