All releases of Ctalk


Release Notes: This release contains mainly internal updates for better code evaluation consistency and error reporting, and additional methods in the X11Pane, X11Bitmap, and X11TextPane class to support basic X11 library system calls. The development releases (so far) are also available now at ctalk.googlecode.com.


Release Notes: This release adds the X11Bitmap and X11Cursor classes and updates to an X11CanvasPane class which allows Pane objects to be handled, like foreground and background colors, cursors, and flexible viewports. The libraries add GUI functions which allow you to use X functions directly, allowing you more flexibility in Pane objects' instance variables. The language adds better resolution of complex objects and objects which mutate their classes via methods like become and map. There are improvements in Object dumping and stack tracebacks.


Release Notes: New URL.


Release Notes: This release adds support for using C structs in expressions, and additional support for overloading C operators. This is the final 0.0.96a release.


Release Notes: This release adds further support for using subscripted C variables as receivers.


Release Notes: This release adds support for overloaded increment and decrement (++ and --) postfix operators in Integer, Character, and LongInteger classes, and adds further support for using scalar C variables as receivers.


Release Notes: This is an incremental release that contains additional support for C variables as receivers and a number of compatibility updates.


Release Notes: This release adds further internal updates that support C scalar variables as receiver objects.


Release Notes: This release adds incremental updates to evaluate increment (++) and decrement (--) operators when they occur in method arguments.


Release Notes: This release adds better support for subscripted C variables when used with overloaded methods in receiver expressions, as well as the usual minor bug fixes and performance improvements.