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

#201 2013-03-22 20:37:26

NoxSpooth
Scratcher
Registered: 2013-03-19
Posts: 500+

Re: Javascript topic

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm


http://i1244.photobucket.com/albums/gg572/BLU_Spy/Best-Cry-Ever_zps3b2b857a.gif Goodbye, 1.4... We'll miss you...

Offline

 

#202 2013-03-22 20:45:24

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Javascript topic

veggieman001 wrote:

transparent wrote:

wow jquery ur lazy omg
(im too)

That was actually already there on the code I rewrote, so I just left it.

YMIBANWAH wrote:

I use javascript on Khan Academy, but otherwise normal Java is better, unless you are messing with the json to mess with scripts in the scratch 2.0 beta.

Contrary to popular belief, Javascript and Java are unrelated (except for similar C-like syntax overall). Some big differences between them include that Javascript is weakly-typed, was intended from its creation to be used with HTML in web browsers, and because of that has many built in methods for manipulating and interacting with HTML and CSS. Plus, there isn't just one Javascript interpreter, whereas all Java applications are run on Sun's JRE.

Well, besides the people that made them.  And you're forgetting linux when you say they all run on Sun's JRE.  I know some linux computers that run on openjdk instead.


http://i.imgur.com/BAEgGDL.png

Offline

 

#203 2013-03-22 20:48:02

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Javascript topic

NoxSpooth wrote:

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm

Java is different to Javascript.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#204 2013-03-22 20:49:33

NoxSpooth
Scratcher
Registered: 2013-03-19
Posts: 500+

Re: Javascript topic

jji7skyline wrote:

NoxSpooth wrote:

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm

Java is different to Javascript.

... Really?

Forgive my stupidity. xP


http://i1244.photobucket.com/albums/gg572/BLU_Spy/Best-Cry-Ever_zps3b2b857a.gif Goodbye, 1.4... We'll miss you...

Offline

 

#205 2013-03-22 21:16:50

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Javascript topic

GeonoTRON2000 wrote:

veggieman001 wrote:

transparent wrote:

wow jquery ur lazy omg
(im too)

That was actually already there on the code I rewrote, so I just left it.

YMIBANWAH wrote:

I use javascript on Khan Academy, but otherwise normal Java is better, unless you are messing with the json to mess with scripts in the scratch 2.0 beta.

Contrary to popular belief, Javascript and Java are unrelated (except for similar C-like syntax overall). Some big differences between them include that Javascript is weakly-typed, was intended from its creation to be used with HTML in web browsers, and because of that has many built in methods for manipulating and interacting with HTML and CSS. Plus, there isn't just one Javascript interpreter, whereas all Java applications are run on Sun's JRE.

Well, besides the people that made them.  And you're forgetting linux when you say they all run on Sun's JRE.  I know some linux computers that run on openjdk instead.

The people that made them? Sun (now part of Oracle) made Java, and Netscape made Javascript.

And OpenJDK is by Oracle, so I think it counts as within the "Sun JRE".


Posts: 20000 - Show all posts

Offline

 

#206 2013-03-22 21:46:23

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Javascript topic

NoxSpooth wrote:

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm

Yep you need normal java for that unless you have a special javascript moddification.


Ingarts read it today!

Offline

 

#207 2013-03-22 21:53:09

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Javascript topic

YMIBANWAH wrote:

NoxSpooth wrote:

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm

Yep you need normal java for that unless you have a special javascript moddification.

You can't use Javascript (even with a modification) to mod Minecraft. Plus, it's inaccurate to say "normal Java" when Java is the only Java and JS is not related.


Posts: 20000 - Show all posts

Offline

 

#208 2013-03-23 00:19:40

banana500
Scratcher
Registered: 2009-09-06
Posts: 1000+

Re: Javascript topic

I'm learning it on codecademy right now, very very fun!


http://i.imgur.com/jrCyB2r.gif
'Cause I'm NUMBER ONE.

Offline

 

#209 2013-03-23 00:22:41

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Javascript topic

veggieman001 wrote:

GeonoTRON2000 wrote:

veggieman001 wrote:

transparent wrote:

wow jquery ur lazy omg
(im too)

That was actually already there on the code I rewrote, so I just left it.

Contrary to popular belief, Javascript and Java are unrelated (except for similar C-like syntax overall). Some big differences between them include that Javascript is weakly-typed, was intended from its creation to be used with HTML in web browsers, and because of that has many built in methods for manipulating and interacting with HTML and CSS. Plus, there isn't just one Javascript interpreter, whereas all Java applications are run on Sun's JRE.

Well, besides the people that made them.  And you're forgetting linux when you say they all run on Sun's JRE.  I know some linux computers that run on openjdk instead.

The people that made them? Sun (now part of Oracle) made Java, and Netscape made Javascript.

And OpenJDK is by Oracle, so I think it counts as within the "Sun JRE".

Pardon my extreme and almost obsessive attention to detail, but Sun is a subdivision of Oracle and OpenJDK is another, making them siblings.  It would, therefore, only be completely accurate to say "Oracle's JRE".


http://i.imgur.com/BAEgGDL.png

Offline

 

#210 2013-03-23 00:25:50

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Javascript topic

GeonoTRON2000 wrote:

veggieman001 wrote:

GeonoTRON2000 wrote:


Well, besides the people that made them.  And you're forgetting linux when you say they all run on Sun's JRE.  I know some linux computers that run on openjdk instead.

The people that made them? Sun (now part of Oracle) made Java, and Netscape made Javascript.

And OpenJDK is by Oracle, so I think it counts as within the "Sun JRE".

Pardon my extreme and almost obsessive attention to detail, but Sun is a subdivision of Oracle and OpenJDK is another, making them siblings.  It would, therefore, only be completely accurate to say "Oracle's JRE".

Sun no longer exists as an entity in any shape or form and I was really just referring to Oracle (and saying Sun just by habit). Plus, the Wikipedia article I linked to says "It is the result of an effort Sun Microsystems began in 2006."
Therefore, they are both the results of work by Sun. Hence the classification as the Sun JRE.


Posts: 20000 - Show all posts

Offline

 

#211 2013-03-23 06:38:42

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Javascript topic

NoxSpooth wrote:

jji7skyline wrote:

NoxSpooth wrote:

So, to make things like Minecraft mods, I need to know Java, right?

... I really want to learn how to program with it.  hmm

Java is different to Javascript.

... Really?

Forgive my stupidity. xP

I could borrow you a book to help you learn, but this is the internet...

Try googling some java tutorials.

  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

Board footer