about.htm
来自「Delphi脚本控件」· HTM 代码 · 共 164 行
HTM
164 行
<html>
<head>
<link rel=stylesheet type="text/css" href="styles.css">
</head>
<body>
<font face="Arial, Helvetica">
<h4>What's New</h4>
<font size=2>
<ul>
<li>20 June 2007. paxScript.Win32 forum has been relocated.
<p>
New address:
<a href="news://216.55.137.150/virtlabs.public.paxscript.win32">news://216.55.137.150/virtlabs.public.paxscript.win32</a>
<p>
<li>15 June 2007. New version of Jaques Garcia's paxScript importer.
<li>13 June 2007. Support of Delphi 2007.
</ul>
</font>
<h2>
About paxScript
</h2>
<hr>
paxScript is an interpreter of 4 object-oriented scripting languages:
<p>
<ul>
<li><a href="basic_ref.htm">paxBasic</a></li>
<li><a href="c_ref.htm">paxC</a></li>
<li><a href="pascal_ref.htm">paxPascal</a></li>
<li><a href="javascript_ref.htm">paxJavaScript</a></li>
</ul>
<p>
The key features of the paxScript are:
<ul>
<li>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. <a href="guide.htm">(more...)</a>
<li>Cross-language integration. For
<a href="demo_namespace.htm">example</a>,
you can use modules written in
paxBasic and paxC in your paxPascal scripts and vice versa.
<li>Separate compilation of the modules.
<li>Direct calling dll-defined routines. All calling conventions <b>register, pascal, cdecl, stdcall,
safecall</b> are supported. (See <a href="demo_dll.htm">demo</a>.)
<li><a href="demo_html.htm">Embedding scripts into html pages</a>.
</ul>
<p>
All paxScript languages support <a href="lisppa.htm">LISPPA technology
</a> which considerably extends the applicability of imperative programming
languages in the symbolic computations and AI applications.
<p>
<a href="tpaxscripter_ref.htm">TPaxScripter component </a>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.
</p>
<p>
Using TPaxScripter you can
<ul>
<li>Import Delphi classes, routines, constants, and variables.
<li>Import Delphi units automatically with paxScript Importer.
<li><a href="tps_demo_dfm.htm">Convert dfm-files into the paxPascal scripts</a>.
<li>Call script-defined functions.
<li>Save/Load compiled scripts to/from a stream.
<li><a href="tps_demo_compile.htm">Unite source
code modules and compiled (binary) modules in
your script project</a>. Moreover, you can add full compiled script to the script project.
<li><a href="tps_demo_codeexpl.htm">Build the code explorer tree</a>.
<li>Customize compilation process and error handling.
<li>Use scripter in the debugger mode (breakpoints, step into, trace over,
run to cursor). The component comes with full source code of paxScript IDE,
so you can use it as a base to develop your own integrated environment.
</ul>
</p>
<p>
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),
Delphi 2006 (Win32), Delphi 2007 (Win32),
C++ Builder 5, C++ Builder 6, Kylix 3.
You don't need any extra DLLs or OCXs.
</p>
<p>
TPaxScripter component is thread safe. It has small footprint (about 30-40 Kb per extra TPaxScripter
instance)..
</p>
<H3>Feedback</H3>
To learn more about paxScript, please write to me at the e-mail address:
<A HREF="mailto:paxscript@gmail.com">paxscript@gmail.com</A>.
<p>
<i>Alexander Baranovsky, author of the paxScript.</i>
</p>
<p>
<font size=2>
Visit also the following sites to see another my products:
<UL>
<LI><A HREF="http://www.paxcompiler.com/" target="_BLANK">paxCompiler</A>.
<LI><A HREF="http://www.paxscript.net/" target="_BLANK">paxScript.NET</A>.
<LI><A HREF="http://www.passcript.com" target="_BLANK">PasScript</A>
(an interpreter of the Object Pascal language
which supports all Object Pascal data types except interfaces, owner of the
product is GenoTechs, Inc).
<LI><A HREF="http://www.bpdx.com/components/dxjavascript/" target="_BLANK">
DXJavaScript</A> (an implementation of the ECMA-262 rev 3 specifications,
owner of the product is BrainPatchwork, DX LLC).
</UL>
</font>
</p>
<p>
<HR>
<font size = 1 color ="gray">
Copyright © 1999-2007
VIRT Laboratory. All rights reserved.
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?