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

#26 2012-11-27 20:17:08

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

Re: What programing languges do you use?

shpeters wrote:

thebriculator wrote:

Which language do you recommend to learn after Scratch?

I recommend JavaScript.

Seconded. Especially if you want to work in a C-like language like Java, C/C++, PHP, &c. because you'll get used to the syntax.
Python is... less than great for that sort of thing; you'll get too used to not using brackets, semicolons, &c. After using Python for ever just a short time and going back to PHP or Javascript, I've accidentally left them out.


Posts: 20000 - Show all posts

Offline

 

#27 2012-11-27 21:47:40

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: What programing languges do you use?

Good in:
Python
C/++
Java

Decent in:
HTML, PHP, CSS

I far prefer application development to web development. I began with Java, but then switched over mostly to C++ due to Java's massive overhead.

Edit: I agree with the above post. JS is a nice mix between having syntax similar to more powerful languages, ease of not compiling, and flexibility of being a web-based language that easily melds with other languages (HTML, CSS, PHP).

Last edited by 16Skittles (2012-11-27 21:49:30)


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#28 2012-11-27 23:08:04

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: What programing languges do you use?

Thanks! I'm using Codeacademy to learn a bit of javascript


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#29 2012-11-27 23:15:42

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

Re: What programing languges do you use?

SJRCS_011 wrote:

...words and a funny picture...

There's also downright hilarious directions on how to shoot yourself in the foot with various languages.

Usual disclaimer: do not attempt, etc. It's funnier if you know the language in question.
http://opundo.com/shootfoot.htm


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

 

#30 2012-11-27 23:33:30

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: What programing languges do you use?

Scratch and HTML/CSS, though I'm not very good at any.


http://i50.tinypic.com/dx00pd.gif

Offline

 

#31 2012-11-29 15:46:52

TheSupremeOverLord
Scratcher
Registered: 2012-09-29
Posts: 100+

Re: What programing languges do you use?

thebriculator wrote:

Thanks! I'm using Codeacademy to learn a bit of javascript

Course!  Your amazing at scratch, and I'm sure you will be great at JavaScript!


http://i1154.photobucket.com/albums/p522/lizzyhipo/MINIPIG.jpg

Offline

 

#32 2012-11-29 16:06:08

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: What programing languges do you use?

Thanks again!


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#33 2012-12-02 19:13:06

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

Re: What programing languges do you use?

Learning some supercollider and ( f l u x u s )


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

 

#34 2012-12-03 11:30:06

V360
Scratcher
Registered: 2010-11-08
Posts: 18

Re: What programing languges do you use?

I am awesome in
PYTHON (Pygame!)
HTML/CSS
JAVASCRIPT

I fail in
LUA
C++
JAVA

smile
EDIT:
I am now awesome in:
HAMMER
JAVA
LUA

cool

Last edited by V360 (2013-05-05 15:36:34)


~V360
http://i.imgur.com/VeLyVmB.png

Offline

 

#35 2012-12-03 11:36:10

V360
Scratcher
Registered: 2010-11-08
Posts: 18

Re: What programing languges do you use?

thebriculator wrote:

Which language do you recommend to learn after Scratch?

Python! You can actually read it!

This is helloworld in python, with a pause at the end:

Code:

print "Hello, World!"
raw.input("Press Enter: ")

~V360
http://i.imgur.com/VeLyVmB.png

Offline

 

#36 2012-12-03 11:46:15

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

V360 wrote:

thebriculator wrote:

Which language do you recommend to learn after Scratch?

Python! You can actually read it!

This is helloworld in python, with a pause at the end:

Code:

print "Hello, World!"
raw.input("Press Enter: ")

Python is super easy...only it's not web supported.  sad


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#37 2012-12-03 12:09:15

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: What programing languges do you use?

yes it is


Why

Offline

 

#38 2012-12-03 12:11:46

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

Re: What programing languges do you use?

mythbusteranimator wrote:

V360 wrote:

thebriculator wrote:

Which language do you recommend to learn after Scratch?

Python! You can actually read it!

This is helloworld in python, with a pause at the end:

