Discussion:
OK, what looks better. The OLD tcl-oo or the NEW tcl-oo?
Add Reply
aotto1968
2025-01-10 08:43:07 UTC
Reply
Permalink
OK, what looks better. The OLD tcl-oo or the NEW tcl-oo?

The NEW tcl-oo is:
-> much EASIER to use than the OLD tcl-oo
-> can be compiled into pure C code using the TCL compiler
-> follows the "command-first" philosophy of Tcl
-> can be used from Tcl 8.0...
-> much faster than the OLD tcl-oo

https://www.facebook.com/permalink.php?story_fbid=pfbid02s4Wo3VokUzCXfuXzqdMepTcrhDtWHghuUggQ7Hsr8BtvbaZPZrtqAyvQ8V7733GAl&id=100069563501101
aotto1968
2025-01-16 21:14:35 UTC
Reply
Permalink
libmyoo initial release - project setup, coding, testing and documentation.

libmyoo is an attempt to rethink the topic of Object-Oriented-Programming (OOP) in TCL, offering a maximum of
Object-Oriented-Programming (OOP) functionality with minimal effort.

The aim is to offer an identical API via both C and TCL, taking into account the integration in the meta-code-compiler
(META-COMPILER) as well as in the TCL-COMPILER.

project page including code -> http://thedev.nhi1.de/theLib/main/index.htm
aotto1968
2025-01-23 21:29:25 UTC
Reply
Permalink
NEWS FROM: 23 Jan, 2025

Adding the libmyoo library as C/binary code and revising the API.

The performance-critical part was rewritten in C, whereby the TCL and C implementations are equal and interchangeable.
The validation of the myoo extension was carried out using tcltest and thus the API was finally defined at the same time.

-> Now the time has come: myoo is not only available as tcl-only but also as c-tcl-only.

http://thedev.nhi1.de/theLib/main/index.htm

Loading...