miniblog.
← Back to all posts
Wilfred Hughes
Apr 7, 2014 at 21:55
Implemented quicksort in Trifle lisp!
https://github.com/Wilfred/trifle/commit/4e7aa895e88fbb7f936927c4e8e14f25c9a618fd
Inspired by the minimalist Haskell implementation, which is pretty but slow.
Implementing sort with a basic quicksort. · Wilfred/trifle@4e7aa89
Inspired by the 'basic minimalist haskell quicksort'. See the TODOs for the issues outstanding.