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

#51 2012-11-30 15:46:23

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: When will Java die?

soniku3 wrote:

Flash is sorta the new Java only better [/justkiddingornot:D]

I think not


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#52 2012-12-01 16:32:58

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: When will Java die?

Flash is slow and uses a ridicolous amount of memory.

HTML5 is the new Flash (is the new Java? wat.)


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#53 2012-12-01 18:14:21

heat33330
New Scratcher
Registered: 2012-06-17
Posts: 16

Re: When will Java die?

soniku3 wrote:

Flash is sorta the new Java only better [/justkiddingornot:D]

Is there something wrong with you!?

I cannot WAIT 'til flash is DEAD AND BURIED! It is slow, cluttered, unefficient and can slow things down to a crawl depending on your hardware. Have you ever tried to run it on on a PowerPC or Intel mac? [removed by moderator] it's sloooooooow.

Adobe isn't even trying anymore they know it's that bad and is going to die soon.

They've dropped support from linux.

HTML5 and Java can run on WAY more devices and is faster too - especially on older/slower PCs - look at PowerPC macs as an example(Yes I like them and they are still great, useful and are still quite fast today if you get 1.25GHz or more G4) HTML5 runs great and Java doesn't run too bad either! Then look at Flash compared to them, you'd think the computer was a [removed by moderator - please use respectful language] from the early nineties(probably not a [removed by moderator] then but slow now unless you get something from the late nineties - the higher end G4 PowerMacs are actually quite usable) !

Last edited by Paddle2See (2012-12-01 18:50:06)

Offline

 

#54 2012-12-04 13:41:00

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: When will Java die?

heat33330 wrote:

soniku3 wrote:

Flash is sorta the new Java only better [/justkiddingornot:D]

Is there something wrong with you!?

I cannot WAIT 'til flash is DEAD AND BURIED! It is slow, cluttered, unefficient and can slow things down to a crawl depending on your hardware. Have you ever tried to run it on on a PowerPC or Intel mac? [removed by moderator] it's sloooooooow.

Adobe isn't even trying anymore they know it's that bad and is going to die soon.

They've dropped support from linux.

HTML5 and Java can run on WAY more devices and is faster too - especially on older/slower PCs - look at PowerPC macs as an example(Yes I like them and they are still great, useful and are still quite fast today if you get 1.25GHz or more G4) HTML5 runs great and Java doesn't run too bad either! Then look at Flash compared to them, you'd think the computer was a [removed by moderator - please use respectful language] from the early nineties(probably not a [removed by moderator] then but slow now unless you get something from the late nineties - the higher end G4 PowerMacs are actually quite usable) !

I thought Flash would be pretty fast depending on how complex the 'thing' that is being programmed in Flash is. I mean, a simple "Hello, World" program in Flash would be pretty fast. But, I would like to ask for this thread to be closed now. It's gone on too long, and it's starting to get into a flame-war between the 'better' programming language. In my opinion, I belive they both have their advantages and disadvantages.


I'm back.
Maybe.

Offline

 

#55 2012-12-04 22:05:53

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: When will Java die?

Of course the complexity of the program is a pretty big factor; a "Hello World" kind of program would be very fast since very little processing is needed. But the Flash Player itself already uses up lots of memory and CPU, and this is just worsened when running a complex web program. Like Noteflight, a web music notation program; it alone uses about 200 MB RAM, making it unusable in a netbook, or similar.

Yes, it is right that devices are getting each day more powerful, but what if you can't access the latest technology and are limited to more low-end devices? This is very common in 3rd world countries; I can assure this because I live in one (Chile) and I often find myself affected by this situation (I indeed have a netbook, and use Noteflight at times).

Last edited by technoguyx (2012-12-04 22:07:31)


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#56 2012-12-05 11:09:57

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: When will Java die?

technoguyx wrote:

Of course the complexity of the program is a pretty big factor; a "Hello World" kind of program would be very fast since very little processing is needed. But the Flash Player itself already uses up lots of memory and CPU, and this is just worsened when running a complex web program. Like Noteflight, a web music notation program; it alone uses about 200 MB RAM, making it unusable in a netbook, or similar.

Yes, it is right that devices are getting each day more powerful, but what if you can't access the latest technology and are limited to more low-end devices? This is very common in 3rd world countries; I can assure this because I live in one (Chile) and I often find myself affected by this situation (I indeed have a netbook, and use Noteflight at times).

