From faa4e67332469f913510ee8fcacc54e9a538e0c7 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 22 May 2016 01:36:49 +0200 Subject: [PATCH] Update site --- site/index.html | 194 ++++++++++++++++---------------------------------------- 1 file changed, 55 insertions(+), 139 deletions(-) rewrite site/index.html (77%) diff --git a/site/index.html b/site/index.html dissimilarity index 77% index 3f7db10..dfc5fc6 100644 --- a/site/index.html +++ b/site/index.html @@ -1,139 +1,55 @@ - - - - - - - - Bordeaux Threads project - - - - - -
-

Bordeaux Threads

-

Portable shared-state concurrency for Common Lisp

-
- -

Introduction

- -

Based on an original proposal by Dan Barlow (Bordeaux-MP) this - library is meant to make writing portable multi-threaded apps - simple.

- -

Read the current API documentation.

- -

Tested (whatever that means) on the following platforms:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
implementationversionDarwin (OS X)LinuxWindows
PPCx86PPCx86x86
Allegroa7.06-0-0
a8.06-0-06-0-0
m8.06-0-06-0-0
ArmedBear0.0.96-1-0
CMU19c[no threads]
Corman
ECL0.9h6-0-0[no threads]
LispWorks4.4.66-0-0
MCL5.1
OpenMCL1.06-0-0
SBCL0.9.13[no threads]6-0-06-0-0
- -

There is also some code in place for Corman Common Lisp and - MCL-5.1, but I don't have either installed to test with. On threadless - implementations, some forms(like those related to locks) are no-ops, - others(like the make-thread) signal an error.

- -

Mailing Lists

- - -

Download

- -

Releases are available, and it is also ASDF-Installable.

- -

Darcs

- -

You can download the current development tree at http://common-lisp.net/project/bordeaux-threads/darcs/bordeaux-threads/

- - - -
- Valid XHTML 1.0 Strict -
- - + + + + + + + + Bordeaux Threads project + + + + + +
+

Bordeaux Threads

+

Portable shared-state concurrency for Common Lisp

+
+ +

Based on an original proposal by Dan Barlow (Bordeaux-MP) this + library is meant to make writing portable multi-threaded apps + simple.

+ +

Read the current API documentation.

+ +

Supports all major Common Lisp implementations: SBCL, CCL, + Lispworks, Allegro, ABCL, ECL, Clisp.
The MKCL, Corman, + MCL and Scieneer backends are not tested frequently(if ever) and + might not work.

+ +

For discussion, use the mailing + list bordeaux-threads-devel + or the #lisp IRC channel on Freenode.

+ +

Source repository

+ +

Bordeaux-threads is developed + at Github. The + repository is also mirrored + to Gitlab + and Bitbucket.

+ + + +
+ Valid XHTML 1.0 Strict +
+ + -- 2.11.4.GIT