Tcl Alternatives, Similar

Tcl
All Tcl Alternatives
Python
Python is an interpreted, interactive, object-oriented, extensible programming language. It provides an extraordinary combination of clarity and versatility, and is...
Ruby
Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby...
Nim (programming language)
Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate...
Objective-C
The Objective-C language is a simple computer language designed to enable sophisticated object-oriented programming. Objective-C is defined as a small...
Haxe
Haxe is an open source toolkit based on a modern high level strictly typed programming language, a state-of-the-art light-speed cross-compiler,...
Perl
Perl is a high-level, general-purpose, interpreted, dynamic programming language with over 22 years of development.The Perl languages borrow features from...
Lua
Lua is a powerful, fast, lightweight, embeddable scripting language.Lua combines simple procedural syntax with powerful data description constructs based on...
C#
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
C++
C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose, powerful programming language. It is regarded as an intermediate-level language, as...
C (programming language)
C is a general-purpose computer programming language. C is one of the most widely used programming languages of all time.
Java
Java is the foundation for virtually every type of networked application and is the global standard for developing and delivering...
PHP
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Haskell
Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows...
Huginn
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch...
Scala
Scala is a modern multi-paradigm programming language based on the Java Virtual Machine (JVM) designed to express common programming patterns...
Dart
Dart (originally called Dash) is a Web programming language developed by Google. It was unveiled at the GOTO conference in...
Go (Programming Language)
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and...
R (programming language)
R is a free software environment for statistical computing and graphics.It is a GNU project which is similar to the...
Clojure
Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR ). It is designed to...
Tcl About
Tcl (originally from "Tool Command Language", but conventionally rendered as "Tcl" rather than "TCL"; pronounced as "tickle" or "tee-see-ell") is a scripting language created by John Ousterhout.Originally "born out of frustration", according to the author, with programmers devising their own languages intended to be embedded into applications, Tcl gained acceptance on its own. It is commonly used for rapid prototyping, scripted applications, GUIs and testing. Tcl is used on embedded systems platforms, both in its full form and in several other small-footprint versions…. More Info »The combination of Tcl and the Tk GUI toolkit is referred to as Tcl/Tk.