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

#1 2012-04-28 12:13:08

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Scratch based real programming language

I plan to make one but first i need to see whether people will want/use one
I can't do it right know due to my exams in 2 weeks time.
The way it going to work is that it will compile the scratch code into Java code and then it  will run it through the java compiler to make a .jar file

So what do you think?


Stuff to do wrote:

Do exams = 2%
Finish learning Java = 90%
Get IDE = 100%

That sort of failed

Last edited by muppetds (2012-05-02 10:41:20)


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#2 2012-04-28 12:14:53

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Scratch based real programming language

It might be cool to use something like Kurt.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#3 2012-04-28 12:16:10

Andres-Vander
Scratcher
Registered: 2010-09-16
Posts: 1000+

Re: Scratch based real programming language

I would like a text scratch better


http://www.gifsoup.com/view1/2260823/flugelhorn-feline-o.gif

Offline

 

#4 2012-04-28 12:18:09

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

Ill include that in as well as drag and drop


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#5 2012-04-28 12:22:57

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Scratch based real programming language

bobbybee wrote:

It might be cool to use something like Kurt.

+1
and it sounds cool :3


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#6 2012-04-28 12:37:50

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

bobbybee wrote:

It might be cool to use something like Kurt.

maybe


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#7 2012-04-28 15:42:11

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Scratch based real programming language

I can't use jar, only .EXE. But it sounds cool  smile .


http://i47.tinypic.com/rrqe13.gif

Offline

 

#8 2012-04-28 15:52:03

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

You should be able to  use jars


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#9 2012-04-28 15:56:37

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Scratch based real programming language

muppetds wrote:

You should be able to  use jars

Do .jar files run on Windows?


http://i47.tinypic.com/rrqe13.gif

Offline

 

#10 2012-04-29 03:55:10

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

poemon1 wrote:

muppetds wrote:

You should be able to  use jars

Do .jar files run on Windows?

Yes they do


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#11 2012-04-29 05:59:46

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Scratch based real programming language

Only with the Java Run Time Environment though...


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#12 2012-04-29 06:09:01

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

yeah but nearly all pcs/macs have it though


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#13 2012-04-29 07:27:48

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch based real programming language

Assuming it'll be EXACTLY like scratch, but with a real programming language, maybe you can use something like = to mark a command for an example. Would it be something like this?

= When green flag clicked
= Wait 3 seconds
= Move %scratch cat.png% 3 steps
= Rotate 34 right

or would it have to be more complex then that?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#14 2012-04-29 07:52:31

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Scratch based real programming language

Will this have the ability to compile into a standalone programs or have a runtime engine?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#15 2012-04-29 08:23:42

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

compile into a .jar yes


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#16 2012-04-29 08:25:14

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

elfin8er wrote:

Assuming it'll be EXACTLY like scratch, but with a real programming language, maybe you can use something like = to mark a command for an example. Would it be something like this?

= When green flag clicked
= Wait 3 seconds
= Move %scratch cat.png% 3 steps
= Rotate 34 right

or would it have to be more complex then that?

No it will just use the syntax similar to the scratch blocks plugin

Gah 60 second ruled


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#17 2012-04-29 08:25:33

ZeroLuck
Scratcher
Registered: 2010-02-23
Posts: 500+

Re: Scratch based real programming language

What you are planning to do is nearly the same like JBlocks...

Last edited by ZeroLuck (2012-04-29 08:26:35)


http://3.bp.blogspot.com/-oL2Atzp0Byw/T465vIQ36dI/AAAAAAAAADo/1vqL4PvhkM0/s1600/scratchdachwiki.png

Offline

 

#18 2012-04-29 08:27:37

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

Ah but will it have a compiler?
lol my mouse is stuck on spinning beach ball


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#19 2012-04-29 10:01:57

ZeroLuck
Scratcher
Registered: 2010-02-23
Posts: 500+

Re: Scratch based real programming language

muppetds wrote:

Ah but will it have a compiler?
lol my mouse is stuck on spinning beach ball

Yes. You can choose between a virtual machine and the compiler.


http://3.bp.blogspot.com/-oL2Atzp0Byw/T465vIQ36dI/AAAAAAAAADo/1vqL4PvhkM0/s1600/scratchdachwiki.png

Offline

 

#20 2012-04-29 10:13:43

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

so same ideas?

I will still do it anyway. I need something to do instead of playing tf2 after my exams


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#21 2012-04-29 11:10:12

wmays
Scratcher
Registered: 2008-05-10
Posts: 500+

Re: Scratch based real programming language

I might be able to help. I actually have already started writing a bunch of base code for this type of thing, and I'm trying to make it moddable. Perhaps you could help me?


http://i42.tinypic.com/2z5vcz9.gif
http://phpscripthost.comoj.com/imagescripts/ipimg.php

Offline

 

#22 2012-04-29 11:16:35

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

maybe
not right know though see my soggy


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#23 2012-05-02 10:41:09

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

bumpy


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#24 2012-05-02 12:29:53

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: Scratch based real programming language

I must say , to java is indeed a wrong way  tongue  java is slow.. hell its even slower then javascript now  tongue  + java will have to follow the hard syntax, something like javascript will be much better or C ( if you really wanna make it that powerful ), because javascripts syntax is loose like scratches is  tongue


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#25 2012-05-02 12:30:51

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Scratch based real programming language

I'm not fussed about speed s


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

Board footer