tcl

  1. H

    How to learn tcl language in less than an hour

    From the beginning I liked tcl mainly because of: a) Its simplicity and coherence, not bloated and easy to learn syntax. b) The way it separately denote variable names and variable values that allows to construct strings in an intuitive way. c) Its LISP taste, but not inflated with...
  2. mro

    Solved libtk-img

    when trying to run the excellent https://github.com/stepan-mitkin/drakon_editor I fail to install the dependency $ tclsh8.6 drakon_editor.tcl can't find package Img This script requires Img package. Consider installing libtk-img. are any TCLers here? Update: seems trivial - I got the source...
  3. igorino

    Other Remove "...[C[0k" from expect output

    Dear all, How can I not generate the substring ...[C[C[C[0k after issued comands trough expect scripts? For example, I have the following lines in an expect script: #set variables, parameters etc ... spawn telnet $IP $PORT expect -nocase "name:" send -- "$USER\r" expect -nocase "password:" send...
  4. GameBSD

    GameBSD

    Hello all, I was hoping to get some help with a new project I have started. The project is called GameBSD. GameBSD is a collection of tools for creating games for FreeBSD. Currently, only FreeBSD 32-bit and 64-bit are supported. I am looking for people to test both the GameBSD Handbook and...
Back
Top