index.html - clic - Clic is an command line interactive client for gopher written in Common LISP
HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
index.html (1994B)
---
1 <?xml version="1.0"?>
2
3 <!--
4 Copyright 2006,2007 Greg Pfeil
5
6 Distributed under the MIT license (see LICENSE file)
7 -->
8
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
10 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12 <head>
13 <title>Bordeaux Threads project</title>
14 <link rel="stylesheet" type="text/css" href="style.css"/>
15 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
16 </head>
17
18 <body>
19 <div class="header">
20 <h1>Bordeaux Threads</h1>
21 <h2>Portable shared-state concurrency for Common Lisp</h2>
22 </div>
23
24 <p>Based on an original proposal by Dan Barlow (Bordeaux-MP) this
25 library is meant to make writing portable multi-threaded apps
26 simple.</p>
27
28 <p>Read the current <a href="http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation">API documentation</a>.</p>
29
30 <p>Supports all major Common Lisp implementations: SBCL, CCL,
31 Lispworks, Allegro, ABCL, ECL, Clisp.<br/> The MKCL, Corman,
32 MCL and Scieneer backends are not tested frequently(if ever) and
33 might not work.</p>
34
35 <p>For discussion, use the mailing
36 list <a href="http://www.common-lisp.net/mailman/listinfo/bordeaux-threads-devel">bordeaux-threads-devel</a>
37 or the #lisp IRC channel on Freenode.</p>
38
39 <h3>Source repository</h3>
40
41 <p>Bordeaux-threads is developed
42 at <a href="https://github.com/sionescu/bordeaux-threads">Github</a>. The
43 repository is also mirrored
44 to <a href="https://gitlab.com/bordeaux-threads/bordeaux-threads">Gitlab</a>
45 and <a href="https://bitbucket.org/sionescu/bordeaux-threads">Bitbucket</a>.</p>
46
47 <div class="footer">
48 <a href="mailto:sionescu@cddr.org">Stelian Ionescu</a>. Last modified: <!--#flastmod file="index.shtml" -->
49 </div>
50
51 <div class="check">
52 <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
53 </div>
54 </body>
55 </html>