Results 1 to 2 of 2

Thread: Required to enhance intellectual obfuscation

  1. #1

    Required to enhance intellectual obfuscation

    I've been looking into scripting languages such as Lua, Python and Small over the past couple of days, in the hope of integrating one into my engine, so testers (a couple of friends), can fiddle with "tha settin's" by changing variable values and the math code.

    The one thing that struck me is the necessity to compile the script into P-Code either using a JIT system or stand alone compiler app, is it necessary? The question can be broadened out by asking:

    * How dramatic is the speed increase?

    * Do you consider creating 2 languages(the script lang and the P-Code) like a sledgehammer to crack a walnut?

    I'm a sucker for re-inventing the wheel but will gladly use someone elses library code if its out of my sanity/intelligence perimeter, and I think I should be ok on this one

    Any suggestions on whether P-Code compilation is truly necessary and mention of person experiences whilst making a VM would be appreciated

  2. #2
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Required to enhance intellectual obfuscation

    Sorry, I dont have answers to your questions as I have never tried to do the conversion to P-Code but just written interpreters for the script.

    My point: Have you considered using Delphi Web Scripting as your scripting language?
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

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
  •