[fpc-pascal] Fwd: What to do to get new users
Steve Litt
slitt at troubleshooters.com
Sat Nov 16 08:17:46 CET 2024
Rainer Stratmann via fpc-pascal said on Sat, 19 Oct 2024 16:15:10 +0200
>I really can not see where beginners have to struggle with memory
>management. If a project gets bigger you have to think about it, yes.
>It depends on the coding style. In my project I wrote my own memory
>management for the webserver. It took me 3 weeks of work.
See this is what I don't understand. In the 7 years I used Turbo Pascal
professionally, I don't remember ever having to allocate or free
memory: I just declared variables. This was one of the big advantages
of Turbo Pascal over C.
If these hypothetical Pascal newbies are sophisticated enough to write
something like a server that busts off chunks of RAM for every user,
they're familiar with allocation and freeing.
SteveT
Steve Litt
http://444domains.com
More information about the fpc-pascal
mailing list