public marks

PUBLIC MARKS from hernan with tag "Smalltalk MT"

06 July 2006 18:30

Object Connect

Welcome to Object Connect's home page. We market and develop Smalltalk MT, a high-performance, multithreaded implementation of the popular object-oriented Smalltalk language. Smalltalk MT lets you take advantage of an interactive development environment without sacrificing runtime performance and deliverable size. Executables built with Smalltalk MT are compact, fast, and royalty-free.

06 July 2006 17:00

Smalltalk MT Knowledgebase

Smalltalk MT is a language just like C++. Smalltalk MT compiles and produces an executable or DLL or COM component that can function exactly like a C++ created component. There are differences in the language and differences in the development environment that allow Smalltalk to compliment C++ development. Smalltalk MT uses the Smalltalk language that is absolutely consistent in its approach. C++ uses both methods and functions because of the C history which was entirely function based. Smalltalk MT uses only methods. Statements are always of the form 'receiver method'.