This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-07-10 22:55:29

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Scratch 2 Programming: A guide I'll be making

I think i'll be making a guide to moving on to computer programming. I have the start of it written already, so I think I will announce new progress and a link to the guide when it is done in this thread. Suggestions are welcome for more topics! This is gonna be HUGE!
_______________________________________________________________________________
Announcements
I added Visual Basic to languages.

_______________________________________________________________________________

_______________________________________________________________________________
Topics that will be covered:

Using text-editors to write programs
Compilers
Interpreters and Scripting Languages
Object-Oriented programming
Web programming (HTML, Javascript, CSS, CGI, PHP, ASP, JSP, etc.)
A sample(Short intro program and info passage) of many languages(C, C++, Objective C, Visual Basic, Ruby, Python, Smalltalk/Squeak)
A guide on where to start for Mac programming with GUI (Xcode/Cocoa)(Sorry windows users!)

+ A lot more!
_______________________________________________________________________________

_______________________________________________________________________________
Progress

Completed:

Table of Contents
Intro
Compilers/Interpreters/Partially-Compiled languages 50% done
Object Oriented Programming

Incomplete/Unfinished:

Too much too list...
_______________________________________________________________________________

Last edited by AlanProjects (2009-07-21 06:14:16)

Offline

 

#2 2009-07-10 22:57:47

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: Scratch 2 Programming: A guide I'll be making

I want to see this! Especially the HTML, I could use some tips on that.

Offline

 

#3 2009-07-10 23:02:09

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Scratch 2 Programming: A guide I'll be making

My old teacher's site has some cool info on some of those things
http://www.dfstermole.net/


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#4 2009-07-10 23:04:24

Blade-Edge
Scratcher
Registered: 2009-06-13
Posts: 1000+

Re: Scratch 2 Programming: A guide I'll be making

lol arch i rearranged the letters in that link

will there be a guide to virtual basic?


http://img29.imageshack.us/img29/5145/scratchycat.gif CLASSY

Offline

 

#5 2009-07-11 06:20:59

djmoomoo
Scratcher
Registered: 2007-08-31
Posts: 57

Re: Scratch 2 Programming: A guide I'll be making

This sounds good, but it is too big a task to write about all the languages, why not do a breif explanation of all, then an in-depth guide in C. After all all these languages were based on it:

Java
C++
Objective-C
C#
PHP
Javascript!


There are 0011 types of people, those that can count in binary and those that can't.

Offline

 

#6 2009-07-12 02:44:21

tcb
Scratcher
Registered: 2008-03-25
Posts: 100+

Re: Scratch 2 Programming: A guide I'll be making

I can help: I know HTML, Scratch, JavaScript, C++, Actionscript, MS-DOS, and can easily learn more: I'm good at languages.


http://goo.gl/eCQLihttp://goo.gl/sK54shttp://goo.gl/jC0dehttp://goo.gl/yhGLQhttp://goo.gl/wqvsQ

Offline

 

#7 2009-07-12 16:01:38

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scratch 2 Programming: A guide I'll be making

Blade-Edge wrote:

lol arch i rearranged the letters in that link

will there be a guide to virtual basic?

I forgot about that, i'll try  add it.

Offline

 

#8 2009-07-12 16:03:22

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scratch 2 Programming: A guide I'll be making

djmoomoo wrote:

This sounds good, but it is too big a task to write about all the languages, why not do a breif explanation of all, then an in-depth guide in C. After all all these languages were based on it:

Java
C++
Objective-C
C#
PHP
Javascript!

I figure I could, but seen the C Family (C, C++, Objective C) is so close at the heart, I'll stick with just keeping thode side by side to have a "Taste" of C.

Offline

 

#9 2009-07-13 02:00:42

redware
Scratcher
Registered: 2007-05-21
Posts: 92

Re: Scratch 2 Programming: A guide I'll be making

AlanProjects wrote:

I think i'll be making a guide to moving on to computer programming.

I an a computer programmer and I would move students on to JavaScript after Scratch (or maybe starlogo from MIT) and then on to Java/C# although I know a lot of people out there like python/ruby or php.

Last edited by redware (2009-07-13 02:00:59)

Offline

 

#10 2009-07-13 17:06:54

chalkmarrow
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: Scratch 2 Programming: A guide I'll be making

You may also want to consider Processing, which is free, developed by a couple MIT guys, and offers instant visual feedback while teaching Java syntax:

http://processing.org/

Offline

 

#11 2009-07-16 08:29:53

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: Scratch 2 Programming: A guide I'll be making

chalkmarrow wrote:

You may also want to consider Processing, which is free, developed by a couple MIT guys, and offers instant visual feedback while teaching Java syntax:

http://processing.org/

Thanks for the tip. I got it. It's so easy! A good beginners programming lang.


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#12 2009-07-17 14:26:04

billyedward
Scratcher
Registered: 2008-01-03
Posts: 500+

Re: Scratch 2 Programming: A guide I'll be making

Well, I am making a language translation file for javascript (js.po). For instance, the new ask block becomes

Code:

prompt("[what's your name?]");

.
Will this help?


"I'd love to change the world, but they haven't released the source code yet."
Check out the latest version of Streak --> http://billy.scienceontheweb.net/Streak

Offline

 

#13 2009-07-19 04:19:42

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Scratch 2 Programming: A guide I'll be making

redware wrote:

AlanProjects wrote:

I think i'll be making a guide to moving on to computer programming.

I an a computer programmer and I would move students on to JavaScript after Scratch (or maybe starlogo from MIT) and then on to Java/C# although I know a lot of people out there like python/ruby or php.

I love Ruby  big_smile  , Anyway, Javascript is more for web scipting then for computer scripting.

Offline

 

Board footer