How learning Smalltalk can make you a better developer
techbeacon.com
How learning Smalltalk can make you a better developer
1–10 of 73 posts
Re: How learning Smalltalk can make you a better developer
#2Re: How learning Smalltalk can make you a better developer
#3Unstoppable pop-ups
No wonder why Medium has grown so much.
Re: How learning Smalltalk can make you a better developer
#4Unstoppable pop-ups
Re: How learning Smalltalk can make you a better developer
#5Unstoppable pop-ups
I almost can't read anything more than a page long without Print Friendly[1] or Readability[2]. Not because of ads, but getting rid of all the distraction makes it so much more pleasurable. No wonder why Medium has grown so much. [1] https://www.printfriendly.com/ [2] https://www.readability.com
printfriendly will lower your blood pressure.
When I feel anarchist enough I use dillo.
Re: How learning Smalltalk can make you a better developer
#6Re: How learning Smalltalk can make you a better developer
#7Re: How learning Smalltalk can make you a better developer
#8 "hi" => "HI"
and Smalltalk would tell you "toUpperCase". Immediately after seeing this, I wanted the languages that I use everyday to be able to do it.Re: How learning Smalltalk can make you a better developer
#9I tried out Smalltalk for a day and I was completely amazed by the some of the features that still haven't made it into other languages. One of the features that I remember in particular was the ability to search for functions by examples. I don't remember the exact syntax for it, but you could search by something like: "hi" => "HI" and Smalltalk would tell you "toUpperCase". Immediately after seeing this, I wanted t…
Re: How learning Smalltalk can make you a better developer
#10I tried out Smalltalk for a day and I was completely amazed by the some of the features that still haven't made it into other languages. One of the features that I remember in particular was the ability to search for functions by examples. I don't remember the exact syntax for it, but you could search by something like: "hi" => "HI" and Smalltalk would tell you "toUpperCase". Immediately after seeing this, I wanted t…
Haskell has this through hoogle. http://www.haskell.org/hoogle