User:Quickfur

From D Wiki
Revision as of 04:06, 10 December 2012 by Quickfur (talk | contribs) (Created page with "==Who am I?== I'm just another programmer who grew up with C and C++, got sick of their design flaws, wasn't quite satisfied with the whole VM trend (Java and its ilk), and f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Who am I?

I'm just another programmer who grew up with C and C++, got sick of their design flaws, wasn't quite satisfied with the whole VM trend (Java and its ilk), and finally found D, the closest language to my ideals.

What do I do?

D-related stuff that I'm involved with:

  • Issues with transient ranges and the bugs in Phobos related to it.
  • Implementation of std.algorithm.cartesianProduct (currently stuck in limbo due to a compiler template cross-talk bug).
  • Implementation of std.algorithm.nextPermutation, and perhaps nextEvenPermutation (needs some work to bring it up to Phobos quality)
  • Replacing the current AA implementation with an in-library solution in order to fix some fundamental problems (currently roadblocked due to various issues).