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

#1 2010-11-30 15:12:30

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Translating a language to squeak!

Um, i was wondering how you would translate a language to squeak!. Like Web Blox, you can program in another language with the UI of Scratch. How?

Offline

 

#2 2010-11-30 16:23:56

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Translating a language to squeak!

you mean like, converting scratch projects to squeak files?


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#3 2010-11-30 17:01:27

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Translating a language to squeak!

-GizzardGulp- wrote:

you mean like, converting scratch projects to squeak files?

More like translating stuff like

Python
HTML

to

Squeak


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#4 2010-12-01 02:54:26

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Translating a language to squeak!

This is what I'm doing in web blox...
I have a hat block that clears a temp file.
Then every block in that stack write 1 line to that file. Okay?  smile


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#5 2010-12-01 13:19:50

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Translating a language to squeak!

Daffy22 wrote:

This is what I'm doing in web blox...
I have a hat block that clears a temp file.
Then every block in that stack write 1 line to that file. Okay?  smile

I kinda get it.  So like every block writes a line of code in a html file? Oh and does Web Blox have a preview thing?

Offline

 

#6 2010-12-07 14:02:57

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Translating a language to squeak!

bump

Offline

 

#7 2010-12-07 14:14:21

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Translating a language to squeak!

i know you can program in c++ by doing;

cout <<"Hello world"<< endl;


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#8 2010-12-07 14:19:35

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Translating a language to squeak!

I know C++. But what I mean is, "How can I translate blocks that you may use in a mod, to do something in a different language?" Like WebBlox

Offline

 

Board footer