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

#126 2012-06-10 12:13:59

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: Programming Languages Discussion

Programming languages like Python make my head deflate! i mean you look at the code your head is just like "cannot handle....advanced concepts!" then you just lose your train of thought, anyway i like using command prompt (MS DOS)


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#127 2012-06-10 12:22:27

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

Re: Programming Languages Discussion

Machine Code > Assembly > C = Pascal > every-other programming language.
lolololololl it's just a matter of opinion  tongue

Last edited by slinger (2012-06-10 12:22:46)


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

Offline

 

#128 2012-06-10 14:04:51

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

Re: Programming Languages Discussion

slinger wrote:

Machine Code > Assembly > C = Pascal > every-other programming language.
lolololololl it's just a matter of opinion  tongue

Machine Code < Assembly < C / C++ < Java < SQL , JS , PHP, PERL

{in the order of ease of use }


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

Offline

 

#129 2012-06-10 14:14:48

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

Re: Programming Languages Discussion

I was putting them in order of how much low level access you can get. Obviously there are others but those are the only I know :b

Last edited by slinger (2012-06-10 14:15:41)


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

Offline

 

#130 2012-06-10 15:32:20

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

Re: Programming Languages Discussion

slinger wrote:

I was putting them in order of how much low level access you can get. Obviously there are others but those are the only I know :b

There are really a big crowd of the languages in the last category :-) really a crowd lol including scratch itself


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

Offline

 

#131 2012-06-11 05:06:33

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

Re: Programming Languages Discussion

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

Last edited by slinger (2012-06-11 05:06:44)


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

Offline

 

#132 2012-06-11 06:20:06

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

Re: Programming Languages Discussion

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten. And i also happen to be writing native modules for node.js so now because of C++ my understanding of JS has became bettar  big_smile

Last edited by fanofcena (2012-06-11 06:36:42)


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

Offline

 

#133 2012-06-11 06:36:13

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Programming Languages Discussion

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten.

*ahem* Python is pretty fast... I'm telling you, it will be beaten.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

#134 2012-06-11 06:41:40

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

Re: Programming Languages Discussion

SciTecCf wrote:

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten.

*ahem* Python is pretty fast... I'm telling you, it will be beaten.

Python is slower then javascript :-| you think its fast ? Moreover beating C++'s speed is going to be a long long dream for python for one its loosely typed scripting language whereas C++ is compiled to binary  tongue

Last edited by fanofcena (2012-06-11 06:43:32)


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

Offline

 

#135 2012-06-11 07:18:45

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

Re: Programming Languages Discussion

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten. And i also happen to be writing native modules for node.js so now because of C++ my understanding of JS has became bettar  big_smile

C is faster than C++  tongue
That's cool :3

SciTecCf wrote:

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten.

*ahem* Python is pretty fast... I'm telling you, it will be beaten.

Trust me, a interpreted language is NEVER going to beat a compiled language.

Last edited by slinger (2012-06-11 07:19:29)


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

Offline

 

#136 2012-06-12 04:29:07

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

Re: Programming Languages Discussion

slinger wrote:

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten. And i also happen to be writing native modules for node.js so now because of C++ my understanding of JS has became bettar  big_smile

C is faster than C++  tongue
That's cool :3

SciTecCf wrote:

fanofcena wrote:


I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten.

*ahem* Python is pretty fast... I'm telling you, it will be beaten.

Trust me, a interpreted language is NEVER going to beat a compiled language.

I said effiecent ;-D ;-D  its fast and keeps ur head in limits at the same time .. C can be ugly code .. and requires very deep understanding of code.

and btw

\o we are at the same point about python being slow lol


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

Offline

 

#137 2012-06-12 04:34:22

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

Re: Programming Languages Discussion

fanofcena wrote:

slinger wrote:

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten. And i also happen to be writing native modules for node.js so now because of C++ my understanding of JS has became bettar  big_smile

C is faster than C++  tongue
That's cool :3

SciTecCf wrote:


*ahem* Python is pretty fast... I'm telling you, it will be beaten.

Trust me, a interpreted language is NEVER going to beat a compiled language.

I said effiecent ;-D ;-D  its fast and keeps ur head in limits at the same time .. C can be ugly code .. and requires very deep understanding of code.

and btw

\o we are at the same point about python being slow lol

Oops, I misread that  tongue  I've seen some C code, it's ugly (not all of it though). C++ code can be that way too. Actually, any type of code can be.

Yeah, Python is slow.


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

Offline

 

#138 2012-06-12 04:48:09

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

Re: Programming Languages Discussion