Code:

print "Hello, World!"
raw.input("Press Enter: ")

Python is super easy...only it's not web supported.  sad

What... ?


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

Offline

 

#39 2012-12-03 12:12:41

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

slinger wrote:

mythbusteranimator wrote:

V360 wrote:


Python! You can actually read it!

This is helloworld in python, with a pause at the end:

Code:

print "Hello, World!"
raw.input("Press Enter: ")

Python is super easy...only it's not web supported.  sad

What... ?

Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#40 2012-12-03 12:25:43

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

Re: What programing languges do you use?

mythbusteranimator wrote:

slinger wrote:

mythbusteranimator wrote:


Python is super easy...only it's not web supported.  sad

What... ?

Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...

It is server-side enabled, though.  wink

You can always convert it to JS with something like Pyjamas.

Offline

 

#41 2012-12-03 12:51:17

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

Gravitation wrote:

mythbusteranimator wrote:

slinger wrote:


What... ?

Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...

It is server-side enabled, though.  wink

You can always convert it to JS with something like Pyjamas.

Pyjamas?
Is that online or download?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#42 2012-12-03 13:10:24

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: What programing languges do you use?

PHP  smile

this isn't the wiki, so don't use 4 tildes

Last edited by ihaveamac (2012-12-03 13:10:55)


~ihaveamac - visit ihaveamac.net

Offline

 

#43 2012-12-03 13:12:49

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

Re: What programing languges do you use?

mythbusteranimator wrote:

slinger wrote:

mythbusteranimator wrote:


Python is super easy...only it's not web supported.  sad

What... ?

Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...

Oh I thought you meant language support. There is a ton of that.
And check out the bottle module.


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

Offline

 

#44 2012-12-03 13:25:32

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

slinger wrote:

mythbusteranimator wrote:

slinger wrote:


What... ?

Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...

Oh I thought you meant language support. There is a ton of that.
And check out the bottle module.

Bottle module? ??


An, just curious, what is the best Java tutorial? I think it's time I learned an application language.  tongue


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#45 2012-12-03 13:49:58

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: What programing languges do you use?

mythbusteranimator wrote:

slinger wrote:

mythbusteranimator wrote:


Like, in HTML, there is no way to implement Python. I suppose if you had an applet, it COULD work, but...

Oh I thought you meant language support. There is a ton of that.
And check out the bottle module.

Bottle module? ??


An, just curious, what is the best Java tutorial? I think it's time I learned an application language.  tongue

I quite like this one. It's probably not the best tutorial there is but it's fun  smile


http://i.imgur.com/1QqnHxQ.png

Offline

 

#46 2012-12-03 13:58:02

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: What programing languges do you use?

TRocket wrote:

mythbusteranimator wrote:

slinger wrote:


Oh I thought you meant language support. There is a ton of that.
And check out the bottle module.

Bottle module? ??


An, just curious, what is the best Java tutorial? I think it's time I learned an application language.  tongue

I quite like this one. It's probably not the best tutorial there is but it's fun  smile

Ooh
Pretty


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#47 2012-12-03 20:49:08

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: What programing languges do you use?

I highly recommend the tutorials by TheNewBoston. I followed his tutorials for Java, and I hope to do so as well for iOS development and HTML5 Canvas.  smile


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#48 2012-12-04 10:44:14

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

Re: What programing languges do you use?

Newsboston is good if you can hear what he is saying - im partly deaf...


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

Offline

 

#49 2012-12-09 15:32:50

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: What programing languges do you use?

In order of the ones I know the most:
Scratch
Python
Batch (good for pranking people)
Javascript
Lua
Ruby


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#50 2012-12-09 17:52:43

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: What programing languges do you use?

jji7skyline wrote:

Harakou wrote:

SJRCS_011 wrote:

*facepalm*
I guess I won't deal with the issue of markup languages vs programing languages vs scripting languages right now  tongue

I feel your pain. >_>

I thought it was established that it really didn't matter in these kind of discussions  tongue

But if I'm not pedantic, how do I feel superior about my knowledge of computers? D:


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

Board footer