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
0 votes
4 answers
121 views

This question is asked in a general way. In case it is hard to understand, I have added a concrete example below. I am interested in the answer to the general question. I have a lot of experience ...
Mahkoe's user avatar
  • 119
-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
2 answers
607 views

We are automating the testing on an Web ERP solution (Dynamics) through a tool (RSAT, which uses selenium) provided by the developer of the ERP (Microsoft). The RSAT has a list of instructions to do ...
Maxime's user avatar
  • 153
-2 votes
1 answer
506 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
1 vote
1 answer
145 views

By "prototyping language", I mean one which was chosen by virtue of it's relative ease of quickly accomplishing the sort of design changes common to prototyping in a particular context. (such as data ...
David's user avatar
  • 255
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
4 votes
3 answers
3k views

When Microsoft released Visual Studio 2008, there was a thing they were talking a lot about at the conferences and in their online tutorials: the idea of writing the actual code in one language, and ...
Arseni Mourzenko'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
1 vote
2 answers
595 views

Thinking about the design of a potential new language, I wonder how related are the concepts of built a OO similar to GO interfaces and multi-methods (I get this from http://docs.julialang.org/en/...
mamcx's user avatar
  • 432
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
2 votes
3 answers
1k views

I'm currently working for a company on the engineering team of about 5-6 people and have been given the job of heading up the redesign of an embedded system tester. We've decided the general ...
Ampt's user avatar
  • 4,733
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
1 vote
1 answer
378 views

I have a list of objects that all require the exact same filtering, basically a set of conditionals in a function which outputs if the object is "good" or "bad". I want to keep all of my "good" ...
tonyl7126's user avatar
  • 297
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