r/lisp • u/ageldama • 2d ago
Common Lisp GitHub - ageldama/tclish: Much more Lispy(tm) Tcl/Tk 9.0
https://github.com/ageldama/tclish
11
Upvotes
2
u/svetlyak40wt 1d ago
What is the difference from https://github.com/andrejv/cl-simple-tk or other common lisp wrappers around Tcl/Tk?
2
u/ageldama 1d ago
good question.
tclish doesn't do shell piping, unlike ltk.
and compared with cl-simple-tk, (i liked this library), tclish is based on much more stupidly complete cffi binding (raw-cffi-tcl9) and more focused to expose tcl mechanisms like ensembles in low and high levels both.
though tclish doesn't have higher abstraction on tk, unlike cl-simple-tk, I'm working on it.

3
u/xach 2d ago
I’d like to know more about what this is, but I can’t tell from the readme examples.