ANN: paxScript v1.41
From: Alexander Baranovsky (ab_at_cable.netlux.org)
Date: 10/30/03
- Next message: Julian Ziersch: "Re: RichView Package 1.8"
- Previous message: StefWork: "Re: Any1 recommend a RS232 component"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Oct 2003 16:27:10 +0200
paxScript is a set of object-oriented scripting languages: paxBasic, paxC,
paxPascal and paxJavaScript. All pax-languages support such concepts of the
modern programming as namespaces, nested classes, inheritance, shared
members, indexed properties, delegates, exception handling, cross-language
integration.
TPaxScripter component allows you to embed the paxScript interpreter into
your Kylix application, so you can extend and customize the application
without having to recompile it.
Using TPaxScripter you can
. Import Delphi classes, routines, constants, and variables.
. Create script-defined event handlers.
. Call script-defined functions.
. Save/load compiled scripts to/from a stream.
. Use scripter in the debugger mode (breakpoints, step into, trace over, run
to cursor).
Source code of the paxScript interpreter and TPaxScripter component is
compatible with D5, D6, D7, BCB5, BCB6, K3.
New:
- Optimization of paxJavaScript code:
http://users.ints.net/virtlabor/paxscript/benchmarks_js.htm
- Enumeration types.
- Variant array routines.
- Long string literals.
- Text file routines.
Thank you.
Alexander Baranovsky
http://www.paxscript.com/
ab@cable.netlux.org
- Next message: Julian Ziersch: "Re: RichView Package 1.8"
- Previous message: StefWork: "Re: Any1 recommend a RS232 component"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|