Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
smlckz (smlckz@fe.disroot.org)'s status on Saturday, 17-May-2025 23:50:41 JST smlckz
Me: arguing about Lisp and Forth systems..
Meanwhile in Tcl: Interpreters supported as built-in features: https://www.tcl-lang.org/man/tcl8.6/TclCmd/interp.htm
As in: interp — Create and manipulate Tcl interpreters
SYNOPSIS
interp subcommand ?arg arg ...?
DESCRIPTION
This command makes it possible to create one or more new Tcl interpreters that co-exist with the creating interpreter in the same application.
...
Me: ...
Which programming languages have anything like this?