|
|
|
|
|
by johnbuckman
2520 days ago
|
|
Ironically, because Tcl was made to run GUIs on very limited hardware (old Unix machines, 30 years ago) it runs really nicely on slow Android tablets. Its focus on asynchronous programming, rather than relying on threads, really helps, as does the small memory footprint (105mb of RAM used for my app). Java-based apps on the same tablet that I supply with the espresso machine run at a crawl, whereas my Tcl app feels normal. |
|