Develop a contact manager desktop application.
You will learn: - how Pharo helps the "Program by intention" style of programming - how to create basic persistency of created Contact object - how to compose a GUI, basic widgets, events and layout Laurent Laffont - @lolgzs Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ |
Thank you, it's cool :)
Ben On Feb 3, 2011, at 12:46 PM, laurent laffont wrote: Develop a contact manager desktop application. |
In reply to this post by laurent laffont
Another EXCELLENT screencast by Laurent.
Thanks by share!!! 2011/2/3 laurent laffont <[hidden email]>: > Develop a contact manager desktop application. > > You will learn: > - how Pharo helps the "Program by intention" style of programming > - how to create basic persistency of created Contact object > - how to compose a GUI, basic widgets, events and layout > > http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ > -- |
In reply to this post by laurent laffont
argh the kind of mail I cannot skip fast :)
Thanks a lot laurent! S. On Feb 3, 2011, at 12:46 PM, laurent laffont wrote: > Develop a contact manager desktop application. > > You will learn: > - how Pharo helps the "Program by intention" style of programming > - how to create basic persistency of created Contact object > - how to compose a GUI, basic widgets, events and layout > > http://www.pharocasts.com/2011/02/pharo-gui-with-polymorph.html > > > Laurent Laffont - @lolgzs > > Pharo Smalltalk Screencasts: http://www.pharocasts.com/ > Blog: http://magaloma.blogspot.com/ |
In reply to this post by laurent laffont
Hello,
I really exciting in how #changed: work. It is from old smalltalk MVC? 2011/2/3 laurent laffont <[hidden email]> Develop a contact manager desktop application. |
Thanks - that's very informative. Especially interesting for me.
Firstly I've been playing around with a similar example and was at least on the right track, though my several hours have only yielded half the solution so far :-) Secondly, and much more importantly, it has given me a bit of an insight into how real smalltalk developers work. I had never really understood the productivity gains that this environment can give you over and above all the other IDEs for other languages that I have used previously. Seeing the debugger being used to dynamically create stuff as you need it was a revelation :-) |
On Tue, Feb 8, 2011 at 11:34 PM, Jeff Gray <[hidden email]> wrote:
Cool ! Laurent -- |
Free forum by Nabble | Edit this page |