Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Pascal

  1. #1
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Pascal

    Hey anyone know and/or heard of Pascal?

    My teacher knows Pascal and Turbopascal and lets me see her textbook of Pascal. It's related to C++ isn't it?

    Thanks.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2009
    Location
    Santa Clarita, CA
    Posts
    2,111
    Blog Entries
    47
    Rep Power
    31

    Re: Pascal

    Quote Originally Posted by Hunter100
    Hey anyone know and/or heard of Pascal?
    What is this "Pascal" you speak of? I don't know if anyone here's heard of it.

    You should go to the Pascal board for info on it, I know WingedPanther is familiar with Pascal but I personally haven't learned it.
    Wow I changed my sig!

  4. #3
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: Pascal

    http://en.wikipedia.org/wiki/Pascal_...mming_language)

    Lots of people criticize Pascal for various reasons without knowing, or wanting to know the truth.

    Pascal grew up some years agos due to the work of Apple.

    Object Pascal - Wikipedia, the free encyclopedia

    Borland extended the language even further to include managed strings, dynamic typed arrays, OleVariant support, properties, Run Time Type Information (RTTI), interfaces, etc.

  5. #4
    dcs
    dcs is offline Guru
    Join Date
    Mar 2008
    Posts
    775
    Rep Power
    23

    Re: Pascal

    Quote Originally Posted by Hunter100 View Post
    It's related to C++ isn't it?
    I suppose in the same manner that English is related to Italian. Both are languages. Learning each is different. But "speaking" either one will communicate. Pascal or C or C++ are languages that will communicate to a translator (compiler) how to build a program to tell a computer to do something.

  6. #5
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: Pascal

    Code:
    It's related to C++ isn't it?
    I think you mean:

    Pascal <=> C
    Object Pascal <=> C++

  7. #6
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: Pascal

    Pascal is a fairly old language that is NOT related to C++. It's more like a strange mixture of Basic syntax and C power. With the addition of OOP in Object Pascal (which is post-TurboPascal), Delphi and Lazarus became the main decedents of Pascal and able to compete fairly effectively with VisualStudio languages.

    You can download Lazarus for free.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: Pascal

    Quote Originally Posted by dcs View Post
    I suppose in the same manner that English is related to Italian.
    Gotta laugh at dcs sarcasm lol

    When it comes to syntax I know Pascal is more Algol in comparison to C. Instead C uses punctuation symbols.

  9. #8
    Moudi's Avatar
    Moudi is offline Programmer
    Join Date
    Jan 2010
    Posts
    166
    Blog Entries
    1
    Rep Power
    9

    Re: Pascal

    We learned algorithms on pascal, then pseudo code

  10. #9
    MisterSins's Avatar
    MisterSins is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    Portugal
    Posts
    35
    Rep Power
    0

    Re: Pascal

    Pascal is a 40 years old language :X
    In my point of view learning Pascal is useless since is basically a dead language... But they still teach it at schools, at least in Portugal and I always thought that was kinda dumb, why not start with Ruby or Python? but no... the first programming language they teach is Pascal, probably because it's easier. Does that only happens in my country? o.o

  11. #10
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: Pascal

    Quote Originally Posted by MisterSins View Post
    Pascal is a 40 years old language :X
    In my point of view learning Pascal is useless since is basically a dead language...
    C and Pascal were both developed around the same time (~1971).

    So, yes, one could say its a 40 year old language, but it was expanded in the mid 80's by Apple to include OOP's features (Object Pascal). It was futher expanded by Borland.

    The most recent addition is .NET support. ie: Managed Pascal in Delphi 2005+.

    If anything, this proves Pascal has stood the test of time.

    But, yea, these days it all comes down to what you prefer. I prefer Delphi because of the huge amount of quality free 3rd party support.

    If I was to swap to another language, I would have to search for a bunch of replacements for Delphi libraries that I know work. So, whats the point?
    Buzz PHP Class Library - Web Components Made Easy!
    http://www.buzzphp.com/

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. GUI in Pascal
    By Davide in forum Pascal and Delphi
    Replies: 7
    Last Post: 01-25-2010, 04:35 AM
  2. From C to Pascal
    By Magmas in forum Pascal and Delphi
    Replies: 1
    Last Post: 08-25-2009, 01:33 PM
  3. Help! Pascal
    By jen91 in forum Pascal and Delphi
    Replies: 1
    Last Post: 02-05-2009, 04:56 PM
  4. Dev Pascal Help
    By Pyreforge in forum Pascal and Delphi
    Replies: 3
    Last Post: 11-16-2008, 07:27 AM
  5. Dev pascal help
    By ragingfear in forum General Programming
    Replies: 3
    Last Post: 11-21-2007, 01:23 PM

Tags for this Thread

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