Results 1 to 10 of 14

Thread: Scripting with remote debugger?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Never understood the point of external scripting languages in Object Pascal applications, personally. The syntax is already easier to read than almost everything else! Why not just use functionality from the compiler/RTL to execute user-written Pascal internally? Or even just distribute a binary copy of FPC and a stripped-down RTL build along with the application that you can invoke to compile user-written game project files or whatever it is you're trying to do. The overall number of "possibilities" you'd be able to expose to the user that way is a lot higher...

    Also...

    >Visual Studio Code
    >Mature Modern Code Editor

    one of these things is not like the other.
    Last edited by Akira13; 27-10-2017 at 12:54 AM.

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
  •