Re: restart after long time
- From: "Rob Thorpe" <robert.thorpe@xxxxxxxxxxxx>
- Date: 10 May 2006 03:41:47 -0700
Harmonica Lover wrote:
It's been 20 years since I did any programming which was for college
courses. I'm looking to just hobbying around. Back in the days when I
did, it was punch cards and then terminals. I've no experience what so
ever in programming in a Windows environment and admit the idea of
messing around with windows or environments does have me intimidated.
I enjoyed Pascal programming, disliked the detail of assembly level
programming (Motorola 8086).
I'm using Window XP. Just thinking about graphics programming gives me
a severe headache, if you can remember the peeks and pokes of Commodore
64's.
My fiddling around will probably be with carrying on a conversation
with a computer (typed) and maybe some playing around with designing a
lottery program. Would like something that compiles rather then
interpets. But it will probably be a long time before I actually need
the speed of a compiled programmed. I'm not looking to become code
guru. Just something to kind of remove the cobwebs from the brain.
Maybe spend an hour or two with three or four times a week.
Don't really want to spend to more then $150. Would like to find
something that has a quick return on effort. That is sit down load the
package. Type something in and 30 minutes to 2 hours later some
program is executing that I can get a thrill out of.
I have to reiterate that I am very intimidated by the thought of
working in a windows environment. I don't have a Linux system or
partition and don't think I would want to spend the time and energy to
set one up.
Any input about a suitable language or package would be much
appreciated.
There are a great number of languages available freely today for most
operating systems. For Windows you could try :-
C & C++
-------------
LCC
http://www.cs.virginia.edu/~lcc-win32/
MinGW GCC
http://www.mingw.org/download.shtml
Cygwin GCC
http://www.cygwin.com/
DJGPP
http://www.delorie.com/djgpp/
Lisp
-----
http://www.gigamonkeys.com/lispbox/
http://www.drscheme.org/
Perl
-----
http://www.activestate.com/Products/ActivePerl/
http://www.pxperl.com/?pxperl
Java
------
http://jikes.sourceforge.net/
http://gcc.gnu.org/java/
http://java.sun.com/javase/index.jsp
Python
----------
http://www.python.org/download/windows/
Some of the above are just free to download and use, other have source
code that is freely available. I could have mentioned many more in the
list above, this was just what I could think of.
Most of the above are compiled languages, except python and perl, and
sometimes Java.
Personally I like lisp, but most of the above languages are useful to
learn.
.
- References:
- restart after long time
- From: Harmonica Lover
- restart after long time
- Prev by Date: Re: restart after long time
- Next by Date: Re: factory pattern question
- Previous by thread: Re: restart after long time
- Next by thread: Re: restart after long time
- Index(es):
Relevant Pages
|