[racket] Racket blog post: Fully Inlined Merge Sort

From: Neil Toronto (neil.toronto at gmail.com)
Date: Fri Aug 24 17:08:37 EDT 2012

I've posted to the Racket blog:

   http://blog.racket-lang.org/2012/08/fully-inlined-merge-sort.html

It shows how to use continuation-passing style in expansion-phase 
functions to fully inline a merge sort. The expanded code doesn't create 
any intermediate lists. Or a result list, for that matter.

Neil ⊥

Posted on the users mailing list.