aleph-aleph
- 17
- 0
This might sounds stupid but I'm just curious, what is the best programming language we have today?
aleph-aleph said:This might sounds stupid but I'm just curious, what is the best programming language we have today?
Except that in many cases, IBM mainframe programs are a combination of COBOL and HLASM (high level assembler). Part of the reason for this is that the early disk file structures like ISAM (indexed sequential access method), were primarly implemented as macros for the assembler, but typically there's other HLASM code in what would be called a COBOL shop, and too much of that HLASM code to bother trying to convert what can be converted into currernt versions of COBOL..Scott said:I remember COBOL programmers asserting that anything could be coded in COBOL.
aleph-aleph said:This might sounds stupid but I'm just curious, what is the best programming language we have today?
Even better,Enigman said:
Say hello.
end
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Enigman said:
I wonder what's the use of making life difficult?D H said:Even better,
- Brainf*** (Wikipedia article), whose sole purpose is to mess with your brain. It's a Turing tarpit language. Here's Hello World in this language:
Code:++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.