Tagged Questions
The modern-languages tag has no wiki summary.
28
votes
14answers
2k views
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 ...
10
votes
11answers
1k views
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 ...
3
votes
7answers
882 views
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 ...