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

Thread: script in pascal ?

  1. #1

    script in pascal ?

    I need some recomendations of scripting insine my app,
    what engine i could use, what is best ?
    From brazil (:

    Pascal pownz!

  2. #2

    script in pascal ?

    Delphi Web Script deserves a mention, but I'd also suggest a look at PaxScript. The latter is not free, but is compilable and supports 4 different languages with full intercompatibility.

  3. #3
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    script in pascal ?

    You can also use PascalScript, its a bit slow, but I used it in my engine.

    Edit: http://www.remobjects.com/page.asp?i...-EEBBE7E302E6}

    Edit:
    Url tags not working
    NecroSOFT - End of line -

  4. #4

    script in pascal ?

    I am not sure, Necro, I think it might have to do with strange symbols. Try using Tinyurl to change it to something less conspicuous and it might get through. Or URLEncode it; I had to do so with an exclamation point recently.

  5. #5

    script in pascal ?

    Quote Originally Posted by Robert Kosek
    Delphi Web Script deserves a mention, but I'd also suggest a look at PaxScript. The latter is not free, but is compilable and supports 4 different languages with full intercompatibility.
    vry good but not free
    From brazil (:

    Pascal pownz!

  6. #6

    script in pascal ?

    Quote Originally Posted by NecroDOME
    You can also use PascalScript, its a bit slow, but I used it in my engine.

    Edit: http://www.remobjects.com/page.asp?i...-EEBBE7E302E6}

    Edit:
    Url tags not working
    I will have a look, also wainting more ones to test
    From brazil (:

    Pascal pownz!

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

    script in pascal ?

    You know... you could try to make your own. Maybe not the best or most efficient means to create such capability within your game, but it does have some advantages.

    The primary advantage is that you will learn quite a bit from it. It would sort of be like learning how to make an interpreter or a compiler. If you are even remotely considering this I'd read up on 'Let's Build a Compiler' by Jack Crenshaw. VERY good tutorial series. And easy to follow!

    Then again if you are pressed for time or aren't THAT interested a pre-made one would be the better way to go. Just offering alternatives.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8

    script in pascal ?

    Quote Originally Posted by WILL
    You know... you could try to make your own. Maybe not the best or most efficient means to create such capability within your game, but it does have some advantages.

    The primary advantage is that you will learn quite a bit from it. It would sort of be like learning how to make an interpreter or a compiler. If you are even remotely considering this I'd read up on 'Let's Build a Compiler' by Jack Crenshaw. VERY good tutorial series. And easy to follow!

    Then again if you are pressed for time or aren't THAT interested a pre-made one would be the better way to go. Just offering alternatives.
    Good, but not now :?
    Interested in finishing this project and learning 3d
    From brazil (:

    Pascal pownz!

  9. #9

    Re: script in pascal ?

    Quote Originally Posted by arthurprs
    I need some recomendations of scripting insine my app,
    what engine i could use, what is best ?
    Personally I now use Lua (http://www.lua.org/) for my scripting

    PS. for making your own compiler/interpreter, I also vote for 'Let's Build a Compiler' by Jack Crenshaw (http://compilers.iecc.com/crenshaw/)
    This is excellent, and it enabled me to make my own simple interpreted pascal-like language a while ago :-)

    cheers,
    Paul.

  10. #10

    script in pascal ?

    I can only recommend pascalscript. it's implementation is generally nice. Especially the unit import generator.

    And it's pascal!
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

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
  •