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
My old teacher's site has some cool info on some of those things
http://www.dfstermole.net/
Offline
lol arch i rearranged the letters in that link
will there be a guide to virtual basic?
Offline
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!
Offline
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
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
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
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
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.
)Offline
Well, I am making a language translation file for javascript (js.po). For instance, the new ask block becomes
prompt("[what's your name?]");.
Will this help?
Offline
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
, Anyway, Javascript is more for web scipting then for computer scripting.
Offline