Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Sonny M

It’s a program I copied and pasted but looking at it I’m not sure it does anything useful at all!

Basic is a good language to start with because you can easily learn the principles of programming like program flow, input output, if-then-else statements, etc.


11 posted on 01/13/2012 1:31:19 AM PST by djf (http://www.freerepublic.com/focus/f-chat/2801220/posts)
[ Post Reply | Private Reply | To 8 | View Replies ]


To: djf
That used to be the way to get started in "computers", i.e., IT.

Nowadays if that's all you know: you're hosed.

I know, because my 20 year career in IT ended 12 years ago when the green-screen, green-bar paper printout disappeared.

NOW a coder needs to know OOP, i.e., everything is a class, and all things belong within their class. It is when the objects of a particular class become instantiated with values that they take on the essence of becoming. Once they are no longer necessary, they no longer are; everything is ethereal.

It is so strange to discover that procedures can be defined inherently as objects within a "class", e.g., "making coffee". What's really and truly bizarre are "overloading" of procedures (let alone operators). In object oriented programmimg the procedure of such fundamental conecpt as addition can be "overloaded". What's so cool 'bout that is that you don't have to worry 'bout the sequence of code; just define WHAT needs to be done and the compiler and CPU determines how and when it gets done when what needs to get done is actually needed. Isn't that that rat's ass?

19 posted on 01/13/2012 2:34:50 AM PST by raygun (http://bastiat.org/en/the_law DOT html)
[ Post Reply | Private Reply | To 11 | View Replies ]

To: djf

My parents apparently knew how to code? Remember hearing “Or Else!” quite a bit growing up. Hm.


20 posted on 01/13/2012 2:44:45 AM PST by Freedom4US
[ Post Reply | Private Reply | To 11 | View Replies ]

To: djf

BASIC was my first language. I learned to program it in the 70’s. Is it still being used anywhere?


35 posted on 01/13/2012 3:30:12 AM PST by Woodman
[ Post Reply | Private Reply | To 11 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson