Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > sci.physics > #533463

Re: The Case For Quick Basic In The 21st Century.

Path csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From dvus <dven1@adelphia.net>
Newsgroups sci.physics
Subject Re: The Case For Quick Basic In The 21st Century.
Date Mon, 16 Nov 2015 05:42:58 -0500
Lines 108
Message-ID <datq9uFbkm2U1@mid.individual.net> (permalink)
References <f8d516e4-c84d-4ea1-a440-6398fedd211c@googlegroups.com> <vogdhc-9dq.ln1@mail.specsol.com> <dajo50Fodo0U1@mid.individual.net> <ip4fhc-ei2.ln1@mail.specsol.com> <daltmnFashvU1@mid.individual.net> <hbphhc-nrb.ln1@mail.specsol.com> <dane3rFnc99U1@mid.individual.net> <k9fihc-67e.ln1@mail.specsol.com> <dapldiFa5t7U1@mid.individual.net> <jklkhc-4b5.ln1@mail.specsol.com> <darmpsFpnerU2@mid.individual.net> <j66nhc-40e.ln1@mail.specsol.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net N4PvObGlc00NAAL5C0lbzg8XLcSUMS4s6yxJsJELf/BI8jFQLG
Cancel-Lock sha1:8dhQq89xFSBxp5M6mKoORtNXnz0=
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
In-Reply-To <j66nhc-40e.ln1@mail.specsol.com>
X-Antivirus avast! (VPS 151116-0, 11/16/2015), Outbound message
X-Antivirus-Status Clean
Xref csiph.com sci.physics:533463

Show key headers only | View raw


