[Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread Tim Retz
I seem to be having a hard time finding any sort of smalltalk tutorial that doesn't assume I'm already a master programmer in some other language. ...That's not to say I haven't read, and executed examples from, a few of them. I've followed along with the laser game development guide by Stephan

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread laurent laffont
On Wed, Mar 30, 2011 at 9:00 AM, Tim Retz human.shield@gmail.comwrote: I seem to be having a hard time finding any sort of smalltalk tutorial that doesn't assume I'm already a master programmer in some other language. ...That's not to say I haven't read, and executed examples from, a few

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread Amir Ansari
Check out this thread: http://lists.squeakfoundation.org/pipermail/beginners/2010-October/007313.html Amir On Wed, 30 Mar 2011 00:00:56 -0700 (PDT) Tim Retz human.shield@gmail.com wrote: I seem to be having a hard time finding any sort of smalltalk tutorial that doesn't assume I'm

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread Ralph Johnson
The book Joy of Smalltalk by Ivan Tomek was written to teach programming in Smalltalk. You can find it at http://plato.acadiau.ca/courses/comp/tomek/jos.htm It is for VisualWorks, so a lot of things will be different, but most of it will be the same. You should give it a try and let us see how

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread David Mitchell
This list is maintained by Stephane Ducasse: http://stephane.ducasse.free.fr/FreeBooks.html He also wrote an excellent book, *Squeak: Learn Programming with Robots*that assumes no development experience: http://news.squeak.org/2008/10/28/squeak-learn-programming-with-robots-now-free/ On Wed,

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread David T. Lewis
On Wed, Mar 30, 2011 at 07:21:39AM -0500, David Mitchell wrote: This list is maintained by Stephane Ducasse: http://stephane.ducasse.free.fr/FreeBooks.html He also wrote an excellent book, *Squeak: Learn Programming with Robots*that assumes no development experience:

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread David Corking
On Wed, Mar 30, 2011, Tim Retz wrote: My problem is that smalltalk is my first programing language, So I need to figure out how to break a problem down to something I can code out Computer scientists are taught courses like algorithms and data structures. Others like me end up skipping these,

Re: [Newbies] Re: Where's the source for Squeak By Example?

2011-03-30 Thread lists . squeakfoundation . org
Rick H. wrote: lists.squeakfoundation.org at ben.coman.com.au writes: I've got Windows 7. I can test if you outline a step-by-step. Sure. It's disturbingly simple. I open up a new tab in my Internet Explorer 8 window, type this into the top box, and press return.

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread Steve Thomas
On Wed, Mar 30, 2011 at 9:59 AM, David Corking li...@dcorking.com wrote: On Wed, Mar 30, 2011, Tim Retz wrote: My problem is that smalltalk is my first programing language, So I need to figure out how to break a problem down to something I can code out (3) Etoys is a much simpler

[Newbies] Re: Where's the source for Squeak By Example?

2011-03-30 Thread Rick H .
lists.squeakfoundation.org at ben.coman.com.au writes: Rick H. wrote: lists.squeakfoundation.org at ben.coman.com.au writes: I've got Windows 7. I can test if you outline a step-by-step. Sure. It's disturbingly simple. I open up a new tab in my Internet

Re: [Newbies] I've never written a line of code, but want to be a programmer!

2011-03-30 Thread K. K. Subramaniam
On Wednesday 30 Mar 2011 12:30:56 pm Tim Retz wrote: My problem is that smalltalk is my first programing language, So I need to figure out how to break a problem down to something I can code out (I need to learn to scratch-code in a workspace). Start with your own programming problem first