|
|
|
|
|
by throwaway798214
457 days ago
|
|
There are loads of programming languages which have nothing to do with the English language. Assembly: LDA #$01
STA $0200
LDA #$05
STA $0201
LDA #$08
STA $0202
Brainfuck: >>,[>>,]<<[
[<<]>>>>[
<<[>+<<+>-]
>>[>+<<<<[->]>[<]>>-]
<<<[[-]>>[>+<-]>>[<<<+>>>-]]
>>[[<+>-]>>]<
]<<[>>+<<-]<<
]>>>>[.>>]
Oh, you meant easy to learn programming languages based on a real language? Yeah, English just happens to be one of the easier languages to learn and if you need to learn a programming language you can just as well learn English on the side. I did. |
|