On 11/15/2015 3:23 PM, jimp@specsol.spam.sux.com wrote:
> dvus <dven1@adelphia.net> wrote:
>> On 11/14/2015 4:28 PM, jimp@specsol.spam.sux.com wrote:
>>> dvus <dven1@adelphia.net> wrote:
>>>> On 11/13/2015 8:27 PM, jimp@specsol.spam.sux.com wrote:
>>>>> dvus <dven1@adelphia.net> wrote:
>>>>>> On 11/13/2015 2:13 PM, jimp@specsol.spam.sux.com wrote:
>>>>>>> dvus <dven1@adelphia.net> wrote:
>>>>>>>> On 11/12/2015 2:10 PM, jimp@specsol.spam.sux.com wrote:
>>>>>>>>> dvus <dven1@adelphia.net> wrote:
>>>>>>>>>> On 11/11/2015 11:22 PM, jimp@specsol.spam.sux.com wrote:
>>>>>>>>>>> Max Keon <mskeon@optusnet.com.au> wrote:
>>>>>>>>>>>> The Case For Quick Basic In The 21st Century.
>>>>>>>>>>>>
>>>>>>>>>>>> Prior to the introduction of Windows 7, the files Qbasic.exe and
>>>>>>>>>>>> Qbasic.hlp were included in the self extracting zip file, olddos.exe,
>>>>>>>>>>>> which was available as a free download from Microsoft. It's no longer
>>>>>>>>>>>> available.
>>>>>>>>>>>>
>>>>>>>>>>>> Early in 2013 I asked this question of the Microsoft Community; "How do I
>>>>>>>>>>>> obtain permission to store a copy of Qbasic on my web pages that can be
>>>>>>>>>>>> downloaded by anyone wishing to do so? Permission is all I require."
>>>>>>>>>>>>
>>>>>>>>>>>> I was given verbal permission in a phone conversation with a Microsoft
>>>>>>>>>>>> representative. He said the software was obsolete and of no further use
>>>>>>>>>>>> to Microsoft. I couldn't expect more than a verbal OK in this case.
>>>>>>>>>>>>
>>>>>>>>>>>> I've stored the necessary info for downloading Qbasic at this address.
>>>>>>>>>>>> http://members.optusnet.com.au/mskeon/qbastest.html
>>>>>>>>>>>>
>>>>>>>>>>>> If Qbasic was installed in every computer on earth, it would be one of
>>>>>>>>>>>> the greatest communication tools emerging from the 20th century. There's
>>>>>>>>>>>> nothing else in the world that compares in this field. The problem now is
>>>>>>>>>>>> that XP is the latest Windows version that will properly run the software
>>>>>>>>>>>> and most folk have progressed beyond that.
>>>>>>>>>>>
>>>>>>>>>>> I would guess 99% of people have zero interest in programming Basic
>>>>>>>>>>> to do anything.
>>>>>>>>>>
>>>>>>>>>> I'm finally one of the "1%" I keep hearing about!
>>>>>>>>>
>>>>>>>>> One wonders why anyone in this day and age would be using BASIC for
>>>>>>>>> anything given it's lack of usefull I/O and lack interprocess
>>>>>>>>> communications of any kind.
>>>>>>>>
>>>>>>>> Well, to start with, it's fun. There can be little doubt that other
>>>>>>>> languages are much more useful for practical purposes, but Basic offers
>>>>>>>> a simple introduction to the "basics" of program writing. Serious
>>>>>>>> programmers must, of course, move on to more serious languages.
>>>>>>>
>>>>>>> You do know BASIC is an acronym for Beginner's All-purpose Symbolic
>>>>>>> Instruction Code and was invented as a simple language to be used to
>>>>>>> teach beginning programming?
>>>>>>
>>>>>> Yes, that's kinda what I said above.
>>>>>>
>>>>>>> The only reason anyone ever used BASIC for non-educational tasks was
>>>>>>> BASIC was simple and free while FORTRAN compilers were scarce and very
>>>>>>> expensive.
>>>>>>
>>>>>> Yes, again, that's what I said.
>>>>>>
>>>>>>> One of the things BASIC was very usefull for was doing calculations
>>>>>>> that were tedious manually or with a slide rule that today are trivial
>>>>>>> with a $10 calculator, e.g. given X and Y of a vector, calculate the
>>>>>>> magnitude and angle.
>>>>>>
>>>>>> It was also very useful to get kids interested in programming since, as
>>>>>> you pointed out, other forms of programming were harder to implement.
>>>>>
>>>>> I think you missed the part where I said "in this day and age".
>>>>
>>>> What other language would you think suitable to teach to young kids
>>>> these days? They require almost instant gratification to remain
>>>> interested in anything.
>>>
>>> Kids these days are also NOT into command lines, so any language
>>> where it is easy to display a window or a web page, and there are
>>> lots of them.
>>
>> I'm not aware of any that are as easy as Basic to learn and use almost
>> immediately to hold their interest.
>
> If you limit yourself the the capabilities of BASIC, then almost any
> language would do.
>
> Likely the simplest is command line PHP or Perl if all you want to do
> is simple calculations, but both have orders of magnitude more capabilities
> than BASIC.
>
> The primary reason BASIC is so easy to learn is that BASIC has very
> little in the way of capabilities. Once you want to do more, i.e.
> graphics, web pages, interprocess communications, database access,
> you have to switch to a more usefull language.
>
> Just because a language has advanced features (compared to BASIC) does
> not mean you have to start off using those features.

I can see that it's not likely I'll ever get you to agree with my 
opinion regarding the efficacy of using Basic to introduce kids to 
computers and programming so I'll stop wasting both of our times. I feel 
that Basic's simplicity and immediacy of results is exactly why it works 
well for this situation, you do not. Let's leave it there for now.

-- 
dvus

