Skip to main content
codefrau's user avatar
codefrau's user avatar
codefrau's user avatar
codefrau
  • Member for 15 years, 5 months
  • Last seen this week
29 votes

What's so special about message passing in Smalltalk?

23 votes

Various questions regarding pure OO (Getting set up WITHOUT an ide; Tutorials; The associated books)

18 votes
Accepted

Why do methods return "self" by default in Smalltalk?

18 votes
Accepted

What gives Smalltalk the ability to do image persistence, and why can't languages like Ruby/Python serialize themselves?

12 votes
Accepted

How to tell an object to execute a message

10 votes
Accepted

Smalltalk Return Precedence

9 votes
Accepted

Smalltalk: Sort a collection by two criteria

8 votes
Accepted

Does Pharo provide tail-call optimisation?

8 votes

How is Small talk's message to:do: implemented behind the scenes?

8 votes
Accepted

Smalltalk-80 character meaning/usage

7 votes

Squeak Smalltalk: Game loop

7 votes
Accepted

How to deploy a nice One-Window-Application with Pharo or Squeak?

7 votes

How to bind a LabelMorph/TextMorph to a variable so that the Morph reflects changes of the variable?

6 votes
Accepted

How do I debug Squeak source code?

6 votes
Accepted

Drawing A Rectangle in Smalltalk Squeak

6 votes
Accepted

Can I now use a JIT for an iOS application that is to be distributed through the store?

6 votes
Accepted

How do you compress a directory in Squeak Smalltalk?

6 votes
Accepted

How can I run external code from Squeak environment?

6 votes
Accepted

Monticello extension method categorization rules

6 votes
Accepted

What should a purely object-oriented language look like to be "widely" used?

5 votes

Understanding Float>>asFraction and its variants

5 votes

Decoding WAV Files in Squeak Smalltalk

5 votes

Sleep blocks whole program (Smalltalk Squeak)

5 votes
Accepted

Squeak Smalltalk, why sometimes the reduced method doesn't work?

5 votes
Accepted

How to create an arrow morph in smalltalk80 (squeak) programmatically?

5 votes
Accepted

HowTo make a marching ants border in Morphic?

5 votes

Is it possible to extend an individual object in Smalltalk

4 votes
Accepted

Lazy list s-expression matrix in smalltalk

4 votes
Accepted

Is there a += in Smalltalk? Or anything similar?

4 votes
Accepted

How to connect a Morph to an Object that it is supposed to visualize in Morphic?