What's New
- 28 April 2006. paxScript v3.0.
- Conditional breakpoints.
- Increased speed of loading compiled scripts.
- TPaxScripter.OnLoadDll event.
- TPaxScripter.IsExecutableSourceLine method.
- TPaxScripter.RegisterVirtualObject method.
- Function CreateScriptObjectEx function (PAX_RTTI unit).
About paxScript
paxScript is an interpreter of 4 object-oriented scripting languages:
The key features of the paxScript are:
- All pax-languages support such concepts of the modern programming as namespaces,
nested classes, inheritance, static(shared) members, indexed properties, default parameters, overloaded
routines, operator overloading, delegates, exception handling, regular expressions, conditional compilation.
If you know VB.NET,
C# or Object Pascal, you
are already familiar with
paxScript. (more...)
- Cross-language integration. For
example,
you can use modules written in
paxBasic and paxC in your paxPascal scripts and vice versa.
- Separate compilation of the modules.
- Direct calling dll-defined routines. All calling conventions register, pascal, cdecl, stdcall,
safecall are supported. (See demo.)
- Embedding scripts into html pages.
All paxScript languages support LISPPA technology
which considerably extends the applicability of imperative programming
languages in the symbolic computations and AI applications.
TPaxScripter component allows to embed
paxScript interpreter into
your Delphi or Borland C++ Builder application, so you can extend
and customize the application without having to recompile it.
Using TPaxScripter you can
Source code of the paxScript interpreter and TPaxScripter component
is written entirely with Delphi and compatible with Delphi 5, Delphi 6, Delphi 7, Delphi 2005 (Win32),
C++ Builder 5, C++ Builder 6, Kylix 3.
You don't need any extra DLLs or OCXs.
TPaxScripter component is thread safe. It has small footprint (about 30-40 Kb per extra TPaxScripter
instance).
Feedback
To learn more about paxScript, please write to me at the e-mail address:
ab@cable.netlux.org.
Alexander Baranovsky, author of the paxScript.
Visit also the following sites to see another my products:
- paxScript.NET.
- PasScript
(an interpreter of the Object Pascal language
which supports all Object Pascal data types except interfaces, owner of the
product is GenoTechs, Inc).
-
DXJavaScript (an implementation of the ECMA-262 rev 3 specifications,
owner of the product is BrainPatchwork, DX LLC).
Copyright © 1999-2006
VIRT Laboratory. All rights reserved.