i know scratch is written in squeak
but what about others like c++
do people just type binary into their computer until they get results
i doubt it
Offline
Its hard to explain.
Offline
CheeseMunchy wrote:
Its hard to explain.
Try it. Could anyone make a programming langue?
Offline
456bingo123 wrote:
CheeseMunchy wrote:
Its hard to explain.
Try it. Could anyone make a programming langue?
Yes of course.
Offline
Assembly, but you can write programming languages in any language. For example, Processing is written (and compiles with) Java.
Offline
Doesn't this belong in AT?
Edit: w00t! 400th post!!!
Last edited by sku2000 (2011-12-14 22:01:56)
Offline
sku2000 wrote:
Doesn't this belong in AT?
Edit: w00t! 400th post!!!
Not really. There's a pretty thick and blurry grey line.
Offline
There are certain "levels" to programming languages. There are "high level" and "low level" programming languages. A high level programming language makes it simple for the end user to read, understand, and write code. Scratch is an example of a very high level programming language. Low level languages are difficult to understand, and some require memorization of machine codes to use. The two lowest level languages are Machine Code and Assembly. The lowest being machine code. Most programming languages similar to C are written in Assembly.
Offline
Basicly they write a programming languages with either a written one (generally easier) or with assembly. It would be almost impossible to program in binary. Assembly associates worlds, letters and other things with the corresponding binary code to control things.
Assemblys goes a bit like this (Not exactly like this though)
Add Register 2, Register 2, 1
Which would be
x = x + 1, x += 1, x++
Offline
I think it's funny when programming languages are intentionally extremely low-level, like brain**** which has 8 commands: > < + - . , [ ]
Offline
veggieman001 wrote:
I think it's funny when programming languages are intentionally extremely low-level, like brain**** which has 8 commands: > < + - . , [ ]
DOOOOD! You and GamesHutSoftware posted at the same second! Just in different topics!
Offline
rabbit1131 wrote:
veggieman001 wrote:
I think it's funny when programming languages are intentionally extremely low-level, like brain**** which has 8 commands: > < + - . , [ ]
DOOOOD! You and GamesHutSoftware posted at the same second! Just in different topics!
omG!!!!!
Offline