[US] The [http://www.raspberrypi.org/%|%Raspberry Pi] is out now, though still difficult to get one. [dzach] Tcl/Tk 8.5 is very easy to install on Raspberry Pi: sudo apt-get install tcl8.5 sudo apt-get install tk8.5 or one can try compile tcl8.6 for it. Together with a [http://elinux.org/RPi_Gertboard%|%Gertboard] it will be a nice playground for Tcl/Tk. Using GPIO from Tcl: [https://github.com/davidb24v/WiringPi-Tcl%|%WiringPi-Tcl] somehow related...[http://jeelabs.org/2012/06/24/raspberries/] ---- '''[RFox] - 2012-06-29 18:47:16''' Mine is on order I can keep people posted. The project we have in mind is to get it to serve a special purpose set of USB data acquisition devices on the net. Yes I know there are ethernet USB extenders but we want a bit more smarts on top of the device. ---- '''[Mysund] - 2012-07-03 12:52:11''' TCL on the Raspberry PI... This sounds indeed as a very nice thing. It can actually be a very nice hw-platform to promote TCL in these TCL slow times. If i get the time/energy, i might make some short tutorials for TCL. ---- '''[MLai] - 2012-11-08''' The image 2012-10-28-wheezy-raspbian.zip already includes Tcl/Tk8.5. Socket communications seem to work fine, for (a) tcl socket client and server on the RasPi, and (b) tcl socket server on RasPi and tcl socket client on another Linux machine. <> Hardware