Questions tagged [modern-languages]
3 questions
33
votes
14 answers
Do you find you still need variables you can change, and if so why?
One of the arguments I've heard against functional languages is that single assignment coding is too hard, or at least significantly harder than "normal" programming.
But looking through my code, I realized that I really don't have many (any?) use…

MarkusQ
- 21,814
- 3
- 56
- 68
12
votes
12 answers
Modern language with the advantages of FORTRAN?
I've been working with a lot of FORTRAN 77 lately, and though I had reservations at first, I now see some great qualities of the language. It is:
Simple to learn (no object-oriented or functional-programming complications)
Easy to read
Blazing…

JasonFruit
- 7,764
- 5
- 46
- 61
7
votes
7 answers
C# without .NET Framework
Writing fast native applications, with API calls and etc, in a modern cross platform programming language like C# would be awesome, wouldn't it? For example if you want to write a simple utility for helping IT people with installing things, which…

Alon Gubkin
- 56,458
- 54
- 195
- 288