AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
122 stars 9 forks source link

The ability to export code to the outside world #313

Closed ghost closed 9 months ago

ghost commented 9 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 9 months ago

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