| Projects on Google Code | Results 1 - 10 of 141 |
=== Intro ===
`hiccup` is an interpreter for a subset of tcl.
=== New Features ===
* `vwait` works
* `format` and `interp` have basic functionality (`interp -safe` mostly works)
* `expr` works as expected, is efficient, and is supported in conditionals. Also, ternary `if`s now work.
...
Wub implements a reasonable subset of HTTP1.1 in pure tcl.
Micker is a very small interpreter written in C++ that accepts [http://www.tcl.tk TCL]-like input.
=Features=
Some things are missing, e.g. variable references, but they are emulated as nullary function calls.
So while in TCL you would write
{{{
set foo 42
puts $foo
}}}
in micker, ...
Various pure Tcl and Tcl C-extensions written at FlightAware and released as open source, including
== tclgd ==
The GD graphics drawing library is a software library that programmers use to draw, paint, create graphs and tables, resize images, draw text and add watermarks, and so forth.
_Mov...
= Web Services for Tcl =
== Summary ==
The distribution provides both client side access to Web Services and server side creation of Web Services. Currently only document/literal and rpc/encoded with HTTP Soap transport are supported on the client side. The server side currently works only with ...
Scripts for eggdrop library [http://cklib.sf.net/ ck.lib]. My own and modified official.
Bad english, lol.
----
==Russian==
Итак. Это репозиторий для скриптов, написанных под [http://cklib.sf.net/ ck.lib] ([http://blog.xtmb.info/tag/cklib-howto/ Введение] в предмет).
Размещать я здесь буду ка...
rebirth of egghelp.ru
----
Описания скриптов — [http://code.google.com/p/egghelp/wiki/a1?tm=6].
----
Просьбы, предложения и все остальное писать в [http://code.google.com/p/egghelp/issues/list Issues].
----
<wiki:gadget url="http://google-code-feed-gadget.googlecode.com/svn/trunk/gadget.xml" u...
#summary What is partcl?
= What is partcl? =
This is a from-scratch implementation of Tcl 8.5.6, based primarily on the
[http://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm Tcl documentation],
and the cvs test suite.
The long-term goal is to provide a version of tcl that takes advantage of
...
ezdit is a cross-platform editor written in Tcl/Tk. Currently ezdit runs on Mac 、Linux and Microsoft Windows.
Features include syntax highlighting, auto-completion, code browsing, auto-indentation, etc.
It also support plugins which extend the editor's functionality.
<h1>Screenshots<...
This GSoC 2009 project attempts to extend Tcl support for GIS applications in general. In particular it introduces Tcl bindings to GDAL/OGR libraries, that allow access to many different raster and vector geospatial data formats. Furthermore, a new Tcl extension will allow for reading and redenring ...