Niouzes.org  

Précédent   Niouzes.org > Forum > Newsgroup fr.comp.lang.* Forum > Newsgroup fr.comp.lang.basic
S'inscrire FAQ Membres Calendrier Recherche Messages du jour Marquer les forums comme lus



Réponse

 

LinkBack Outils de la discussion Modes d'affichage
  #1 (permalink)  
Vieux 24/11/2006, 20h04
kyohi
 
Messages: n/a
Par défaut Re: beginner

In article <CDCta.10$sH6.36183***twister.nyc.rr.com>, wel_matrix***hotmail.com says...
>
>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


$B!!$J$s$+$d$?$i$H$$$m$$$m$J%0%k!<%W$K%]%9%H$7$F$$$k$_$?$$$G$9$,!#(B
fj.comp.lang.basic

$B!!$d$C$Q$j!"(BBASIC$B$H8***$&$/$i$$$G$9$+$i!"(BBASIC$B$G$7$g$&!#(B

Réponse avec citation
Alt Today
Advertising
Google Adsense
 
This advertising will not be shown
in this way to registered members.
Register your free account today
and become a member on
Niouzes.org
Standard Sponsored Links

  #2 (permalink)  
Vieux 13/02/2007, 22h57
Tom Lake
 
Messages: n/a
Par défaut Re: beginner

>>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


BASIC is still a great language for an easy introduction to programming.
One super version is at:

http://hp.vector.co.jp/authors/VA008683/index.htm

or in English:

http://hp.vector.co.jp/authors/VA008...lish/index.htm

Tom Lake


Réponse avec citation
  #3 (permalink)  
Vieux 13/02/2007, 23h29
Ivan Marsh
 
Messages: n/a
Par défaut Re: beginner

On Tue, 13 Feb 2007 17:57:43 -0500, Tom Lake 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

>
> BASIC is still a great language for an easy introduction to programming.
> One super version is at:


Ick... I, unfortunately, learned BASIC as my first language. Don't bother
learning all those things you will have to unlearn. If you start with a
language with a global variable scope, no functions and is built around
using goto you're going to have a hard time making the transition to a
language that thinks all of those things are blaspheme.

As others have said, start with C/C++ or Java. Your first programs don't
have to be overly complicated and everything you learn in a C-like
language translates to every other C-like language out there.

Once you get the logic behind loops and conditional statements it's all
about syntax, no matter what language you're using.
Réponse avec citation
  #4 (permalink)  
Vieux 13/02/2007, 23h50
ArarghMail702NOSPAM@NOT.AT.Arargh.com
 
Messages: n/a
Par défaut Re: beginner

On Tue, 13 Feb 2007 17:29:11 -0600, Ivan Marsh <annoyed***you.now>
wrote:

>On Tue, 13 Feb 2007 17:57:43 -0500, Tom Lake 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

>>
>> BASIC is still a great language for an easy introduction to programming.
>> One super version is at:

>
>Ick... I, unfortunately, learned BASIC as my first language. Don't bother
>learning all those things you will have to unlearn. If you start with a
>language with a global variable scope, no functions and is built around
>using goto you're going to have a hard time making the transition to a
>language that thinks all of those things are blaspheme.


That must have been a LONG time ago, on a very primitive BASIC. Modern
BASICs have functions, subroutines, local variables, global variables,
(in between variables), common variables . . .

I spent YEARS (well months, anyway) trying to figure out the variable
scope rules for PDS. (ms quickbasic 7.10) Not sure that I ever did.

<snip>

--
ArarghMail702 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.
Réponse avec citation
  #5 (permalink)  
Vieux 13/02/2007, 23h57
Ivan Marsh
 
Messages: n/a
Par défaut Re: beginner

On Tue, 13 Feb 2007 17:50:16 -0600, ArarghMail702NOSPAM wrote:

> On Tue, 13 Feb 2007 17:29:11 -0600, Ivan Marsh <annoyed***you.now> wrote:
>
>>On Tue, 13 Feb 2007 17:57:43 -0500, Tom Lake 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
>>>
>>> BASIC is still a great language for an easy introduction to
>>> programming. One super version is at:

>>
>>Ick... I, unfortunately, learned BASIC as my first language. Don't
>>bother learning all those things you will have to unlearn. If you start
>>with a language with a global variable scope, no functions and is built
>>around using goto you're going to have a hard time making the transition
>>to a language that thinks all of those things are blaspheme.

>
> That must have been a LONG time ago, on a very primitive BASIC.


Indeed it was (Apple IIe).

> Modern BASICs have functions, subroutines, local variables, global
> variables, (in between variables), common variables . . .


I had no idea BASIC had evolved... or that anyone had bothered to make it
evolve.

> I spent YEARS (well months, anyway) trying to figure out the variable
> scope rules for PDS. (ms quickbasic 7.10) Not sure that I ever did.


Now that I've spent a considerable amount of time with C++ I wish it had
been the first language I worked with.
Réponse avec citation
  #6 (permalink)  
Vieux 14/02/2007, 00h04
//\\\\o//\\\\annabee
 
Messages: n/a
Par défaut Re: beginner

På Wed, 14 Feb 2007 00:29:11 +0100, skrev Ivan Marsh <annoyed***you.now>:

> On Tue, 13 Feb 2007 17:57:43 -0500, Tom Lake 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

>>
>> BASIC is still a great language for an easy introduction to programming.
>> One super version is at:

>
> Ick... I, unfortunately, learned BASIC as my first language. Don't bother
> learning all those things you will have to unlearn. If you start with a
> language with a global variable scope, no functions and is built around
> using goto you're going to have a hard time making the transition to a
> language that thinks all of those things are blaspheme.
>
> As others have said, start with C/C++ or Java. Your first programs don't
> have to be overly complicated and everything you learn in a C-like
> language translates to every other C-like language out there.
>
> Once you get the logic behind loops and conditional statements it's all
> about syntax, no matter what language you're using.


I strongly recommend that the child starts with no less then assembly
programming.
There is no tool as happy to go where the playful mind of a child would
like to go, than an assembler. Do not polute a childs mind with the
abominations of C, C++ and or C# or absurdities like Java.

The one i am using, and that I recommend is RosAsm.

< http://betov.free.fr/RosAsm.html >

If he goes this route, he will be teaching you guys a thing or two, in
less then a few months. In a few years, he will be laughing his head of at
you gays, woundering what went wrong with you.

)
Réponse avec citation
  #7 (permalink)  
