Re: [fpc-pascal] Importing units

2025-06-18 Thread Matthew Phillips via fpc-pascal
> On Jun 18, 2025, at 4:20 PM, Kevin Lyda via fpc-pascal > wrote: > > tl;dr How do I package reusable units for others? > > Back in 1988/89, I took a computer science class in high school. Yes, > we lacked fire back then, but we had a compiler so that was fine. > Specifically a Turbo Pascal 3

[fpc-pascal] What's in Hello World

2024-01-07 Thread Matthew Phillips via fpc-pascal
I compiled the Hello World program from the docs and noticed that it's 435k. Compared to a lot of newer languages, like Golang, that's not bad at all. I then compiled the equivalent C program with gcc which came out at 33k. So I'm just curious, where does the difference comes from? Could it be tha