Re: new

From: Alf P. Steinbach (alfps_at_start.no)
Date: 10/12/03


Date: Sun, 12 Oct 2003 08:34:06 GMT

On 11 Oct 2003 19:57:10 -0700, wclement7@msn.com (Willie Clement) wrote:

>i really want to get into programming. I am only 15 but what a time to
>start eh? i would really like to know how a lot of you started
>proggrmaing

Please note: your question is off-topic in this group. You'd be better off
asking in e.g. [comp.programming]. But allowing for age:

I started programming using the TI 57 calculator and a Tandberg EC-10 8080-based
home computer (at school) using old Basic and 8080 assembly language. I think
the computer had a whopping 32 KB memory, but it may have been less. No harddisk,
of course, just 5¼" floppy disk and a variation on punched cards... ;-)

>and what some things i would need to learn.

Satisfy your own curiosity.

Learn how a fundamental (simple) computer works.

Do fun things _and_ serious things, do easy things _and_ challenging things.

>I know about
>reading books but what is something that you actually use to program
>in something such as c? we'll thanx a lot,!

I recommend starting in medium-level languages like JavaScript, PHP and
Perl (for web-oriented things) and C# or possibly Java for "applications".
The first three don't require special tools, but for C# (or possibly Java)
you'll find great, free tools on the net (e.g. SharpDevelop). While you're
doing this you will probably be unable to resist trying your hand on the
steering wheel of C, C++ and assembly language; just remember to back up
important data on that machine... ;-)

Use newsgroups like [comp.programming] and [alt.comp.lang.learn.c-c++].

Remember that your local library can really help you out.



Relevant Pages

  • Re: what kind on programming is lisp?
    ... Java - strongly-typed, portable, high-level assembly language ... and Lisp in the neighborhood of 8.5 or so. ... supporting encapsulation. ...
    (comp.lang.lisp)
  • code benchmarking
    ... assembly language, and some Java apps. ... (hopefully comparing the same algorithms programmed on each language). ... code I can add to the start/ends of C, asm and Java code). ...
    (comp.lang.asm.x86)
  • Re: Cons cell archaic!?
    ... pretty much in the same way when lispers sneer at C or Java. ... Unlike assembly language, Lisp provides a *structured* ... means people wishing to build a new higher-level API on top of it ...
    (comp.lang.lisp)
  • Re: Learn how to REALLY program.
    ... | Never heard of of the Assembly language one, ... | the Java one and definately not the first. ... I have recommended 'The Art of Assembly Language' to ...
    (alt.comp.lang.learn.c-cpp)
  • Re: float to int conversion
    ... Java has a whole set of special tools for dealing with dates and ... regularity of the rational numbers or even Java floating point. ... Roedy Green Canadian Mind Products ...
    (comp.lang.java.programmer)