Comment on Ask HN: Anyone else use FreePascal as their low level language?parentComments−ptx10moWhat about memory safety? Go uses garbage collection but FreePascal doesn't and is essentially as unsafe as C++, from what I understand.−OCTAGRAM10moThere is COM-like ARC in Free Pascal
Comments
What about memory safety? Go uses garbage collection but FreePascal doesn't and is essentially as unsafe as C++, from what I understand.
There is COM-like ARC in Free Pascal