Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thindil/tashy2
Ada binding to Tcl/Tk, based on TASHY
https://github.com/thindil/tashy2
ada tashy tcl tk
Last synced: 14 days ago
JSON representation
Ada binding to Tcl/Tk, based on TASHY
- Host: GitHub
- URL: https://github.com/thindil/tashy2
- Owner: thindil
- Archived: true
- Created: 2020-10-14T05:54:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T03:32:00.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:46:05.674Z (3 months ago)
- Topics: ada, tashy, tcl, tk
- Language: Ada
- Homepage:
- Size: 2.38 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-2.0.txt
Awesome Lists containing this project
- awesome-ada - tashy2 - Tashy2 is short from Tcl Ada SHell Younger. It is derivate of Tashy, and aims to be more idiomatic and uses a more permisive license. (Libraries / Bindings to Other Languages)
README
TASHY2 is short from Tcl Ada SHell Younger version 2. It is derivate of
[TASHY](https://github.com/thindil/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.