ANN: PaxScript, beta-version

Alexander Baranovsky <ab@cable.netlux.org>
3 Jun 2003 01:08:09 -0400

          From comp.compilers

Related articles
ANN: PaxScript, beta-version ab@cable.netlux.org (Alexander Baranovsky) (2003-06-03)
| List of all articles for this month |

From: Alexander Baranovsky <ab@cable.netlux.org>
Newsgroups: comp.compilers
Date: 3 Jun 2003 01:08:09 -0400
Organization: VL
Keywords: OOP, interpreter, available
Posted-Date: 03 Jun 2003 01:08:05 EDT

PaxScript is a suite of 3 interpreted, object-oriented scripting
languages: paxBasic, paxC and paxPascal. All pax-languages support
such concepts of the modern programming as namespaces, nested classes,
inheritance, static(shared) members, indexed properties, delegates,
exception handling.


Pax-scripts are compiled into the unified p-code which allows the
cross-language integration. For example, you can use modules written
in paxBasic and paxC in your paxPascal scripts and vice versa.


If you know VB.NET, C# or Object Pascal, you are already familiar with
PaxScript.


Source code of the PaxScript interpreter is written entirely with Delphi.


TPaxScript component (comes soon) will allow to embed PaxScript
interpreter into your Delphi, Kylix or Borland C++ Builder
application, so you can extend and customize the application without
having to recompile it.


To learn more about PaxScript, please visite site:


http://users.ints.net/virtlabor/paxscript/


Regards,


Alexander Baranovsky
VIRT Laboratory
ab@cable.netlux.org


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.