About 10,600,000 results
Open links in new tab
  1. What is so special about Smalltalk? [closed] - Stack Overflow

    May 26, 2010 · 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?

  2. pharo - How to run an Hello world in smalltalk on Windows using …

    Apr 27, 2025 · Let me answer your question by (1) explaining a hello world example in Smalltalk and (2) addressing how to work with images. Hello World in Smalltalk Usually, Smalltalk systems come with …

  3. What is exactly Smalltalk language used for? - Stack Overflow

    Sep 21, 2021 · What is exactly Smalltalk used for? Creating websites? Trying to understand what can be built using this language. Also,what are the tools that are used to code in Smalltalk? I google and see …

  4. What are the key differences between OO in Smalltalk and Java?

    May 30, 2014 · This is clearly one of the major difference between Smalltalk and Java from a OO standpoint. Other difference include the existence of metaclasses, extension methods, duck typing …

  5. What is the correct way to define and call functions in GNU Smalltalk ...

    Then where/how did you define it? I'm a little rusty, and different Smalltalk environments do certain things (like defining stuff in the workspace) differently, but generally, Smalltalk is very very object …

  6. smalltalk - How to read/write objects to a file? - Stack Overflow

    Jan 11, 2016 · I would like to write an object (a simple collection) to a file. I've been looking around and found this question and this question. I also went through a lot of sites with broken links etc, but I ...

  7. Why is smalltalk not a functional programming language?

    Sep 20, 2010 · Smalltalk is a purely Object Oriented Language, where almost all code is basically objects interchanging messages. Functional programming is oriented to function calls, and …

  8. smalltalk - If my Pharo image goes into an infinite loop, how do I ...

    Apart from interrupting an infinite loop as @Uko explained, you probably do not have lost all your work for that two hours, as you feared. If you have killed Pharo externally without saving you could always …

  9. smalltalk - How do we write if elseif elseif in pharo? - Stack Overflow

    Jan 25, 2018 · I have to check 3 conditons using the if elseif elseif. How can I do that in pharo. I did but am not sure since I did not find any such application in pharo. x = 25 ifTrue:[DoSomething] ifFalse:[

  10. smalltalk - Squeak or Pharo for the beginning Smalltalker ... - Stack ...

    Dec 8, 2011 · Today, Smalltalk is used for 2 things: Web programming and research. For both, Pharo has the upper hand (Seaside uses Pharo as its default platform, and University of Lille cranks out the …