in reply to Re^2: Perl vs C
in thread Perl vs C
There is a hard to make distinction between the C language and the almost universal set of functions provided through libraries. Try using C without any #include statements and see just what isn't there - printf for a start. The same is true for many languages of course. Consider what you actually get as part of the Java language when you take out the "libraries".
|
|---|