Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!onodera-news!newsfeed.media.kyoto-u.ac.jp!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Larry Hatch Newsgroups: a.bsu.programming,alt.computer,alt.lang.basic.compiler,alt.linux,alt.linux.redhat,alt.os.linux.redhat,comp.programming,dk.edb.programmering.basic,fj.comp.lang.basic,fr.comp.lang.basic Subject: Re: beginner Date: Thu, 19 Jun 2003 11:40:15 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@supernews.com Lines: 47 Xref: ccsf.homeunix.org fj.comp.lang.basic:11 Peter Kootsookos wrote: >"Jeffrey Silverman" writes: > > > >>On Mon, 05 May 2003 23:40:18 +0000, Ben Franklyn wrote: >> >> >> >>>I am very interested in learning programming. However I am having trouble >>>starting, I need advice as to which language would be the best for a >>>beginner to start with and where I may find the tools needed to >>>start.......literature.....compilers...etc. >>> >>>Thanks in advance >>>Ben >>> >>> >>Learn Java and/or C++. >> >>Everything else is easy after that. >> >> > >Na. He should learn machine code and have to punch it in via switches >on the front of the computer. > >EVERYTHING else is easy after that. > >Ciao, > >Peter K. > > > > I learned that way, and BASICally, all languages are pretty easy after that. The OOPs stuff got me a little. Ben: If you are using Linux, look at QB2C (you can pull it from bastoc.com). You will need to get a QBASIC programming manual, since the documentation is not as good. But the price is right to start.. It allows Inline C as well, so you can mix. If you are Windoze, you can get FirstBASIC from powerbasic.com. And the pay for version allows inline asm.