Skip to content

Commit 5df24f2

Browse files
committedMar 23, 2017
Add tcl language
1 parent e04d9d3 commit 5df24f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Currently the following languages are supported:
4545
- prolog (swi-prolog)
4646
- racket
4747
- smalltalk
48+
- tcl
4849

4950
A total of *42* languages.
5051

‎lang/tcl.docker

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.