User:Jhuni: Difference between revisions

Content added Content deleted
No edit summary
m (fixed percentage)
Line 21: Line 21:


== Systems Languages ==
== Systems Languages ==
In the area of systems language, I prefer D because has strong support for functional programming with lambdas, recursion, higher order functions, static typing, const-correctness, immutable, and my personal favorite the pure modifier. Although D is a much nicer language, I usually end up using C++ 90% of the time because it is so ubiquitous.
In the area of systems language, I prefer D because has strong support for functional programming with lambdas, recursion, higher order functions, static typing, const-correctness, immutable, and my personal favorite the pure modifier. Although D is a much nicer language, I usually end up using C++ 99% of the time because it is so ubiquitous.


== Obscure Languages ==
== Obscure Languages ==