OT - OK, way OT - computer programming

Welcome to the Leverguns.Com Forum. This is a high-class place so act respectable. We discuss most anything here ... politely.

Moderators: AmBraCol, Hobie

Forum rules
Welcome to the Leverguns.Com General Discussions Forum. This is a high-class place so act respectable. We discuss most anything here other than politics... politely.

Please post political post in the new Politics forum.
Post Reply
User avatar
AJMD429
Posting leader...
Posts: 32056
Joined: Sun Sep 09, 2007 10:03 am
Location: Hoosierland
Contact:

OT - OK, way OT - computer programming

Post by AJMD429 »

I want to find some software like the old MS-DOS Turbo Pascal editor/complier I had that can run under Windows and I can use it to demonstrate some basic programming to my kids - defining variables, arrays, and developing algorithms for sorting or whatever. I've seen Visual Basic for a few hundred dollars, but wondered if any of you know of some public domain or shareware or cheaper alternative - I'm not trying to write a software suite - just trying to show my kids what people mean when they talk about "writing a program."

I heard there is a simple way to get into a programming mode using "macros" but I've never used them and have no idea where to find out more information.

Kind of ironic that I'm clueless about computers now - when I was in college I wrote and distributed a Shareware program and even knew how to create assembly code for the parts where speed was crucial. I couldn't begin to do that now... :oops:
Doctors for Sensible Gun Laws
"first do no harm" - gun control LAWS lead to far more deaths than 'easy access' ever could.


Want REAL change? . . . . . "Boortz/Nugent in 2012 . . . ! "
Alan Wood
Levergunner 3.0
Posts: 752
Joined: Sun Dec 28, 2008 11:41 pm

Re: OT - OK, way OT - computer programming

Post by Alan Wood »

AJMD,
Microsoft has released free somewhat limited versions of visual studio. Seems to be at http://www.microsoft.com/Express/


This should let you work with VISUAL Basic .NET or C#. From your comments I think VB.NET would probably be a better place to start.
Good luck.
User avatar
AJMD429
Posting leader...
Posts: 32056
Joined: Sun Sep 09, 2007 10:03 am
Location: Hoosierland
Contact:

Re: OT - OK, way OT - computer programming

Post by AJMD429 »

Thanks - I'll check it out.

I just remember that in addition to enabling to do something with my computer that was not possible with the then-available software, learning to program helped me think differently in terms of organizing thoughts, developing procedures from the ground up, and so forth.
Doctors for Sensible Gun Laws
"first do no harm" - gun control LAWS lead to far more deaths than 'easy access' ever could.


Want REAL change? . . . . . "Boortz/Nugent in 2012 . . . ! "
Rusty
Advanced Levergunner
Posts: 9528
Joined: Mon Sep 03, 2007 6:37 pm
Location: Central Fla

Re: OT - OK, way OT - computer programming

Post by Rusty »

Doc,
There's also a radio program on that is live on Saturdays by a lady named Kim Komando. If you go to her website at komando.com she has all kinds of free software listed. You might want to give here a call on the radio as well.
If you're gonna be stupid ya gotta be tough-
Isiah 55:8&9

It's easier to fool people than it is to convince them they have been fooled.
alnitak
Senior Levergunner
Posts: 1775
Joined: Tue Sep 04, 2007 7:13 am
Location: Virginia

Re: OT - OK, way OT - computer programming

Post by alnitak »

You could also start with macros in Excel.
"From birth 'til death...we travel between the eternities." -- Print Ritter in Broken Trail
User avatar
Grizz
Advanced Levergunner
Posts: 11864
Joined: Fri Aug 31, 2007 7:15 pm

Re: OT - OK, way OT - computer programming

Post by Grizz »

I recommend Python. It's free. As in air. It is very well supported. And it has lots of available modules to explore and experiment with.

It's not Basic, has its own syntax, but comes highly recommended to me by an expert. It runs on linux and/windows and probably more.

Grizz
dsmith512
Levergunner 2.0
Posts: 103
Joined: Thu Sep 13, 2007 8:09 am

Re: OT - OK, way OT - computer programming

Post by dsmith512 »

How about Just Basic. It's free.

http://www.justbasic.com/
Post Reply