Hacker News new | ask | show | jobs
by Manishearth 3487 days ago
All of the optimizations were done by llvm, so nothing stopping this from working in C++ with closures or C with functions annotated for inlining.

With C the lack of generics means that writing composable iterators is hard, though.

1 comments

At least it's hard to write composable iterators that don't circumvent the type system completely.