slinger wrote:

fanofcena wrote:

slinger wrote:

fanofcena wrote:

slinger wrote:

IKR? Usually those are more efficient too  tongue
I tend to prefer the medium level languages though.
(I just found out the other day that you can add Assembly code in Pascal and C O: )

I find C++ and C the most effiecent languages personally desipite i code javascript a lot but C++ 's speed cant be ever beaten. And i also happen to be writing native modules for node.js so now because of C++ my understanding of JS has became bettar  big_smile

C is faster than C++  tongue
That's cool :3


Trust me, a interpreted language is NEVER going to beat a compiled language.

I said effiecent ;-D ;-D  its fast and keeps ur head in limits at the same time .. C can be ugly code .. and requires very deep understanding of code.

and btw

\o we are at the same point about python being slow lol

Oops, I misread that  tongue  I've seen some C code, it's ugly (not all of it though). C++ code can be that way too. Actually, any type of code can be.

Yeah, Python is slow.

Imagine this code without C++ classes

    https://github.com/pkrumins/node-png/tree/master/src


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

Offline

 

#139 2012-06-12 05:38:12

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

Re: Programming Languages Discussion

I don't actually know C/C++. I know a little though. From what I can tell it would be pretty messy  tongue
But, my point is you can make any program code messy.


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

Offline

 

#140 2012-06-12 07:13:42

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

Re: Programming Languages Discussion

slinger wrote:

I don't actually know C/C++. I know a little though. From what I can tell it would be pretty messy  tongue
But, my point is you can make any program code messy.

yeah lol i agree to that XD .. but as a pro you are not supposed to :-) .

4 years later i woulda created a mess in C++ and loved it but now even if my mess is * fast i will try to make it look better  tongue 

Maybe our perspective changes towards the knowledge when we learn things .


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

Offline

 

#141 2012-06-12 07:46:00

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

Re: Programming Languages Discussion

Yeah, I'm working up to being a pro, I have a LONG way to go.

Yeah, it's always a good idea to make readable code  tongue

Totes.


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

Offline

 

#142 2012-06-14 11:07:05

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

Re: Programming Languages Discussion

slinger wrote:

Yeah, I'm working up to being a pro, I have a LONG way to go.

Yeah, it's always a good idea to make readable code  tongue

Totes.

Me too  tongue  i have long way to go for a pro aswell [ atleast in C++ lol ]


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

Offline

 

#143 2012-06-15 04:58:28

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

Re: Programming Languages Discussion

We should collaborate maybe :3

Last edited by slinger (2012-06-15 04:58:49)


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

Offline

 

#144 2012-06-15 05:36:51

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

Re: Programming Languages Discussion

I started with HTML when I was about 9, then I messed around with the command line and batch, then I done a lot with BASIC (and only made a couple of useful programs). Then I think I found Scratch, then I learned a bit of CSS, then Visual Basic and some smaller ones I can't even remember, then PHP and MySQL. After all that I started learning C++ with my friend. (He is learning C++ as his first programming language!)
So many programming languages and I haven't managed to make much useful software lol.


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

Offline

 

#145 2012-06-16 03:23:09

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

Re: Programming Languages Discussion

slinger wrote:

We should collaborate maybe :3

We sure can  big_smile   big_smile  got any idea ? if so lets make it real :-D :-D


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

Offline

 

#146 2012-06-16 03:32:50

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

Re: Programming Languages Discussion

Hmmm, well, what about a pixel art program? I can do Pascal & a little Python xD


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

Offline

 

#147 2012-06-16 04:27:36

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

Re: Programming Languages Discussion

slinger wrote:

Hmmm, well, what about a pixel art program? I can do Pascal & a little Python xD

Nawwww.. how about an MMO ? that runs on server with node.js and C++ and on client with HTML5 // dw i will make sure u learn when we code :-)


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

Offline

 

#148 2012-06-16 04:46:57

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

Re: Programming Languages Discussion

Okay, maybe.


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

Offline

 

#149 2012-06-16 08:45:54

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Programming Languages Discussion

I know some HTML. I learned it here. It was really easy to learn on that site. Anyway, C++ is a very complicated language to learn (I've been told), but the results are worthwile. Command and Conquer Generals was programmed in C++, and it is a very smooth running, complex game, one of my favorites. So if you want to reach for the sky, that's one way to do it.


Why are the secret organizations getting all the attention?  mad

Offline

 

#150 2012-06-16 08:52:14

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

Re: Programming Languages Discussion

Not just C++, any compiled medium level language should do.


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

Offline

 

Board footer