Smalltalk: Swimming with the fish
simberon.blogspot.nl
Smalltalk: Swimming with the fish
1–10 of 87 posts
Re: Smalltalk: Swimming with the fish
#2I really hope this project pans out, because I would love to be able to program in Smalltalk for practical purposes.
(In fact, even the thought of being able to write a single application in both Lisp (Clojure) and Smalltalk (Redline) is making me giddy. We're still a long ways from this dream, but perhaps it'll be possible one day.)
Re: Smalltalk: Swimming with the fish
#3http://www.usingenglish.com/reference/idioms/swim+with+the+f...
Re: Smalltalk: Swimming with the fish
#4A while back I backed an IndieGoGo project dedicated to bringing Smalltalk to the JVM: http://www.indiegogo.com/projects/redline-smalltalk-v1-0 I really hope this project pans out, because I would love to be able to program in Smalltalk for practical purposes. (In fact, even the thought of being able to write a single application in both Lisp (Clojure) and Smalltalk (Redline) is making me giddy. We're still a long wa…
Re: Smalltalk: Swimming with the fish
#5Re: Smalltalk: Swimming with the fish
#6I've got a bit of the blub paradox going on here so this story is lost on me. Can anyone give me a concrete example of what he's talking about instead of an abstract analogy?
At least I think that is what the author is trying to convey.
Re: Smalltalk: Swimming with the fish
#7A while back I backed an IndieGoGo project dedicated to bringing Smalltalk to the JVM: http://www.indiegogo.com/projects/redline-smalltalk-v1-0 I really hope this project pans out, because I would love to be able to program in Smalltalk for practical purposes. (In fact, even the thought of being able to write a single application in both Lisp (Clojure) and Smalltalk (Redline) is making me giddy. We're still a long wa…
Re: Smalltalk: Swimming with the fish
#8I've got a bit of the blub paradox going on here so this story is lost on me. Can anyone give me a concrete example of what he's talking about instead of an abstract analogy?
Look, a cosmetic bug in this window. Right click on it, click Inspect. Looks like one of the properties has the wrong value. Edit the property from the inspector, fix the problem. The application was running the whole time and now is fixed.
An impressive thing you can do with Fuel is serialize and deserialize the exception with all state. Somebody blows up your web application. You wrote a bit of code to catch unhandled exceptions and export them with Fuel. You download the binary to your local computer and deserialize it in your live Smalltalk image. You see the debugger window pop up and can examine all the state when the error happened as if it popped up locally. See, examine, change the code, all of it live the whole time. (I don't know if this is done in practice much, but it's pretty normal to run a headless Smalltalk image and connect to it over VNC when you need to debug something).
To sum up, everything is live all the time in Smalltalk, and you can interactively change all the actual running instances, both code and data, at any time without interrupting anything.
Re: Smalltalk: Swimming with the fish
#9A while back I backed an IndieGoGo project dedicated to bringing Smalltalk to the JVM: http://www.indiegogo.com/projects/redline-smalltalk-v1-0 I really hope this project pans out, because I would love to be able to program in Smalltalk for practical purposes. (In fact, even the thought of being able to write a single application in both Lisp (Clojure) and Smalltalk (Redline) is making me giddy. We're still a long wa…
It is cool, but redline doesn't have the environment of smalltalk, just the language. Which, arguably, misses a LOT of the point of using smalltalk.
Re: Smalltalk: Swimming with the fish
#10Based on the title, I assumed this would be an article about how Smalltalk has been murdered: http://www.usingenglish.com/reference/idioms/swim+with+the+f...