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

#1 2013-01-15 10:48:11

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

What is scratch based on?

What does Scratch help you on?

It seems like Scratch is to help people use more advanced programming languages! For example, the forever Loop:

forever // start a loop
// end // end a loop
end
in Lua and C++ are similar:


Lua:


while true do --start the loop
-- some stuff

end --end the loop


C++


for (;;) //start the loop
{
// some stuff
} //end the loop

Last edited by KrIsMa (2013-01-15 11:12:18)


http://blocks.scratchr.org/API.php?user=KrIsMa&action=onlineStatus&online=http://i49.tinypic.com/2pzic0m.png&offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#2 2013-01-15 10:54:22

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: What is scratch based on?

Scratch is based on Squeak.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2013-01-15 15:31:10

BlackKyurem
Scratcher
Registered: 2012-12-22
Posts: 100+

Re: What is scratch based on?

It's based off Squeak


inspirational quote as of now: anything you can imagine is real | Main Account: ProgrammingPro01
http://img843.imageshack.us/img843/1205/blackkyuremsig.png

Offline

 

Board footer