The smalltalk tag has no wiki summary.
2
votes
1answer
325 views
Are there similarities between operating system kernels and programming language kernels?
I know very little about Smalltalk but I noticed that there's a frequent mention of the "kernel". Dan Ingalls prime maintainer of several implementations of Smalltalk also worked on a Javascript ...
0
votes
2answers
181 views
Smalltalk Beginner needs help
I was wondering if someone can point me to some good resources in regards to learning Smalltalk. Total "newb" here :) so I'm looking for like a foundation tutorial.
I saw a few videos on Youtube, but ...
2
votes
1answer
447 views
Were method cascades ever considered for C#?
Smalltalk supports a syntax feature called "message cascades". Cascades are being adopted by the Dart Programming language.
As far as I know, C# doesn't support this. Were they ever considered during ...
4
votes
4answers
433 views
Is there an IDE for python that creates the same kind of reflective environment that Smalltalk provides?
As anyone who has used Smalltalk knows, one of the main benefits (other than a late-bound language that discourages many poor practices), is that the system is totally transparent and reflective, ...
2
votes
1answer
91 views
Is there a common denominator of all Smalltalk implementations?
In most languages, there is standard libraries. And this is foundation, common denominator of them. Applications can be written with guarantee of the denominator.
What's the core of Smalltalk?
27
votes
2answers
911 views
What did Alan Kay mean by “assignment” in The Early History of Smalltalk?
I have been reading The Early History of Smalltalk and there are a few mentions of "assignment" which make me question my understanding of its meaning:
Though OOP came from many motivations, two ...
2
votes
1answer
80 views
How to get hold of the existing code base/projects in squeaksource.com?
I am very new to smalltalk. And I am currently trying to wrap my head around GNU smalltalk (pharo environment). Upon browsing through the introductory session of pharo by example, I came to know that ...
4
votes
5answers
503 views
Learning Smalltalk as a Java programmer
I am a Java programmer willing to learn smalltalk. As of now I am working within the Pharo environment. Trying to switch from Java to Smalltalk is being a bit of a headache, honestly. I would like to ...
6
votes
5answers
600 views
Real-world use cases for Smalltalk
I've been playing a bit with Smalltalk, and I found it interesting.
I know that there are some classical examples of Smalltalk: the Smalltalk images themselves and the Seaside web framework, and that ...
5
votes
2answers
151 views
Has Smalltalk been used to write server-side components for a web-app?
Has Smalltalk been used in a production-level system, to write the server-side components of a web-app?
2
votes
3answers
573 views
Where is Smalltalk-80 best used?
I want to know in which applications/programming domain are most suitable for Smalltalk. Could anyone please provide me some useful links that could answer my query?
Through googling I learned that ...
4
votes
2answers
169 views
Smalltalk learning resources [closed]
I like to learn Smalltalk. How should I start? Any suggestions regarding books or tutorials?