aleph-aleph
- 17
- 0
This might sounds stupid but I'm just curious, what is the best programming language we have today?
The discussion revolves around identifying the best programming languages currently in demand by employers. Participants explore various languages, their applications, and suitability for different projects, including theoretical, practical, and historical perspectives.
Participants do not reach a consensus on a single best programming language, with multiple competing views and suggestions remaining throughout the discussion.
Participants express varying opinions on the relevance and utility of different programming languages, with some emphasizing the importance of context and specific use cases. There are also references to the historical use of certain languages and their current applicability.
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:++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.