File: index.html

package info (click to toggle)
acl2 8.6%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,111,420 kB
  • sloc: lisp: 17,818,294; java: 125,359; python: 28,122; javascript: 23,458; cpp: 18,851; ansic: 11,569; perl: 7,678; xml: 5,591; sh: 3,976; makefile: 3,833; ruby: 2,633; yacc: 1,126; ml: 763; awk: 295; csh: 233; lex: 197; php: 178; tcl: 49; asm: 23; haskell: 17
file content (61 lines) | stat: -rw-r--r-- 1,870 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title>CL+SSL</title>
    <link rel="stylesheet" type="text/css" href="index.css"/>
  </head>
  <body>
    <h1>CL+SSL</h1>

    <p>
      The homepage is migrated to the README.md at the Git repository: <a href="https://github.com/cl-plus-ssl/cl-plus-ssl">https://github.com/cl-plus-ssl/cl-plus-ssl</a>. The API docs are migrated to docstrings in the source code and comments in the package.lisp.
    </p>

    <p>
      The only piece of information not migrated is this old chart from early days
      of cl+ssl, comparing it with alternative solutions.
    </p>
    <p>
      Should it be moved to the History section of the README?
      (We con't know if the information is still accurate
      or the other solution have evolved since then).
    </p>

    <table border="1" cellpadding="2" cellspacing="0">
      <thead>
        <tr>
          <th></th>
          <th><b>FFI</b></th>
          <th><b>Streams</b></th>
          <th><b>Lisp-BIO</b></th>
        </tr>
      </thead>
      <tr>
        <td>CL+SSL</td>
        <td>CFFI</td>
        <td>gray<sup>1</sup>, buffering output</td>
        <td>yes</td>
      </tr>
      <tr>
        <td>CL-SSL</td>
        <td>UFFI</td>
        <td>gray, buffering I/O [<em>part of ACL-COMPAT</em>]</td>
        <td>no</td>
      </tr>
      <tr>
        <td>SSL-CMUCL</td>
        <td>CMUCL/ALIEN</td>
        <td>CMUCL, non-buffering</td>
        <td>no</td>
      </tr>
    </table>
    <p>
      <sup>1</sup>&nbsp;Character I/O and external formats in CL+SSL
      are provided
      using <a href="http://weitz.de/flexi-streams/">flexi-streams</a>.
    </p>


  </body>
</html>