This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| parallel_computing_in_lisp [2007-07-04 09:01] – decached nik | parallel_computing_in_lisp [2025-10-31 10:38] (current) – nik | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== parallelism in lisp ==== | + | ===== parallelism in lisp ===== |
| Parallel and distributed (and concurrent ( and ... )) using/ | Parallel and distributed (and concurrent ( and ... )) using/ | ||
| Line 5: | Line 5: | ||
| Bill Clementson made quite a few blog entries that are worth digesting. , | Bill Clementson made quite a few blog entries that are worth digesting. , | ||
| - | * http:// | + | * [[https:// |
| - | * http:// | + | * [[https:// |
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| Line 12: | Line 12: | ||
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| + | |||
| + | |||
| ( .. and more [[Link To Links To Links]]) | ( .. and more [[Link To Links To Links]]) | ||
| Line 17: | Line 19: | ||
| " | " | ||
| - | thinking machines | + | ===thinking machines=== |
| Connection Machine LISP - LISP with a parallel data structure, the xapping, an array of values assigned to an array of sites. | Connection Machine LISP - LISP with a parallel data structure, the xapping, an array of values assigned to an array of sites. | ||
| Line 23: | Line 25: | ||
| * G.L. Steele et al, " | * G.L. Steele et al, " | ||
| * " | * " | ||
| - | * the *lisp (star-lisp) simulator | + | * the *lisp ([[star lisp]]) simulator |
| * http:// | * http:// | ||
| * http:// | * http:// | ||
| - | PVM | + | ===PVM=== |
| * an introduction to PVM programming > http:// | * an introduction to PVM programming > http:// | ||
| * LPVM via uffi > http:// | * LPVM via uffi > http:// | ||
| - | other | + | ===other=== |
| * mosquito-lisp | * mosquito-lisp | ||