What would you rewrite in D?

bearophile bearophileHUGS at lycos.com
Tue Oct 5 16:07:57 PDT 2010


sybrandy:

> Anyone else?

There are several things I'd like to translate to D. Some of them are:
- a constraint solver that I use in Python
- many small things to perform combinatorics (this is partially fit for Phobos2 too).
- The mem.c/mem.h memory management utility written by Walter for C programming, from here: http://c.snippets.org/code/temp/snip-c.zip  for when you need to use manual memory management in D :-)
- A hierarchical memory manager, http://swapped.cc/halloc/  again for low-level manual memory management.
- This little C++ solver for the fifteen puzzle: http://www.codeguru.com/dbfiles/get_file/puzzle_src.zip
- Some other small and medium-sized bioinformatics tools.

Bye,
bearophile


More information about the Digitalmars-d mailing list