Sujet : Re: The joy of FORTRAN
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 07. Oct 2024, 19:43:25
Autres entêtes
Message-ID : <lmioedFao29U1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Mon, 7 Oct 2024 06:40:00 -0000 (UTC), Lawrence D'Oliveiro wrote:
On 7 Oct 2024 03:13:47 GMT, rbowman wrote:
I'm not sure if it was ever deleted but there might even be some
Tcl/Tk.
I used that for just one project. Previously I had only done stuff that
ran on Linux servers and were accessed through a web interface. This
time it needed to run on the local GUI.
iirc it was an interface to SCCS someone had cobbled together. Most of the
code base had migrated to RCS but one site had branched off into its own
little world, wasn't actively being developed, and was still SCCS.
Soon after that, I discovered Python. For the next iteration of the
Tcl/Tk project, I scrapped the old code and rewrote it in Python, using
GTK as the toolkit.
After that, I never used Tcl again.
I did one test app to simulate a paging interface using Tkinter. That was
enough. Today I would go with Pyside6.