This has been sent to both the Squeak-dev list and the squeak beginners list
For those of you that don't know me, I am a 14 year old programmer. I want to write something useful, but I don't have any ideas! I have always had this problem, with any language, and, all of the problems that have been going around on the mailing lists seem to hard for me to work on, as I am not very proficient as a developer and I am looking for some easy beginner projects! Thank you in advance! -- David Zmick /dz0004455\ http://dz0004455.googlepages.com _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Sat, Mar 22, 2008 at 02:37:44PM -0500, David Zmick wrote:
> This has been sent to both the Squeak-dev list and the squeak beginners > list > > For those of you that don't know me, I am a 14 year old programmer. I > want to write something useful, but I don't have any ideas! I have always > had this problem, with any language, and, all of the problems that have > been going around on the mailing lists seem to hard for me to work on, as > I am not very proficient as a developer and I am looking for some easy > beginner projects! Thank you in advance! There are some ideas we would like to see on the Google Summer of Code ideas page: http://wiki.squeak.org/squeak/6032 You are not eligible to participate in Google Summer of Code if you are under 18, but feel free to try tackling one of those projects anyway. And don't forget, all of us who know how to squeak had to try it without knowing how at first. Hang out on the #squeak channel when you have a question; people are always willing to help. There is no quick way to learn how to program. You just have to do it and learn. Have fun. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by David Zmick
On Sat, 22 Mar 2008 14:37:44 -0500
"David Zmick" <[hidden email]> wrote: > This has been sent to both the Squeak-dev list and the squeak beginners list > > For those of you that don't know me, I am a 14 year old programmer. I want > to write something useful, but I don't have any ideas! I have always had > this problem, with any language, and, all of the problems that have been > going around on the mailing lists seem to hard for me to work on, as I am > not very proficient as a developer and I am looking for some easy beginner > projects! Thank you in advance! Write a game! Pick a genre that you like, or make one up (if you're really creative!). Games can be more fun to write than they are to play, and I think that Squeak should be able to handle 2-D graphics quite well if you use BitBlt and Forms directly. Gulik. -- Michael van der Gulik <[hidden email]> _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by David Zmick
> This has been sent to both the Squeak-dev list and the squeak beginners list
> > For those of you that don't know me, I am a 14 year old programmer. I want > to write something useful, but I don't have any ideas! I have always had > this problem, with any language, and, all of the problems that have been > going around on the mailing lists seem to hard for me to work on, as I am > not very proficient as a developer and I am looking for some easy beginner > projects! Thank you in advance! IMHO, the best projects are the ones you've come up with yourself. In the end, virtually every one of the projects I've worked on has been one where I either needed a tool to solve some job and the existing solutions didn't do it for me, or there was some problem space I was simply curious about. In the latter case, more often than not, there are much better solutions out there waiting for me to just pick up and use, but, of course, that's not the point. The point is to try things out yourself, just for the fun of it. As an example, I decided to write my own raytracer a while back (just like probably millions of other programmers :). Now, there are a ton of raytracers out there, every one one far more capable than the one I wrote. But the point of the project wasn't to create something unique or useful. It was just fun! So, to sum it up: do something you like and that you're interested in. Don't worry if it's useful. Don't worry if anyone will care. You're 14, for goodness sake, you've got plenty of time to make your mark. :) And those projects *you* come up with are ones you'll likely be far more passionate about and interested in. Incidentally, among a few projects in my earlier days, there was: a little space invaders-style game, a breakout-style game, a simple fire simulation, a basic starfield renderer (you can see what my early interests were :), a version of the old snake game, an equivalent of the readline library with history (back in my old Pascal days)... notice, none terribly original, but I sure had a good time, and I learned a heck of a lot. Brett. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by David Zmick
You might want to have a look at:
A Squeak Development Example Stephan B Wessels <http://squeak.preeminent.org/copyFilesTutorial/index.html> Or his main page: <http://squeak.preeminent.org/> for some ideas. Ken G. Brown At 7:12 PM -0700 3/22/08, [hidden email] apparently wrote: >Date: Sat, 22 Mar 2008 14:37:44 -0500 >From: "David Zmick" <[hidden email]> >Subject: [Newbies] Project Ideas >To: "Squeak Beginners List" <[hidden email]>, > "Squeak-dev List" <[hidden email]> >Message-ID: > <[hidden email]> >Content-Type: text/plain; charset="iso-8859-1" > >This has been sent to both the Squeak-dev list and the squeak beginners list > >For those of you that don't know me, I am a 14 year old programmer. I want >to write something useful, but I don't have any ideas! I have always had >this problem, with any language, and, all of the problems that have been >going around on the mailing lists seem to hard for me to work on, as I am >not very proficient as a developer and I am looking for some easy beginner >projects! Thank you in advance! > >-- >David Zmick >/dz0004455\ >http://dz0004455.googlepages.com >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20080322/f0809fc3/attachment-0001.htm _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by David Zmick
ohh, Thank You thats a very good website!! Thank you very much
dz On Mon, Mar 24, 2008 at 10:40 AM, Ken G. Brown <[hidden email]> wrote: You might want to have a look at: -- David Zmick /dz0004455\ http://dz0004455.googlepages.com _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |