![]() |
If you could change one thing about GScript, what would it be?
If you could go back in time before GS2 and change any one thing about it, what would it be? Compatibility with old code is not a problem—even a change as drastic as strict typing is acceptable for this exercise. Ideally they will be entirely language-related and not things such as documentation, version control, etc.
My one thing: I would make objects use a strict class system, and make it easy for scripters to edit these object classes. There would be a list of scripts much like the NPCs list for object classes (not related to classes now). These classes would have constructors, and support inheritance. All object types (such as GuiScrollCtrl) would work in this fashion (although they would not appear in this class list) and could be extended by objects. I could make a class called GuiIPhoneScrollCtrl which extends GuiScrollCtrl and has iPhone-like scrolling. |
Remove the need for temp prefixing.
|
Quote:
|
Quote:
This would be my target result: PHP Code:
|
Make it based on a dependent type theory.
More realistically: make it much, much closer to JavaScript. Essentially, ECMAScript with a DOM-like interface to Graal. |
ability to restrict query execution/variable changes to certain classes/weapons/NPCs
|
The lack of masking support
http://forums.graalonline.com/forums...hp?t=134263607 |
Quote:
|
Quote:
|
Fix anonymous functions.
|
Quote:
|
Quote:
|
Quote:
Quote:
PHP Code:
HTML Code:
Script compiler output for *scratch*: |
Quote:
One nifty hack around this one is, for example, return (temp.f = function () { ... } );. But that's rather ugly and I certainly don't do it :p. But yeah, that is indeed another thing that should be changed and should be fairly straightforward. |
Quote:
|
All times are GMT +2. The time now is 09:16 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.