Vieux 14/02/2007, 00h49
ArarghMail702NOSPAM@NOT.AT.Arargh.com
 
Messages: n/a
Par défaut Re: beginner

On Tue, 13 Feb 2007 17:57:49 -0600, Ivan Marsh <annoyed***you.now>
wrote:

>On Tue, 13 Feb 2007 17:50:16 -0600, ArarghMail702NOSPAM wrote:
>> On Tue, 13 Feb 2007 17:29:11 -0600, Ivan Marsh <annoyed***you.now> wrote:

<snip>
>>>Ick... I, unfortunately, learned BASIC as my first language. Don't
>>>bother learning all those things you will have to unlearn. If you start
>>>with a language with a global variable scope, no functions and is built
>>>around using goto you're going to have a hard time making the transition
>>>to a language that thinks all of those things are blaspheme.

>>
>> That must have been a LONG time ago, on a very primitive BASIC.

>
>Indeed it was (Apple IIe).

Someone gave me an Apple IIe some time back. No software, however.
>
>> Modern BASICs have functions, subroutines, local variables, global
>> variables, (in between variables), common variables . . .

>
>I had no idea BASIC had evolved... or that anyone had bothered to make it
>evolve.

Just take a look at QBasic (comes with DOS 5. . . & Win9x). It has a
lot of the features that the for pay versions have.

>> I spent YEARS (well months, anyway) trying to figure out the variable
>> scope rules for PDS. (ms quickbasic 7.10) Not sure that I ever did.

>
>Now that I've spent a considerable amount of time with C++ I wish it had
>been the first language I worked with.

About the only way I can understand C programs (beyond very simple
ones) is to feed it thru the compiler and read the corresponding asm
code. :-) The GUI versions of VB, also.

--
ArarghMail702 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.
Réponse avec citation
  #8 (permalink)  
Vieux 14/02/2007, 07h14
J French
 
Messages: n/a
Par défaut Re: beginner

On Tue, 13 Feb 2007 17:57:49 -0600, Ivan Marsh <annoyed***you.now>
wrote:

<snip>

>> That must have been a LONG time ago, on a very primitive BASIC.


>Indeed it was (Apple IIe).


That was my second dialect of BASIC

>> Modern BASICs have functions, subroutines, local variables, global
>> variables, (in between variables), common variables . . .


>I had no idea BASIC had evolved... or that anyone had bothered to make it
>evolve.


You would not recognize it nowadays, in fact you would not recognize
20 year old BASICs


Réponse avec citation
  #9 (permalink)  
Vieux 06/09/2007, 08h27
???
 
Messages: n/a
Par défaut 11

111
"kyohi" <kyohi***starline.ee> wrote in message
news:ek7j8k$dkb$1***caraway.media.kyoto-u.ac.jp...
> In article <CDCta.10$sH6.36183***twister.nyc.rr.com>, wel_matrix***hotmail.com
> says...
>>
>>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

>
> $B!!$J$s$+$d$?$i$H$$$m$$$m$J%0%k!<%W$K%]%9%H$7$F$$$k$_$?$$$G$9$,!#(B
> fj.comp.lang.basic
>
> $B!!$d$C$Q$j!"(BBASIC$B$H8***$&$/$i$$$G$9$+$i!"(BBASIC$B$G$7$g$&!#(B
>



Réponse avec citation
  #10 (permalink)  
Vieux 27/09/2007, 10h11
PNowacki.zsth@op.pl
 
Messages: n/a
Par défaut Re: 11

Moja wiadomo¶æ
Réponse avec citation
  #11 (permalink)  
Vieux 27/09/2007, 10h19
aldik1@op.pl
 
Messages: n/a
Par défaut Re: 11


dwdwdwdwdwwdww
Réponse avec citation
  #12 (permalink)  
Vieux 27/09/2007, 10h20
aldik1@op.pl
 
Messages: n/a
Par défaut Re: 11

asd
asd
asd
asd
asd
Réponse avec citation
 
Réponse
Tags:



Outils de la discussion
Modes d'affichage

Règles de messages
Vous pouvez ouvrir de nouvelles discussions : nonoui
Vous pouvez envoyer des réponses : nonoui
Vous pouvez insérer des pièces jointes : nonoui
Vous pouvez modifier vos messages : nonoui

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui



Fuseau horaire GMT. Il est actuellement 16h18.

Italiano - German - English - Español


Édité par : vBulletin® version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 © 2007, Crawlability, Inc. Tous droits réservés.
Version française #13 par l'association vBulletin francophone


Politique - Droit - Philosophie - Football - Medicine - Française - Bricolage - Photo - Mac Os X - Divers - Physique - Jardinage
Mecanique - Moto - Photographie - Rail - Route - Aviation - Cinema - Linux - Psychanalyse - Finance - Enigmes - Rugby
Environnement - Histoire - Programmes TV - Education - Travail - Voyages - Windows - Immobilier - Cuisine
Windows XP - Excel - Word - Outlook - Access - Internet Explorer - Office - Vista

Page generated in 0,31463 seconds with 10 queries