Back to sci.physics | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-11 19:50 -0800
  Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 04:22 +0000
    Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-12 10:05 -0500
      Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 19:10 +0000
        Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 05:52 -0500
          Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-13 19:13 +0000
            Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 19:38 -0500
              Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-14 01:27 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-14 15:55 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-14 21:28 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-15 10:30 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-15 20:23 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-16 05:42 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-16 19:29 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-17 05:08 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-17 20:22 +0000
                Re: The Case For Quick Basic In The 21st Century. "nuny@bid.nes" <Alien8752@gmail.com> - 2015-11-17 14:16 -0800
              Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-13 16:11 -0600
  Re: The Case For Quick Basic In The 21st Century. Sam Wormley <swormley1@gmail.com> - 2015-11-12 08:43 -0600
    Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-11-12 11:06 -0600
      Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 19:01 +0000
    Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-14 15:52 -0800
      Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-15 01:03 +0000
        Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-18 02:09 -0800
          Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-18 19:39 +0000
            Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 00:27 -0500
              Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-19 05:40 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 07:50 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-19 18:37 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-19 11:47 -0800
                Re: The Case For Quick Basic In The 21st Century. "Sam Gordon" <invalid@examplll.com> - 2015-11-19 11:58 -0800
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-19 12:21 -0800
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 23:35 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 07:22 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-20 09:20 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 17:47 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-20 15:31 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 21:56 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-21 08:18 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 19:02 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-22 09:17 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:07 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-23 08:11 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:24 +0000
                Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-24 21:37 -0500
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-24 19:08 -0800
                Re: The Case For Quick Basic In The 21st Century. benj <none@gmail.com> - 2015-11-24 23:33 -0500
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-25 13:44 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-25 06:25 -0800
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:19 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-26 08:51 -0800
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-27 14:06 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-27 20:10 -0800
                Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-15 10:00 -0600
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-12-15 10:21 -0800
                Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-15 14:18 -0600
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 20:08 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 19:12 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:19 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-24 22:35 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 06:08 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-21 14:37 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 18:49 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-22 14:50 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:17 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-23 14:13 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:32 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-24 13:20 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-24 19:38 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-25 13:43 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 19:25 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-22 11:03 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:19 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 11:46 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 20:27 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 12:58 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 21:04 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-22 19:05 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 00:59 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 18:46 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 06:07 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-23 04:00 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:37 +0000
                Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-23 20:17 -0800
            Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-19 16:07 -0800
              Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 00:37 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-22 16:28 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 01:10 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-25 14:13 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 23:37 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-29 16:17 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-30 01:22 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-03 15:12 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-04 00:15 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-03 23:34 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-04 05:14 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-05 17:01 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 02:37 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-06 00:55 -0500
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-06 15:07 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-06 10:15 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 18:51 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-07 03:23 -0500
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-07 13:46 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-07 19:20 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-07 15:53 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 18:44 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-14 15:12 +0000
                Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 16:56 +0000
                Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-14 13:13 -0600
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 19:32 +0000
                Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 20:47 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 21:36 +0000
                Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 22:33 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 00:09 +0000
                Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-14 21:57 -0600
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:00 +0000
                Re: The Case For Quick Basic In The 21st Century. Jürgen Großenbuch <jurgengb@adenauer.org> - 2015-12-15 15:02 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 19:13 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-15 13:06 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:31 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 22:11 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 03:44 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 23:04 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:01 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 06:36 -0500
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-12 02:43 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-12 19:18 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 00:48 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 06:08 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 03:21 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 19:13 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 14:37 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 20:36 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 15:48 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 21:06 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 19:58 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 01:32 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 20:54 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 03:15 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 19:55 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 01:52 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 22:38 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 06:07 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 22:38 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:04 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 06:50 -0500
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-15 13:06 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 08:53 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:52 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:48 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 22:12 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-16 03:44 +0000
                Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-13 20:15 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 20:20 +0000
                Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-13 20:37 +0000
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 21:06 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-15 02:24 -0800
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 20:03 +0000
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:18 +0000
                Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-27 01:32 -0800
                Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-27 14:06 +0000
  Re: The Case For Quick Basic In The 21st Century. Double-A <double-a3@hush.com> - 2015-11-12 15:17 -0800
    Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 23:34 +0000
      Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 05:57 -0500
        Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-13 19:23 +0000
          Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 19:53 -0500
  Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-19 19:26 -0800
    Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-19 19:40 -0800
  Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-20 15:57 -0800
    Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 00:30 +0000
      Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-20 21:53 -0500
        Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 07:15 +0000
          Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 13:46 -0500
            Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 19:57 +0000
              Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 15:50 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 22:44 +0000
                Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 22:30 -0500
                Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 05:14 +0000
  Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-25 22:57 -0800

csiph-web