I still have to use an old Gateway laptop when I'm not on my PC, and Scratch is about 100x worse lag wise to use on it.


I'm back.
Maybe.

Offline

 

#57 2012-12-05 17:58:46

iTweak0r
Scratcher
Registered: 2011-07-30
Posts: 100+

Re: When will Java die?

AWW! I am taking a whole 2 years to learn about Java!

Well, the GUI things are hard but the commandline programs are very easy to make. I made a food simulator in Java!

if <(java) = [deleted]>
  set [minecraft v] to [all gone! :O]
End


Make it in Scratch! because it's cooler when it's made in scratch
http://i.imgur.com/D4iqPHR.png

Offline

 

#58 2012-12-05 19:17:59

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

Re: When will Java die?

iTweak0r wrote:

AWW! I am taking a whole 2 years to learn about Java!

Well, the GUI things are hard but the commandline programs are very easy to make. I made a food simulator in Java!

if <(java) = [deleted]>
  set [minecraft v] to [all gone! :O]
End

No, you mean:

Code:

while (true) {
  if ("java".equals("deleted")) {
    throw new NullPointerException("Minecraft not found!");
    System.exit(1);
  }
}

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

Offline

 

#59 2012-12-26 12:10:54

christian2000
Scratcher
Registered: 2010-11-01
Posts: 100+

Re: When will Java die?

it'll die when minecraft does


blerp......
http://obscureinternet.com/wp-content/uploads/Fail-at-Life-Funny-Cards.png

Offline

 

#60 2012-12-26 12:36:09

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: When will Java die?

stickdude123 wrote:

without it you would not have MINECRAFT

and i have made a "hello world" code on java  big_smile

+1000

I would kill myself without java (jk)  tongue


"Submarines are like water like underwater airplanes" O_o

Offline

 

#61 2012-12-26 12:38:09

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: When will Java die?

technoguyx wrote:

Of course the complexity of the program is a pretty big factor; a "Hello World" kind of program would be very fast since very little processing is needed. But the Flash Player itself already uses up lots of memory and CPU, and this is just worsened when running a complex web program. Like Noteflight, a web music notation program; it alone uses about 200 MB RAM, making it unusable in a netbook, or similar.

Yes, it is right that devices are getting each day more powerful, but what if you can't access the latest technology and are limited to more low-end devices? This is very common in 3rd world countries; I can assure this because I live in one (Chile) and I often find myself affected by this situation (I indeed have a netbook, and use Noteflight at times).

Well said, but still if we stop improving technology more countries and people will lose their 1st world status.


"Submarines are like water like underwater airplanes" O_o

Offline

 

#62 2012-12-26 13:04:54

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: When will Java die?

I don't mind if Java dies.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#63 2012-12-26 22:40:29

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: When will Java die?

ExtremelyGamer wrote:

Well said, but still if we stop improving technology more countries and people will lose their 1st world status.

Meaning 3rd world computer users will always have inferior technology overall, and therefore less processing power for applications - good point.  smile  And that's why programmers themselves should also optimize their applications as much as possible, keeping low-end devices in mind.

An interesting fact: Java is widely used, and taught in Chilean universities due to it being widely cross-platform. A pretty fair point imo. Funnily, the Universidad de Chile teaches Python instead and is pretty much the best (public) university of the country.  tongue

Last edited by technoguyx (2012-12-26 22:43:19)


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#64 2012-12-27 21:37:02

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: When will Java die?

Apparently some people hate the "public static void main(String[] args)" thing, but whooo cares? OMG 15 MORE CHARACTERS!!!!!11 WHUT W1LL I D000?

Macros, baby. If your IDE has no expandable macro things you're doing it wrong. Heck, even the laptop band Benoit and the Mandelbrots use them in their performances.

And it helps you understand the language better. It's a
   public method that
   won't change (is static)
   returns a empty void and
   takes a String[ ] as an argument.

In Cwhatever it's the same business, except maybe for the arguments thing.


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#65 2012-12-28 13:40:49

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: When will Java die?

Lots of things are programmed in Java, including the entire android OS, and many MMOs like minecraft.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#66 2012-12-28 14:04:16

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: When will Java die?

Java won't die, excluding dying to itself, if you know what I mean

Evolve is a better term

People at Oracle are constantly working to make the Java language and VM better, and everything will update because changes are gradual.

Offline

 

Board footer