View Poll Results: My primary language is:

Voters
133. You may not vote on this poll
  • English

    20 15.04%
  • French

    3 2.26%
  • Spanish

    12 9.02%
  • German

    7 5.26%
  • Russian

    23 17.29%
  • Romanian

    2 1.50%
  • Swedish

    3 2.26%
  • Finnish

    2 1.50%
  • Norwegian

    0 0%
  • Portuguese

    6 4.51%
  • Greek

    0 0%
  • Turkish

    2 1.50%
  • Afrikaans

    2 1.50%
  • Chinese

    5 3.76%
  • Japanese

    0 0%
  • Hindi

    0 0%
  • Urdu

    0 0%
  • Polish

    5 3.76%
  • Farsi

    0 0%
  • Arabic

    2 1.50%
  • Icelandic

    0 0%
  • Korean

    2 1.50%
  • Thai

    1 0.75%
  • Filipino

    0 0%
  • Italian

    4 3.01%
  • Danish

    3 2.26%
  • Romansh

    0 0%
  • Ukrainian

    0 0%
  • Pashto

    0 0%
  • Czech

    3 2.26%
  • Macedonian

    0 0%
  • Albanian

    0 0%
  • Belarusian

    0 0%
  • Dutch

    9 6.77%
  • Dari

    0 0%
  • Khmer

    0 0%
  • Indonesian

    1 0.75%
  • Malay

    0 0%
  • Sinhala

    0 0%
  • Tamil

    0 0%
  • Burmese

    0 0%
  • Vietnamese

    0 0%
  • Guaran??

    0 0%
  • Quechua

    0 0%
  • Aymara

    0 0%
  • Mongolian

    0 0%
  • Hungarian

    4 3.01%
  • Slovenian

    3 2.26%
  • Croatian

    1 0.75%
  • Serbian

    2 1.50%
  • Fula

    0 0%
  • Somali

    0 0%
  • Amharic

    0 0%
  • Tswana

    0 0%
  • Swahili

    0 0%
  • Kinyarwanda

    0 0%
  • Irish

    0 0%
  • Scottish Gaelic

    1 0.75%
  • Scots

    0 0%
  • Zulu

    0 0%
  • Xhosa

    0 0%
  • Lithuanian

    2 1.50%
  • Latvian

    2 1.50%
  • Hebrew

    1 0.75%
Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 61

Thread: Non-English Languages

  1. #11

    Non-English Languages

    FPC developer Olle Raab is Swedish.

  2. #12

    Non-English Languages

    Quote Originally Posted by dmantione
    FPC developer Olle Raab is Swedish.
    I know, I have met him.

  3. #13

    Non-English Languages

    English is my primary and Pascal is my secondary. Anything else I can't say more then a few words in.

  4. #14

    Non-English Languages

    From the cuff w/o an IDE:

    [pascal]unit Developer;

    interface

    type
    TDeveloper = class
    private
    FPrimaryLanguage : String;
    FSecondaryLanguages : TStringList;
    procedure SetSecondaryLanguages(const Value:TStrings);
    function GetSecondaryLanguages : TStrings;
    public
    constructor Create;
    destructor Destroy; override;
    published
    property PrimaryLanguage : String read FPrimaryLanguage write FPrimaryLanguage;
    property SecondaryLanguages : TStrings read GetSecondaryLanguages write SetSecondaryLanguages;
    end;

    implementation

    constructor TDeveloper.Create;
    begin
    FSecondaryLanguages := TStringList.Create;
    end;

    destructor TDeveloper.Destroy;
    begin
    FSecondaryLanguages.Free;
    inherited;
    end;

    procedure TDeveloper.SetSecondaryLanguages(const Value:TStrings);
    begin
    FSecondaryLanguages.Assign(Value);
    end;

    function TDeveloper.GetSecondaryLanguages : TStrings;
    begin
    result := FSecondaryLanguages;
    end;

    end.[/pascal]

    Usage:
    [pascal]program JeremyDarling;

    {$APPTYPE CONSOLE}

    uses
    Developer;

    var
    Jeremy : TDeveloper;
    i : Integer;
    begin
    Jeremy := TDeveloper.Create;
    try
    Jeremy.PrimaryLanguage := 'Pascal';
    Jeremy.SecondaryLanguages.Add('PHP');
    Jeremy.SecondaryLanguages.Add('Lua');
    Jeremy.SecondaryLanguages.Add('C#');
    Jeremy.SecondaryLanguages.Add('C/C++');
    Jeremy.SecondaryLanguages.Add('Assembly (Multiple Types');
    Jeremy.SecondaryLanguages.Add('English');
    Jeremy.SecondaryLanguages.Add('Italian');
    Jeremy.SecondaryLanguages.Add('German');
    WriteLn('Jeremy speaks ' + Jeremy.PrimaryLanguage + ' fluently and the following as well (in order of skill):');
    for i := 0 to Jeremy.SecondaryLanguages.Count -1 do
    WriteLn(#9+Jeremy.SecondaryLanguages[i]);
    finally
    Jeremy.Free;
    end;
    end.
    [/pascal]

  5. #15

    Non-English Languages

    *smothers his laughter* *chokes* :lol:

  6. #16

    Non-English Languages

    Quote Originally Posted by Robert Kosek
    English is my primary and Pascal is my secondary. Anything else I can't say more then a few words in.
    Actually, the big point with Pascal is that it is so close to english, so you hardly need to keep them apart. Well, almost.

  7. #17
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Non-English Languages

    Hmm... for those of you that did not know english growing up, did you find learning programming was part of a modivator to learning english?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #18

    Non-English Languages

    Well, I learnt programming on the Commodore 64. Its user manual was completely in Dutch and therefore accessible to me. Of course the C64 itself did talk English and many statements had no meaning for me, for example, I did know what the "READY." prompt did, but did not know the meaning of the word.

    I was quite annoyed that Commodore's Programmers Reference Guide was not available in Dutch, which meant that many things of programming the machine, like the Joysticks remained a mystery for me for a long time. I think this period did teach me a few words of English, but it was not a motivator to learn English. It must also be noted that many books and magazines were published in German during that time, English was not so dominant as it is now.

    By the time I learnt Pascal I was about 15 years old, and did know a basic level of English. Not having money to buy all these books myself, I did visit the public library quite frequent, and they had good stuff, like Jeff Duntemann's famous book "Turbo Pascal compleet" (Dutch title, don't know English one) and the in the English world quite unknown masterpieces "PC Intern" and "Turbo Pascal Intern" by Michael Tischer (they were translated from German). The last book might have played a role in getting the knowledge to start developing on Free Pascal.

    The real pusher for English was actually the internet. When I accessed the internet first in 1996 my English skills were reasonable, but they improved a lot while using it continuously on the internet.

  9. #19

    Non-English Languages

    Lithuanian language is not in the list Would it be possible to do some magic and add it? Or should i just choose whatever other language supprted by my thinking unit?

    Regarding not knowing english when learning programming - hmm.. i don't think it was big enough motivator for me. Since i started "programming" in zx spectrum's basic, there wasn't much english to learn. the simple "print" or "goto" (with the occasional "new game" and "game over" ) i could ask my parents, but most of the technical literature at the time was written in russian, so it was more of a need to learn that instead of english. But then the internet reversed everything :shock:

  10. #20

    Non-English Languages

    When I started programming I have already spoken english reasonably well. But I was then nineteen, late start I suppose.

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •