dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] ANNOUNCE: TicleSharp 0.1 - Tcl/Tk binding for .NET


From: jscottb
Subject: [Pnet-developers] ANNOUNCE: TicleSharp 0.1 - Tcl/Tk binding for .NET
Date: Thu, 06 Nov 2003 20:02:02 -0500 (EST)

TickleSharp 0.1 Release
=======================
Nov. 05, 2003

What is TickleSharp?
--------------------
TickleSharp is a portable binding to the Tcl/Tk scripting language for
the .NET platform.  The assembly consists of two files, one is a small
C wrapper library that allows for Callbacks into your .NET code, and
the other is the assembly itself written in C#.  The C# code uses
P/Invoke to get at the wrapper and Tcl/Tk DLL's

Project home location:
----------------------
http://forge.novell.com/modules/xfmod/project/?ticklesharp

What's it for?
--------------
TickleSharp can be used to add Tcl to any .NET application, giving you
access to a full fledged scripting language.  The Assembly can be also
used for making truly cross platform GUI programs.  TickleSharp could
also be used to integrate an existing TCL application into .NET, by
executing it from the .NET code and setting callbacks into it.

The project is in Alpha now, so feel free to send patches, especially
ones to get it running on any non supported .NET platform!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]