AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

The ability to export code to the outside world #313

Closed ghost closed 6 months ago

ghost commented 6 months ago

Well, it seems to be currently impossible: https://github.com/AdeptLanguage/Adept/issues/293

I want to write plugins for another software using Adept. But with the current memory management model, I think I will have to restrict myself to pure C-style manual memory management. But I'm not even sure about that! (see: https://github.com/AdeptLanguage/Adept/issues/312)

Whatever new memory management model you are going to use for the new Adept, please keep this in mind.

IsaacShelton commented 6 months ago

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