User:Kevin Reid/Common Lisp tasks: Difference between revisions

m
updates
(reviewed)
m (updates)
Line 5:
* Move completed tasks to [[#Completed]]; I will review them.
 
As of 1806:1910, 1220 August 2009. When updating this list, consult [{{fullurl:Template:Unimp body Common Lisp|action=history}} the main unimp list's diffs] since then for what to add/move.
 
<div style="-webkit-column-count: 3">
Line 29:
* [[Reduced row echelon form]]
===Integers===
* [[C FFIFactors]]
* [[Lucas-Lehmer test]]
* [[Miller-Rabin test]]
Line 67 ⟶ 68:
* [[Allocator]]
* [[Basic pointer and reference operations]]
* [[C FFI]]
* [[Call function from foreign language]]
* [[Data Representation - Controlling Fields in a Structure]]
Line 102:
* [[Plot x, y arrays]]
===The image-type tasks===
* [[Bresenham's line algorithm]]
* [[Cubic bezier curves]]
* [[Flood fill]]
Line 158 ⟶ 157:
* [[Basic bitmap storage#Common Lisp]] — review for efficiency (inlining?), necessity of type declarations, idiom
* [[Closest pair problem#Common Lisp]] — Try using complex numbers instead of conses.
* [[Collections]] —  Add some discussion of the characteristics, and include vectors.
* [[Object Serialization]] — Show other techniques, particularly print/read.
* [[Pattern Matching#Common Lisp]] — See if there's a pattern matching library that offers more-lispy syntax.