ANN: paxScript v1.41

From: Alexander Baranovsky (ab_at_cable.netlux.org)
Date: 10/30/03


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



Relevant Pages

  • paxScript, v1.6
    ... New version of the paxScript scripting engine has been released. ... Importing dfm files. ... Importer allows you to import Delphi units automatically). ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: ANN: paxScript, v2.4
    ... I cannot compare paxScript with another scripting engines as I'm paxScript ... paxScript importer allows you to create imp units (it seems the Dream ... > Are there any decent examples that use this scripting tool? ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Question about scripting components for server-side
    ... on the /server/ and are curious about the impact of scripting on the ... Regarding speed, most of the scripting solutions are tokenizing compilers, ... don't compile to machine code or to anything like Java's byte code. ... would be the PaxScript compiler that is currently in beta. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Script interpreters
    ... Kevin Powick wrote: ... Note that paxScript supports several scripting engines, ... It also supports multiple scripting languages, ...
    (borland.public.delphi.thirdpartytools.general)