Link to home
Start Free TrialLog in
Avatar of Krueger092397
Krueger092397

asked on

Unix vs. Linux

What is the difference between Linux and Unix? Which, in the opinion of whoever decides to answer this, is better for Pascal or other kinds of programming?

Also, where could I download an adequate version of Unix, should I decide to convert my system?
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of handa
handa

I'd add that Linux was originally designed to be a PC unix, for
smaller PC's (as opposed to workstations).  It's popularity is
that it's a free and open version, and programmer enthusiasm
has resulted in a lot of product support for it.  There are also
inexpensive commercial CD's that offer what you could download
but offer support.  Most aren't that expensive, but you'd want
to judge that for yourself.
I agree with the previous comments about Linux. As for PASCAL,
it is inherently non-portable because the language has very few
I/O statements. This means that you have to rely on platform
specific extensions to write all but the most trivial of
programs. Also the string handling is extremely inflexible.
You are unlikely to get a job writing Pascal and if you do are
you sure you really want it? Why not use C or C++?

What do you care about portability? Probably nothing at the
moment but just wait until you move to another machine (you will
one day) and learn the hard way ;-).
Avatar of Krueger092397

ASKER

I'm using Pascal as opposed to some of the other programming languages because I'm programming for an school-sponsored independent study.  The computers the school has are networked so that new software (i.e., C/C++ compilers) can't be added even if the school district was not dirt poor.  I know this limits the type of programs available, but that's life.