{{{ #!comment }}} {{{ #!div style="width:15%; float:left; clear:none; margin-right:1em; background:#ffb; border:1px solid #b00; padding-left:1em; padding-right:1em" [wiki:WikiStart Home] [[BR]] [[BR]] '''TOL''' [[BR]] [wiki:Software Software] [[BR]] [wiki:Download Download] [[BR]] [wiki:Installation Installation] [[BR]] [wiki:Packages Packages] [[BR]] [wiki:OTAN OTAN] [[BR]] [[BR]] '''TOL Project''' [[BR]] [wiki:About About TOL] [[BR]] [wiki:Manuals Manuals] [[BR]] [wiki:Development Development] [[BR]] [wiki:Rprojects R-Projects] [[BR]] [[BR]] '''Other Links''' [[BR]] [wiki:TracGuide Trac Guide] [[BR]] [wiki:WikiTree Wiki Tree] [[BR]] [https://mms.tol-prj.org MMS] }}} {{{ #!div style="margin-left:20%; margin-right:20%; padding-left:2em; padding-right:2em" {{{ #!comment }}} = Software = TOL provides a GUI (Graphical User Interface) called '''TOLBase''' useful to develop TOL programs. It can also manage full projects written in TOL and be customized with specific buttons, menu options, etc. TOL provides also a command line interpreter and libraries for the communication with VBA or R. See the main applications and utilities listed below: * [#TOLConsole TOL Console] * [#TOLShell TOL Shell] * [#TOLBase TOLBase] * [#TOLandVBA TOL and VBA] * [#TOLandR TOL and R] == TOL Console == The TOL Console (tolcon.exe or previously tol.exe) is the simpliest interpreter of the Time Oriented Language. Each TOL sentence is evaluated ('compiled' in TOL user's way of speaking) and its result is concisely printed. '''Screenshot''': tolcon.exe in a Windows 7 [[Image(Screenshots:tolcon_01.png, width=500px)]] == TOL Shell == The TOL Shell (or TOLSH) is another TOL console interpreter enriched with a embedded connection with [https://www.tcl.tk tcl] language. Tcl sentences can be evaluated via the function {{{Tcl_Eval}}}. '''Screenshot''': tolsh in a Linux Ubuntu 14.04 LTS [[Image(Screenshots:tolsh_02.png, width=500px)]] == TOLBase == TOLBase is the TOL GUI (Graphical User Interface) of the TOL language. It is based on Tcl/Tk and hence it can be easily enhaced. '''Screenshot''': tolbase in a Linux Ubuntu 14.04 LTS [[Image(Screenshots:tolbase_02.png, width=500px)]] '''Other screenshots:''' [[BR]] [[Image(Screenshots:tolbase_01.png, height=100px)]] [[Image(Screenshots:tolbase_tolpkg_01.png, height=100px)]] == TOL and VBA == TOL software (for Windows) provides a library (vbtol.dll) to allow communication from Microsoft VBA (Visual Basic for Applications). This feature allow VBA programmers use TOL functionality to extend Excel possibilities. '''Screenshot''': Excel Add-In with TOL communication [[Image(Screenshots:tol_excel_01.png, width=500px)]] == TOL and R == TOL software (from version 3.3 onwards) provides a library (tolRlink.dll or tolRlink.so) to allow communication from the statistical software [https://www.r-project.org R]. Additionally, some R packages are developed to use the TOL language from R in a natural way. See the [wiki:Rprojects R projects]. Reversely, a TOL package ([wiki:TolRInside]) allows the communication with R from TOL. For more details, see [wiki:TolR TOL+R]. '''Screenshot''': TOL used from R-Studio [[Image(Screenshots:tol_R_01.png, width=500px)]]