Skip to main content

Questions tagged [language-choice]

Refers to programming language choices.

2 votes
1 answer
744 views

So... The architecture has recently been put under the reign of a Reference Architect. The Reference architect, I will refer him as RA, started to work and the results were immediately visible: we ...
Daniel Voina's user avatar
-2 votes
1 answer
112 views

I am working for a small electronics company and I was assigned a task of re-inventing and re-writing the software for our product delivery flow, which gathers design components, verifies them, and ...
ocmob's user avatar
  • 21
-2 votes
1 answer
505 views

I am planning to improve my knowledge of Clojure and algorithms at the same time by implementing some known data structures in Clojure (e.g. linked lists, skip lists, bloom filter, etc.). However, I ...
Attilio's user avatar
  • 487
4 votes
3 answers
856 views

Often when translating between languages (whether with program translation or compiling) it's a one-way, destructive translation. The functionality of the "port" isn't lost, but some of the intent ...
Sam Washburn's user avatar
15 votes
9 answers
3k views

There are tons of "theoretical" arguments for why functional programming is a Good idea (too many for that to have stayed as an open question, and correctly so). However, most of them are arguments ...
DVK's user avatar
  • 3,576
79 votes
5 answers
11k views

Explaining the difference between strictness of languages and paradigms to a colleague of mine, I ended up asserting that: Tolerant languages, such as dynamic and interpreted languages, are used best ...
Arseni Mourzenko's user avatar
0 votes
2 answers
2k views

I've been using Python for a little while now and I am enjoying it, but a few of my friends are telling me to start using a language like C# or Java instead and give these reasons: Python is a ...
Nathan2055's user avatar
20 votes
13 answers
9k views

On the Wikipedia page for Windows, it states the Windows is written in Assembly for the bootloader and task switcher, and C and C++ for kernel routines. IIRC, you can call C++ functions from an ...
Cole Tobin's user avatar
  • 1,533

15 30 50 per page