Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 956 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 956 Bytes

TASHY2 is short from Tcl Ada SHell Younger version 2. It is derivate of TASHY

IMPORTANT: TASHY2 is not compatible with TASHY. At this moment it is at very early stage of the development, pre-alpha stage. Also, this is now mostly a playground thus don't expect too much soon :) If you read this file on Github: please don't send pull requests here.

**INFO: **This project is no longer maintained. Feel free to clone it and take care about it.

TASHY2 is the Ada 2012 binding to Tcl/Tk. It allows using Tcl code in Ada code and vice versa. Included bindings:

  • Tcl - It is the base binding. Allow use Tcl scripts in the Ada code.
  • Tk - Requires Tcl binding. Allows use Tk GUI in the Ada code.
  • Tklib - Requires Tcl and Tk bindings. Allows use additional packages for Tk GUI in the Ada code. Not started yet.
  • Msgcat - Requires Tcl binding. Allows creating multi-language text messages. Not started yet.