Hacker News new | ask | show | jobs
by tanakian 1265 days ago
not only libc. what is very cool is that most of the parts of very rich fpc library has no libc dependency.

so necessary parts get linked statically to the resulting binaries, and those binaries do not require libc. most of the library goes with roots to kernel calls, bypassing libc.

once you start using threads or link to other c libraries (like gtk) then libc becomes a dependency.

1 comments

Honestly it is such a fun language playing with FPC especially. I have the urge tl write something in it.

Maybe when I am done with my compiler (written in D), I'll write something fun and small like that in Pascal. Who knows! But I love FPC!