Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
(New page: == Introduction == DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). ...)
 
(add category)
Line 17: Line 17:
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
 
* [http://code.google.com/p/dwscript/ DWScipt Revival] (active developement)
 
* [http://code.google.com/p/dwscript/ DWScipt Revival] (active developement)
 +
 +
[[Category:Components]]

Revision as of 14:09, 24 September 2011

Introduction

DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well.

FPC port

FPC port based on 2.1 release of dwscript. dwscript development git repository

Current state

Pre alpha (as of 24/09/2011)

  • COM not supported
  • Libraries not ported yet
  • Test suite: 16 of 696 tests failed
  • No demos

Links