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

Reply via email to