Is this an assembly language?
In my childhood I used to program on an MK-61 Soviet calculator. It had four operating registers (X, Y, Z, T) and 15 storage registers. A program could have 105 steps.
How to mix different styles of programming on several languages?
I know that Senior Developer doesn’t use only one language and only one platform or IDE.
Were method cascades ever considered for C#?
Smalltalk supports a syntax feature called “message cascades”. Cascades are being adopted by the Dart Programming language.
Is it bad to learn multiple programming languages? [closed]
Closed 12 years ago.
Why aren’t design patterns added to the languages constructs?
Recently I was talking with a colleague who mentioned that his company was working on adding the MVC design pattern as a PHP extension.
Whats the difference between an interpreted language and one compiled to a VM? [duplicate]
This question already has answers here: Interpreted vs Compiled: A useful distinction? (7 answers) Closed 10 years ago. It occurs to me that there’s not a heck of a lot of difference between $>python module.py And: $>javac module.java $>java module.class The former compiles to an intermediate language (python bytecode) and executes the program. The latter […]
When Rob Pike says “Go is about composition”, what exactly does he mean? [closed]
Closed 10 years ago.
If python compiles to assembly and an OS is written in it, will it compete favorably with C in benchmarks?
Ok, I have used the word python in the question, but it well could be language agnostic in that: If a language X has a well optimised compiler targeting assembly and an OS is written in that language, then will it compete favorably with C in benchmarks?
Is ATL a deprecated language?
I currently developing some M2M-transformations with the Atlas Transformation Language (ATL).
Hardware programming for kids. What is the good way to start? [closed]
Closed 9 years ago.