background preloader

Smalltalk

Facebook Twitter

Cocoa

Pharo Open Source Smalltalk - Home. The Weekly Squeak. [Help-smalltalk] "Computer Programming using GNU Smalltalk" is out! Squeak by Example. Iliad Smalltalk web framework - Wiki - Iliad Smalltalk web framework. Squeak People. Syx - Google Code. Smalltalk YX is an open source programming language. It's an implementation of the Smalltalk-80 standard. Syx is written in C and has the following purposes: Readable code Flexibility trough easy creation of plugins Highly portable Optimized Modern Embeddable in C applications Easy to use, powerful and well-structured environment Small To download and install Syx please follow the InstallationInstructions.

Looking for a Smalltalk YX appliance? Click here (thanks to Thilo Pfennig). See ReleaseNotes_0_1_7 for a complete list of news about this version. Reached features till now: For further informations on future directions, please refer to our RoadMap. You can also take a look at the The Virtual Machine is almost complete. If you want to help or just give me suggestions or even talk with me about the project and other related things, please contact me at "lethalman88" at "gmail" dot "com" or subscribe to the discussion mailing list Thanks...

Squeak: Squeak. Main. Welcome to Smalltalk.org. Getting The Message The Essentials of Message-Oriented Programming with SmalltalkBy Alan Lovejoy. Smalltalk is a foundational programming language that is based on pervasive message passing, pervasive dynamic strong typing, pervasive reflection and pervasive object orientation.

Message passing: Almost all computation in Smalltalk happens via the sending of messages. The only way to invoke a method is to send a message—which necessarily involves dynamic binding (by name) of message to method at runtime (and never at compile time.) The internals of an object are not externally accessible, ever—the only way to access or modify an object's internal state is to send it a message. So function and data abstraction are both complete and universal. The full import of "object-oriented programming" as originally defined by Dr. Full Article... Conferences [:|] Remember to send smalltalk dot org your event schedules, links and graphics. [:)] Full Article... Full Article... Ah NO! Martin Fowler.