An nqp-based version of Tcl
Perl Tcl Parrot
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 489 commits ahead, 2 commits behind pmichaud:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= build
carview.php?tsp= docs
carview.php?tsp= lib
carview.php?tsp= library
carview.php?tsp= src
carview.php?tsp= t
carview.php?tsp= .gitignore
carview.php?tsp= CREDITS
carview.php?tsp= Configure.pl
carview.php?tsp= README

README

partcl-nqp
Tcl 8.5 on the parrot VM. This does not use the tcl C library, but is a from-
scratch implementation using the Parrot Compiler Toolkit.
"nqp" in the name comes from the "nqp-rx" toolkit. NQP is Not Quite Perl 6,
and is a mini language that is much higher level than PIR. It also provides
a nice interface to writing mini languages, making it much easier to implement
the various mini languages inside tcl (globbing, regexen, binary)
See docs/todo.pod for a list of known issues.
See docs/overview.pod for information on how this version works.
See https://github.com/partcl/partcl for the original non-PCT version that
is more complete, but is only maintained to keep current with parrot changes.