Servertec's goal is to better empower Web site developers by expanding and improving iScript.
You can help shape the development of iScript,
send your comments, suggestions and problems to
support@servertec.com.
Disclaimer
- The following information is subject to change without notice.
- No definitive time frame for support of specific features or functionality is inferred, implied or given.
- Support for specific feature or functionality maybe postponed, moved up, dropped or added.
- Support for specific feature or functionality is not guaranteed.
Add support for:
- client certificates
- define/undefine command line options
- configuration file for setting defaults
- additional examples
- improve performance
- cleanup formatting of documentation
- make use of java reflection to seamlessly access java object constructors/methods/properties
- remove use of wrappers as mechanism to access java object constructors/methods/properties
- date/timestamp/time objects
- add/subtract/compare operations using date/time/timestamp objects
- user defined constants, const <var> = <expression>
- system constants
- statement continuation delimiter, [\]
- escape characters in strings
- multidimensional arrays (object, string, double, long, integer)
- while/wend compound statement
- single line if/then/else statement
- on statement
- select case/case/case else/end select compound statement
- for/each/next compound statement
- user defined functions
- return {expression} statement
- public/private/protected/static scoping of functions/variables/constants
- error object
- parse/format (convert) functions
- exponential function
- extended string functions
- expand language to better support Web page/site generation
- additional server side objects (mail/ad rotator/browser capabilities/content linking (page navigation) objects/object pool/cookies/mime types)
- Apache/Microsoft/Netscape Web Servers
- debugger
- object oriented constructs class/extends/implements class
- separate tokenizer/dumper/loader/runner
- generating Java Byte Code using compiler
|