[fpc-pascal] ppcjvm issues
Marcos Douglas B. Santos
md at delfire.net
Sun Jan 29 13:21:28 CET 2017
On Sun, Jan 29, 2017 at 6:04 AM, Lars <noreply at z505.com> wrote:
> Another interesting idea, from all this discussion, is whether a mixed
> Garbage Collected/Manually Collected language could exist.
Object Pascal has this. Well, a kind of this idea, but works (almost) perfectly.
For "garbage collected" just use COM Interfaces and for "manually
collected", just use Class type directly.
Marcos Douglas
More information about the fpc-pascal
mailing list