Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Were to start?

  1. #1

    Were to start?

    First... What is the difference between Delphi and Pascal?

    I want to learn, but were do I start and with what?

    Is this hard to learn? Ofcourse you say: "No! it's very easy!"
    But my experience tells me that that is what they all say. No matter who you ask the all say, about the language they know, that is the most easy to learn.

    So were to go, what to do?!

    M.

  2. #2

    Were to start?

    Pascal is the name of a programming language.

    Delphi is the name of an IDE/Compiler for Pascal (Object Pascal).

    If you want to start learning Pascal using Delphi, you should search the net for tutorials for beginners. I think a quick google with "tutorial Delphi Beginner" will popup thousands of links.
    <a href="http://www.greatgamesexperiment.com/game/Valgard/?utm_source=gge&amp;utm_medium=badge_game"><img border="0" alt="GGE" title="GGE" src="http://static.greatgamesexperiment.com/badge/game/valgard/gge400x56.png"></a>

  3. #3

    Were to start?

    Hi Moonblade and welcome to PGD.

    Delphi is based on Pascal, but Delphi is possibly more accurately labelled Object Pascal, and thus allows you to use the Object Oriented paradigm if you wish.

    Firstly, do you have any programming experience at all?
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    Were to start?

    Thanks.

    Yes, I have experience with c/c++, c#, VB05, java and PHP.

    I am not an expert in any of them, but PHP is a favorite, and also the language I am strongest in.

    M.

  5. #5

    Were to start?

    Tricky question "Where to start"...

    It all depends on "Where are you at the moment?".

    First off, Delphi and Pascal.
    Pascal is the language, it's been around for donkeys years.. if you want to learn a little more about the language, try here http://en.wikipedia.org/wiki/Pascal_...ng_language%29
    It's a very nice, structured and clean language although when compared to some of the more recent languages, some may say it's a little inflexible.. but everyone to their own. I personally like the structured approach as it forces me to think before I act.

    Delphi on the other hand is Borland's IDE and compiler for Object Pascal. Delphi has evolved over the years in terms of functionallity, target audience and price. The compiler is generally regarded as very good and efficient . But in the end, it's just an IDE with built in compiler, albeit a good one.

    There are many flavours of Delphi to choose from, you can purshase the full version of the Borland development studio or you can opt for the free Delphi Explorer version.

    Alternatives to Delphi do exist and some people on here use them wholly in preference to Borland's offering. The Lazarus IDE and Free Pascal compiler are quite mature these days and offer additional thing which the borland compiler simply can't do.. such as language enhancements and more importantly for some, Cross platform compilation..

    Where to start also begs the question of "Where do you want to go?"
    Just like many other languages, Pascal is very flexible and much effort has been done over the last several years to bring technology which was once the reserve for C programmers to the Pascal fold. Technologies like DirectX, SDL, OpenGL, more recently opening up console development. All is within reach. Wrappers and components exist for DirectX and OpenGL, so you need to know what you want to do.

    I'd start by picking up a book on Pascal from the library and working through some of the examples inside.. then I'd get in the internet and search for more specific examples of the technologies I'd chosen. But getting a good understanding of the language would be my first port of call.

    Pascal is neither hard nor easy to learn, it all depends on you really. It's a structured language. It will teach you good programming principles if you care to learn them. It depends on how much effort you want to put into learning.
    You could of course learn C, it's a great language with support throughout the industry, but as most C newbies will tell you, it's very easy to get in over your head and get into some real trouble without seeming to accomplish anything. Pascal takes away (or puts to one side) the problem with pointers so you can write code without falling into the many pitfalls which plague novice C programmers.. I should know, I was one once.

    Whatever you do, you'll be able to get help on this site as long as you are prepared to put the effort in yourself too. There's a lot of knowledge and respect waiting to be earned.

    I wish you the best.

  6. #6

    Were to start?

    Thanks Jason!
    Very helpfull...

    And yes, that was also my problem with C, and I learned that it wasn't different with C++, still one big syntaxerror.

    But what I am doing is searching for the right language for me, something that makes me tick, and makes me want more!
    I LOVE to learn new things, and usualy can't wait to get my hands dirty again.

    Is there any future in Pascal? I meen, it sound very old, and sometimes the language can't keep up, and there is no use for it any more.

    Were do you still use Pascal in the industry? Or other places for that matter...

    M.

  7. #7

    Were to start?

    I'm no oracle Is there a future in Pascal? I don't know.
    I don't think it matters anyway, the IT industry changes so quickly that it won't be long before .net is seen as a legacy system and replaced by the next big thing.. I can see that Pascal will still have a place there though, along side C++.

    I understand that it's quite big in the USA and is still used in the UK in places.

    If you're writing games though, it doesn't matter what it's written in as long as the game is fun and it's stable. This last point is very important and a lot easier to achieve than a program written in C.

    In the end, the choice to learn Pascal is yours.. I learned more about other languages by learning Pascal than by going on any training course.. it also improved my coding ability by showing me a better way to do things. It's similar enough to other languages to make the knowledge portable, which isn't something which can be said for VB. It's also very forgiving and easy to debug which isn't something which can be said for C++ (sometimes)

    It certainly can't do you any harm.

  8. #8

    Were to start?

    What people frequently underestimate is that there is a definite future for Pascal. It has been around for a long time and has both grown and changed to adapt to the ever changing face of programming ... where other languages die and spawn new variants.

    Being a web designer I understand where you are coming from, especially if you know OO-PHP. A neat trick with Object Oriented Pascal is that you can construct an object and then pass that object to another variable (of the same type) and it treats both as referencing the same object. No wizardry required. (Just don't forget that you passed it.)

    Still use pascal in the industry? Well, lets see... web designers still use it, some game designers still use it in spite of the unjust bad rap it has received, and many companies have old pascal code they don't want to phase out yet. The latter can be modernized into a current application with ease.

    There's no real question of "will pascal obsolesce?" but really the question is how bad a rap will it receive. The language is A-OK, but sometimes the headers for libraries and IDEs are the things that are flawed. In the end the question is more about perceived uselessness then about actual uselessness. (And nevermind that Pascal compiles to cleaner assembler than even C/C++ does. )

    It's your choice, and many of us here love pascal and love making games. And all in all, I feel that pascal is the best language for simply learning to program better; even existing programmers could use a dose. If you have questions, then doubtless someone here will have an answer, but the choice is yours.

  9. #9

    Were to start?

    So Pascal can also be used to make web-pages?! :shock:

    D*mn! This is very interesting! I think I'll try...

    M.

  10. #10

    Were to start?

    Here's a forum made entirely with Pascal, and another web-game made with Pascal.

    Pascal is more versatile than many people give it credit. And working with strings in pascal is a breeze! (I hate C/C++ and their string stuff...)

Page 1 of 2 12 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
  •