aleph-aleph
- 17
- 0
This might sounds stupid but I'm just curious, what is the best programming language we have today?
The discussion identifies the top 10 most in-demand programming languages for employers, including C/C++, Python, Java, Ruby, PHP, Objective-C, and JavaScript. It emphasizes that the choice of programming language depends on specific project requirements, such as system programming (C++), scientific computation (Python), or business applications (COBOL). The conversation also highlights the importance of library support and the context in which a language is used, such as MATLAB for engineering or FORTRAN for supercomputing. Overall, Python is recommended for its versatility and ease of use.
PREREQUISITESSoftware developers, project managers, and technology decision-makers seeking to understand the current landscape of programming languages and their applications in various industries.
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:++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.