I have joined Anti-IF Campaign :recursos digitales para la arquitectura autonoma:
Underlying our approach to this subject is our conviction that “computer science” is not a science and that its significance has little to do with computers. The computer revolution is a revolution in the way we think and in the way we express what we think. The essence of this change is the emergence of what might best be called procedural epistemology the study of the structure of knowledge from an imperative point of view, as opposed to the more declarative point of view taken by classical mathematical subjects. Mathematics provides a framework for dealing precisely with notions of “what is.” Computation provides a framework for dealing precisely with notions of “how to.
Seaside

The new guy in town is Seaside.

Seaside arrived several years ago with little fanfare because it runs on Squeak, a relatively new version of Smalltalk. As you may know, Smalltalk is an “old” language that most of us have only heard the old-timers get sentimental about when they talk about the Good Old Days of the Computer Science Frontier.

It turns out that the Old is New again. It’s time to break camp and move on to the NeXT Level.

Hey, you don’t want to miss the Ground Floor again, do you? Give Seaside look.

In fact, Seaside predates Rails by more than 2 years.

Smalltalk vs java

Comparing Smalltalk and Java

In “On OOA and Simplicity (Part 1)”Samuel Falvo says:

In short, it’ll take you, the programmer, substantially longer to implement a properly OO solution to any problem in Java than it would in Smalltalk. What this means is that a company will shell out more cash for proper OO solutions in Java than they would in Smalltalk. Period. The economics and the laws of physics agree on this one.

Squeak asusta?

Squeak Smalltalk is wholly unlike any other open source programming tool you’ve worked with – and mostly in good ways. Unfortunately, it’s the bad ways that make the first impression. This hands-on tutorial will help you get past the unfamiliar and the unwieldy so that you can take advantage of the elegant and productive environment that lies underneath. We’ll cover what makes Smalltalk so wonderful: the “turtles all the way down” approach to language design, the highly integrated code browsers, object inspectors, and debuggers, the accessibility (and hackability) of every piece of library code, the built-in refactoring and unit testing support, and the extreme dynamicity and portability of the environment. But we’ll also address the practical concerns that keep people away from Squeak: how to get rid of the pastel colors and bitmapped fonts so that you can stand to look at it; how to get your source code into version control so you can collaborate with others; how to find documentation and examples; how to integrate with the OS and with C libraries; how to manage deployment.

Finding the Swan in Squeak’s Ugly Duckling: OSCON 2009 - O’Reilly Conferences, July 20 - 24, 2009, San Jose, CA

Randal L. Schwartz (Stonehenge Consulting Services, Inc.)

Dabble DB

dancroak:

This still strikes me as one of the coolest web apps around. The Smalltalk web app framework Seaside was extracted from this app.
Squeak Smalltalk is wholly unlike any other open source programming tool you’ve worked with – and mostly in good ways. Unfortunately, it’s the bad ways that make the first impression. This hands-on tutorial will help you get past the unfamiliar and the unwieldy so that you can take advantage of the elegant and productive environment that lies underneath. We’ll cover what makes Smalltalk so wonderful: the “turtles all the way down” approach to language design,
The look and feel of Squeak is rather toy-like, colorful and fun—-quirky, some say. Under the surface it’s all business.