We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04d9d3 commit 5df24f2Copy full SHA for 5df24f2
README.md
@@ -45,6 +45,7 @@ Currently the following languages are supported:
45
- prolog (swi-prolog)
46
- racket
47
- smalltalk
48
+- tcl
49
50
A total of *42* languages.
51
lang/tcl.docker
@@ -0,0 +1,6 @@
1
+FROM din/base
2
+
3
+RUN pacman -S --noconfirm tcl
4
+RUN ln -s /usr/bin/tclsh /usr/local/bin/tcl
5
6
+CMD "/din"
0 commit comments