Re: Programming Languages, "to C or not to C, that is the Q."
From: Ron Johnson (ron.l.johnson_at_cox.net)
Date: 01/23/05
- Previous message: Jacob Friis Larsen: "Re: Increase maximum allowed POSIX threads"
- In reply to: Scotty Fitzgerald: "Programming Languages, "to C or not to C, that is the Q.""
- Next in thread: Paul E Condon: "Re: Programming Languages, "to C or not to C, that is the Q.""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Debian-User <debian-user@lists.debian.org> Date: Sat, 22 Jan 2005 17:32:15 -0600
On Sat, 2005-01-22 at 16:55 -0500, Scotty Fitzgerald wrote:
> Hi, All,
>
> I was raised on Basic, (PDP 11/70 RSTS/E, TRS-80, Vic-20, Gw-basic)
> Then did Pascal in College. Now that I don't have to spend all
> my time on the computer getting updates from microsoft, I think
> I will try my hand at a little traditional programming.
The only thing better than Basic-Plus is VAX Basic. Woo hoo!!
Since there's no VAX Basic compiler for Linux, look at Python.
It has a familiar (that's familiar, not exact) syntax, and can
be used for procedural programming and OO programming.
Here are the basic packages you'd need to install:
# apt-get install python2.3 python2.3-doc python2.3-bsddb3 \
python2.3-examples python2.3-fixedpoint python2.3-gdbm
A good tutorial and other docs will be installed :
/usr/share/doc/python2.3/html/index.html
-- ----------------------------------------------------------------- Ron Johnson, Jr. Jefferson, LA USA PGP Key ID 8834C06B I prefer encrypted mail. "Those who would give up essential Liberty to purchase a little temporary safety, deserve neither Liberty nor safety." or something like that Ben Franklin, maybe
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: This is a digitally signed message part
- Previous message: Jacob Friis Larsen: "Re: Increase maximum allowed POSIX threads"
- In reply to: Scotty Fitzgerald: "Programming Languages, "to C or not to C, that is the Q.""
- Next in thread: Paul E Condon: "Re: Programming Languages, "to C or not to C, that is the Q.""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|