close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 10, 2016, 11:27:35 AM (9 years ago)
- Author:
-
Jorge
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
30 | 30 | It is a declarative language based on two key features: simple syntactical rules and powerful set of extensible data types and functions. |
31 | 31 | |
32 | | TOL is callable by a small text console, but there is also a graphical interface to easily handle all language's tools and functions, providing powerful graphical capacities.[[BR]] |
| 32 | TOL can be used from a small text console, but there is also a graphical interface to easily handle all language's tools and functions, providing powerful graphical capacities.[[BR]] |
33 | 33 | |
34 | 34 | TOL is distributed under the GNU GPL license. A copy of this license is included within the TOL source code and can be accessed following this [browser:tolp/trunk/tol/COPYING link]. |
… |
… |
|
40 | 40 | TOL provides a GUI (Graphical User Interface) called '''TOLBase'''. It is useful for evaluating TOL code, editing TOL files and also manage full projects written in TOL. |
41 | 41 | |
42 | | TOL provides also a command line interpreter and libraries for the communication with VBA or R. For more details, see [wiki:Software]. |
| 42 | TOL provides also a command line interpreter and libraries to develop applications integrated with VBA or R. The developer can also use the binding with other languages such as C++ and Tcl. For more details, see [wiki:Software]. |
43 | 43 | |
44 | 44 | {{{ |
… |
… |
|
52 | 52 | }}} |
53 | 53 | |
54 | | You can learn TOL reading the [wiki:Manuals]. |
| 54 | You can learn TOL by reading the [wiki:Manuals]. |
55 | 55 | |
56 | 56 | |