49
votes
28answers
17k views
Why isn’t Smalltalk popular?
I’ve been looking at Smalltalk (VisualWorks) for the past couple of months - and the more I learn the more I’m impressed. However, I think I must be missing something as Smalltalk doesn’t seem to be …
36
votes
25answers
6k views
Where do you use Smalltalk?
In what solutions are you employing Smalltalk? What are the pros&cons of Smalltalk for those solutions?
35
votes
27answers
3k views
Why use Ruby instead of Smalltalk?
Ruby is becoming popular, largely from the influence Ruby on Rails, but it feels like it is currently struggling through its adolescence. There are a lot of similarities between Ruby and Smalltalk -- …
25
votes
17answers
2k views
Would you start learning Smalltalk?
My questions is simple!
Would you start learning Smalltalk if you had the time? Why? Why not?
Do you already know Smalltalk? Why would you recommend Smalltalk? Why not?
Personally I'm a Ruby on …
18
votes
11answers
558 views
What is so special about Smalltalk?
In every technical publication, and on this site too, people are always comparing OO languages to Smalltalk. My experience is in Java: is Smalltalk so important that I should study it?
12
votes
1answer
668 views
When to use Seaside components, and when to use simple render objects?
I have been developing a web application in Seaside+Squeak recently, and have found it to be a wonderful experience. Seaside really is head and shoulders above every other framework out there, and I …
12
votes
11answers
892 views
Looking for examples of “real” uses of continuations
I'm trying to grasp the concept of continuations and I found several small teaching examples like this one from the Wikipedia article:
(define the-continuation #f)
(define (test)
(let ((i 0))
…
11
votes
8answers
836 views
What scares you the most about the integrated IDE of most modern Smalltalks?
As I'm riding the wave of resurgence of Smalltalk (especially because many Ruby-on-Rails people are rediscovering Smalltalk and seeing Seaside as their next upgraded web framework), I get questions …
9
votes
6answers
401 views
What makes a framework a “true” MVC framework?
When reading online discussions about MVC frameworks, I hear a lot of commentary pointed toward PHP projects like Cake, Code Igniter and Symfony from Java/.NET developers in the vein of "those are …
9
votes
10answers
1k views
What’s the best free IDE for learning smalltalk?
What do you think is a good IDE for learning SmallTalk? I'll only be using it as a hobby, so it has to be free.
8
votes
5answers
640 views
Why do pythonistas call the current reference “self” and not “this”?
Python is the language I know the most, and strangely I still don't know why I'm typing "self" and not "this" like in Java or PHP.
I know that Python is older than Java, but I can't figure out where …
8
votes
9answers
389 views
Do you use articles in your variable names?
Edit: There appears to be at least two valid reasons why Smalltalkers do this (readability during message chaining and scoping issues) but perhaps the question can remain open longer to address …
8
votes
9answers
953 views
(Mis)Understanding Smalltalk and TDD
I'm trying to learn Smalltalk by doing, so I'm getting a grip on the syntax and style by buiding a simple "Matrix" class.
First of all, I'd be grateful if linked to a good Smalltak tutorial (although …
8
votes
13answers
615 views
Back-end choice for a new dynamic programming language?
I've been developing a Smalltalk variant for just the fun of it and I wonder what would be a fellow stackoverflowers choice when it comes to targeting a back-end. These were my current considerations:
…
7
votes
5answers
257 views
Does Seaside scale?
Seaside is known as "the heretical web framework". One of the points that make it heretical is that it has much shared state. That however is something which, in my current understanding, hinders easy …
