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

From Rosetta Code
Content added Content deleted
m (updates)
(updates (Lots not from me! Thanks to everyone who answered [http://kpreid.livejournal.com/15296.html my announcement]!))
Line 1: Line 1:
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[tasks not implemented in Common Lisp]], or just poorly done in CL, by what kind of problem they are.
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[tasks not implemented in Common Lisp]], or just poorly done in CL, by what kind of problem they are.


As of 18:13, 2 August 2009. When updating this list, consult [http://rosettacode.org/mw/index.php?title=Template:Unimp_body_Common_Lisp&action=history the diffs] since then for what to add/remove.
As of 00:13, 3 August 2009. When updating this list, consult [http://rosettacode.org/mw/index.php?title=Template:Unimp_body_Common_Lisp&action=history the diffs] since then for what to add/remove.


<div style="-webkit-column-count: 3">
<div style="-webkit-column-count: 3">
Line 9: Line 9:
* [[Bit oriented IO]]
* [[Bit oriented IO]]
* [[Exceptions]]
* [[Exceptions]]
* [[Scope modifiers]]
* [[Sort stability]]
* [[Special characters]]
* [[Special characters]]
* [[Variables]]
* [[Variables]]
* [[Y combinator]]
* [[Y combinator]]
===Data structures===
===Data structures===
* [[Arrays]]
* [[Collections]]
* [[Collections]]
* [[Doubly-Linked List]]
* [[Doubly-Linked List]]
* [[Doubly-Linked List (element insertion)]]
* [[Doubly-Linked List (element insertion)]]
* [[Doubly-Linked List (element)]]
* [[Doubly-Linked List (element)]]
* [[FIFO]]
* [[FIFO (usage)]]
* [[FIFO (usage)]]
* [[Playing Cards]]
* [[Singly-Linked List (element insertion)]]
* [[Singly-Linked List (element insertion)]]
* [[Singly-Linked List (element)]]
* [[Singly-Linked List (traversal)]]
* [[Stack]]
* [[Stack]]


==Algorithms==
==Algorithms==
* [[Bogosort]]
* [[Bubble Sort]]
* [[Bubble Sort]]
* [[Cocktail Sort]]
* [[Cocktail Sort]]
Line 88: Line 80:
* [[Infinity]]
* [[Infinity]]
* [[Gamma function]]
* [[Gamma function]]
* [[Monte Carlo Simulation]]
* [[Multiple Regression]]
* [[Multiple Regression]]
* [[Nth root algorithm]]
* [[Nth root algorithm]]
Line 125: Line 116:
* [[Data Munging 2]]
* [[Data Munging 2]]
* [[Max Licenses In Use]]
* [[Max Licenses In Use]]
* [[Tokenizing A String]]


==File access==
==File access==

Revision as of 01:56, 3 August 2009

This is Kevin Reid's classification of tasks not implemented in Common Lisp, or just poorly done in CL, by what kind of problem they are.

As of 00:13, 3 August 2009. When updating this list, consult the diffs since then for what to add/remove.

Basic language features

Data structures

Algorithms

Algorithmic problems

Miscellaneous programs

Mathematics

Matrices

Integers

Numerics

Concurrency/events

Type system

Object-oriented

Text-bashing

File access

FFI/low-level

Debugging

OS interfaces

Sockets

Windows

GUI

Reflective

Control flow

Graphics

The image-type tasks

Use a library

HTTP client

Database

SMTP

SOAP

XML

Calendar

OpenGL

Testing

Miscellaneous other

Rosetta Code reflection

To review

Insert new tasks here.