Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Up till recently it was rather difficult to write functional C++ code. A good middle of the road language that tries to be both as fast as C and give you access to the metal and yet allow to declare functions as pure and references as immutable is D: dlang.org/function.html I think it would be easier to discuss this topic with D as the language at hand. Commented Apr 9, 2012 at 3:38
  • @Job Oh thank you for recommendation, but I can't choose any GC based language for my goal :( Commented Apr 9, 2012 at 4:28