Results 1 to 13 of 13

Thread: What does simba use as code

  1. #1
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default What does simba use as code

    He im prety sure this isnt the right palce to post this, but i dont know where to post.
    I am going for a degree in electronic engineering and as a result have done alot of work with programming, including C, java, and Assembly code, but im rather unsure of exactly what code is used in writing these scripts, it kinda looks likea mix of java and c, is there anyone who can help me out with this , i would really like to start writing scripts.

  2. #2
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It is Pascal.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  3. #3
    Join Date
    Aug 2006
    Location
    USA
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its Pascal coding.

  4. #4
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    pascalscript or lape. Note that pascalscript doesn't equal pascal.
    Working on: Tithe Farmer

  5. #5
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Really? What are the differences between each?

    Quote Originally Posted by masterBB View Post
    pascalscript or lape. Note that pascalscript doesn't equal pascal.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  6. #6
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by RISK View Post
    Really? What are the differences between each?
    A lot. They may seem similar in syntax but they are very different, both in the ways you write them and the way it is compiled. Note that pascalscript is created with pascal in mind as syntax. Pascal is compiled by the FreePascal compiler and pascalscript is compiled on run time by the pascalscript compiler. Making it very slow. One thing for example that is different is the lack of public/private statements in pascalscript. But that is just one difference out of a thousand.
    Working on: Tithe Farmer

  7. #7
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RISK View Post
    It is Pascal.
    hey thanks, but no reason to be a dick, i dint know and thats why i was asking

  8. #8
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by immaboss69 View Post
    hey thanks, but no reason to be a dick, i dint know and thats why i was asking
    He wasn't being a dick. If him being a dick is reference to his signature then dont worry...He always has that.

  9. #9
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thanatos View Post
    He wasn't being a dick. If him being a dick is reference to his signature then dont worry...He always has that.
    that's most likely what he meant i also misread his signature as part of the post till i saw that EXTREMELY subtle line dividing the post and siggy.

  10. #10
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ya i thought his sig was part of his post, thats my fault

  11. #11
    Join Date
    May 2007
    Posts
    527
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    A lot. They may seem similar in syntax but they are very different, both in the ways you write them and the way it is compiled. Note that pascalscript is created with pascal in mind as syntax. Pascal is compiled by the FreePascal compiler and pascalscript is compiled on run time by the pascalscript compiler. Making it very slow. One thing for example that is different is the lack of public/private statements in pascalscript. But that is just one difference out of a thousand.
    Pascalscript is not compiled, but interpreted. FreePascal is not the only compiler, just one out of tens available, like Turbo Pascal, GNU, PocketStudio or even AmigaPascal

    Edit:

    God I miss my Amiga 2000..

  12. #12
    Join Date
    Feb 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by immaboss69 View Post
    hey thanks, but no reason to be a dick, i dint know and thats why i was asking
    Lol, he has my favorite sig on the site. But yeah, as if it hasn't been answered before in the thread.. pascal.

  13. #13
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    622
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by cool13bro View Post
    Lol, he has my favorite sig on the site. But yeah, as if it hasn't been answered before in the thread.. pascal.
    Pascalscript* lol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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