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

From Rosetta Code
Content added Content deleted
m (updates)
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 12:13, 31 July 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 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.


<div style="-webkit-column-count: 3">
<div style="-webkit-column-count: 3">
Line 8: Line 8:
* [[Binary string manipulation functions]]
* [[Binary string manipulation functions]]
* [[Bit oriented IO]]
* [[Bit oriented IO]]
* [[Defining Primitive Data Types]]
* [[Exceptions]]
* [[Exceptions]]
* [[Exceptions Through Nested Calls]]
* [[Jensen's Device]]
* [[Named parameters]]
* [[Scope modifiers]]
* [[Scope modifiers]]
* [[Sort stability]]
* [[Sort stability]]
Line 21: Line 17:
* [[Arrays]]
* [[Arrays]]
* [[Collections]]
* [[Collections]]
* [[Creating a Hash from Two Arrays]]
* [[Doubly-Linked List]]
* [[Doubly-Linked List]]
* [[Doubly-Linked List (element insertion)]]
* [[Doubly-Linked List (element insertion)]]
Line 80: Line 75:
* [[Formal Power Series]]
* [[Formal Power Series]]
* [[Polynomial long division]]
* [[Polynomial long division]]
* [[Rational Arithmetic]]
* [[Standard Deviation]]
* [[Standard Deviation]]
===Matrices===
===Matrices===
Line 122: Line 116:
* [[Adding variables to a class instance at runtime]]
* [[Adding variables to a class instance at runtime]]
* [[Delegate]]
* [[Delegate]]
* [[Global Singleton]]
* [[Inheritance]]
* [[Inheritance]]
* [[Polymorphic copy]]
* [[Polymorphic copy]]
Line 155: Line 148:


==OS interfaces==
==OS interfaces==
* [[Command Line Arguments]]
* [[Creating a Secure Temporary File]]
* [[Creating a Secure Temporary File]]
* [[Determine if Only One Instance is Running]]
* [[Determine if Only One Instance is Running]]

Revision as of 20:10, 2 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 18:13, 2 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.