http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute... ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 11 May 2015, at 23:49, Sean P. DeNigris <sean@clipperadams.com> wrote:
http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute...
Not a perfect demo (he could have run the tests from within the browser), but nice to see how (some) outsiders think about Pharo
----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
I think he did a marvelous job for a newcomer. Doru On Tue, May 12, 2015 at 11:44 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 11 May 2015, at 23:49, Sean P. DeNigris <sean@clipperadams.com> wrote:
http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute...
Not a perfect demo (he could have run the tests from within the browser), but nice to see how (some) outsiders think about Pharo
----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- www.tudorgirba.com "Every thing has its own flow"
Tudor Girba-2 wrote
I think he did a marvelous job for a newcomer.
+1. For me, he cut straight the most important thing - the power of a live environment - all the technical details are secondary. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891p4825960.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 12 May 2015, at 11:44, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 11 May 2015, at 23:49, Sean P. DeNigris <sean@clipperadams.com> wrote:
http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute...
Not a perfect demo (he could have run the tests from within the browser), but nice to see how (some) outsiders think about Pharo
Which brings us to the conclusion, that we have to improve improve dx for TDD :) Uko
----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Indeed, this is a major area for Pharo that requires significant overhaul :) Cheers, Doru On Tue, May 12, 2015 at 11:56 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 12 May 2015, at 11:44, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 11 May 2015, at 23:49, Sean P. DeNigris <sean@clipperadams.com> wrote:
http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute...
Not a perfect demo (he could have run the tests from within the browser), but nice to see how (some) outsiders think about Pharo
Which brings us to the conclusion, that we have to improve improve dx for TDD :)
Uko
----- Cheers, Sean -- View this message in context:
http://forum.world.st/Pharo-Screencast-By-a-Ruby-Guy-tp4825891.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- www.tudorgirba.com "Every thing has its own flow"
On Tue, May 12, 2015 at 5:56 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 12 May 2015, at 11:44, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 11 May 2015, at 23:49, Sean P. DeNigris <sean@clipperadams.com> wrote:
http://devblog.avdi.org/2015/05/11/in-which-i-make-you-hate-ruby-in-7-minute...
Not a perfect demo (he could have run the tests from within the browser), but nice to see how (some) outsiders think about Pharo
Which brings us to the conclusion, that we have to improve improve dx for TDD :)
There have been several comments to the effect, "Everything there was pretty cool, but when you searched the documentation âby exampleâ, I literally shouted, âNo way!â, alone here in my office. Thatâs such a brilliant idea." Maybe we should transfer the Finder>Examples behaviour to GTSpotter and promote it more. (I've not got Pharo with me to check. Maybe I remember some announcement on this, but its not very visible or discoverable). Its filter might be #howto, similar to #i and #s. cheers -ben
There have been several comments to the effect, "Everything there was pretty cool, but when you searched the documentation âby exampleâ, I literally shouted, âNo way!â, alone here in my office. Thatâs such a brilliant idea." Maybe we should transfer the Finder>Examples behaviour to GTSpotter and promote it more. (I've not got Pharo with me to check. Maybe I remember some announcement on this, but its not very visible or discoverable). Its filter might be #howto, similar to #i and #s.
I mentioned the idea that Spotter should directly allows one to type examples and get the answer during the Pharo days. And I guess that andrei already implemented it :)
cheers -ben
On Fri, May 15, 2015 at 9:45 PM, stepharo <stepharo@free.fr> wrote:
There have been several comments to the effect, "Everything there was pretty cool, but when you searched the documentation âby exampleâ, I literally shouted, âNo way!â, alone here in my office. Thatâs such a brilliant idea."
Maybe we should transfer the Finder>Examples behaviour to GTSpotter and promote it more. (I've not got Pharo with me to check. Maybe I remember some announcement on this, but its not very visible or discoverable). Its filter might be #howto, similar to #i and #s.
I mentioned the idea that Spotter should directly allows one to type examples and get the answer during the Pharo days. And I guess that andrei already implemented it :)
We made an integration of the examples finder for spotter a while back but I do not remember why I did not integrate it and now I cannot seem to find it. We can do it again as it's not that complicated :) The only issue is that compileSilently is not that silent. In spotter we need to permanently compile the query that you enter and compileSilently leaves a trace in the "recent changes" list: https://pharo.fogbugz.com/f/cases/15314/compileSilently-and-method-history-c... Cheers, Andrei
cheers -ben
participants (7)
-
Andrei Chis -
Ben Coman -
Sean P. DeNigris -
stepharo -
Sven Van Caekenberghe -
Tudor Girba -
Yuriy Tymchuk