Live data from Hacker News

How learning Smalltalk can make you a better developer

techbeacon.com

1–10 of 73 posts

Re: How learning Smalltalk can make you a better developer

#3

Unstoppable 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

Re: How learning Smalltalk can make you a better developer

#5

Unstoppable 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

If browsers showed stats, I wouldn't be surprised printfriendly being on the first spot.

printfriendly will lower your blood pressure.

When I feel anarchist enough I use dillo.

Re: How learning Smalltalk can make you a better developer

#8
I 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 the languages that I use everyday to be able to do it.

Re: How learning Smalltalk can make you a better developer

#9
post #8

I 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

Re: How learning Smalltalk can make you a better developer

#10
post #9
post #8

I 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

Does Hoogle let you search by example?
Post reply on HN