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

m
updates
(moved spiral to completed)
m (updates)
Line 5:
* Move completed tasks to [[#Completed]]; I will review them.
 
As of 0618:1319, 1112 August 2009. When updating this list, consult [http://rosettacode.org/mw/index.php?title=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 15:
* [[Variables]]
===Data structures===
* [[Collections]]
 
==Algorithmic problems==
Line 44 ⟶ 43:
* [[Quadratic Equation]]
* [[Roots of a function]]
* [[Safe addition]]
* [[Sequence of Non-squares]]
* [[Simple Random Distribution Checker]]
Line 55:
* [[Mutex]]
* [[Rendezvous]]
* [[Synchronous Concurrency]]
 
==Type system==
Line 76 ⟶ 75:
* [[Allocator]]
* [[Basic pointer and reference operations]]
* [[SpiralC FFI]]
* [[Call function in shared library]]
* [[Call function from foreign language]]
* [[Data Representation - Controlling Fields in a Structure]]
* [[Data Representation - Specifying Minimum Size]]
Line 88:
* [[Program Termination]]
===Sockets===
* [[Sockets]]
===Windows===
* [[Connect to Active Directory]]
Line 96 ⟶ 95:
* [[Get mouse position]]
* [[Keyboard macros]]
* [[Simple Windowed Application]]
* [[User Input - graphical]]
* [[Window management]]
Line 156 ⟶ 154:
* [[Evens Sum To Even]]
* [[Measure relative performance of sorting algorithms implementations]]
* [[Object Serialization]]
 
==Rosetta Code reflection==
Line 169 ⟶ 166:
* [[Pattern Matching#Common Lisp]] — See if there's a pattern matching library that offers more-lispy syntax.
* [[Basic Animation]] and [[Pendulum Animation]] — Investigate using CLIM.
* [[Simple Windowed Application]] — Should be reviewed for niceness by a CLIM expert.
 
==Completed==
* [[Call function in shared library]]
* [[Collections]]
* [[Dining philosophers]]
* [[First-class Numbers]]
* [[Huffman codes]]
* [[Knapsack Problem]]
* [[Long Multiplication]]
* [[Object Serialization]]
* [[Point in polygon (ray casting algorithm)]]
* [[Sockets]]
* [[Spiral]]
* [[Standard Deviation]]
* [[Sudoku Solver]]
* [[Synchronous Concurrency]]
* [[Top Rank Per Group]]
* [[Topological (dependency) sort]]
* [[Sudoku Solver]]
* [[Knapsack Problem]]
* [[Spiral]]
 
==To classify==