* Can you do metaprogramming with nimrod templates? Are they as powerful as C++/D in this regard? Docs for templates is very short, making me think you can't do much, but perhaps it just isn't covered?
*also what is up with lack of unsigned integer types?*not a big fan of forward declaring things, just seems very primitive, something the compiler should do
*can you create unnamed procs? +see closures is upcoming, that should be nice