Tcl and PERC notes

some notes of Tcl and its application

Glossary

  • ESD electrostatic discharge, subset of EOS
  • EOS

https://cse.nsysu.edu.tw/p/406-1205-167375,r3083.php?Lang=zh-tw

TCL

Tcl Basics

  • Commands and variables ** puts, set
  • Substitution and evaluation ** Mathematical operations Procedures Control Flow Conditional and looping commands Strings Strings and string operations Extracting information Lists and Arrays Using lists and arrays List versus array File I/O & Program Access Reading from and writing to files Invoking external programs Multi-process communication Regular Expressions (REs) Regular expression patterns String searching and replacement Advanced Tcl Scripting Advanced procedures Error handling Date & time Scheduling and delaying command execution

basics commands

info patch

show tcl version

helpful tricks

rlwrap tclsh

make tclsh more usable with history support