1 | <?xml version="1.0"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
5 | <head> |
---|
6 | <title>Armed Bear Common Lisp (ABCL) - Commercial support</title> |
---|
7 | <link rel="stylesheet" type="text/css" href="style.css" /> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
---|
9 | <style type="text/css"> |
---|
10 | td { font-size: 90%; padding: 0 5px 0 5px } |
---|
11 | th { font-weight: bold; align: center; padding: 0 5px 0 5px } |
---|
12 | dt { font-weight: bold } |
---|
13 | dd dt { font-weight: bold; font-style: italic } |
---|
14 | </style> |
---|
15 | </head> |
---|
16 | |
---|
17 | <body> |
---|
18 | <div class="header"> |
---|
19 | <h1>Armed Bear Common Lisp (ABCL) - Commercial support</h1> |
---|
20 | </div> |
---|
21 | |
---|
22 | |
---|
23 | <!--#include virtual="left-menu" --> |
---|
24 | |
---|
25 | <div style="float:left;width:80ex;margin-top:1cm;font-family:sans-serif"> |
---|
26 | |
---|
27 | <h2 style="text-align:center">Paid support</h2> |
---|
28 | |
---|
29 | <p>ABCL is being developed as open source. Each of the contributers chooses |
---|
30 | his orher own priorities based on criteria like complexity and time |
---|
31 | available. Many changes implemented over the past year were implemented |
---|
32 | in evening hours, limiting the size and type of issue that can be addressed. |
---|
33 | </p> |
---|
34 | |
---|
35 | <p>Your priorities may not necessarily coincide with the priorities of the |
---|
36 | developers. To make sure your needs will be addressed too, there is the |
---|
37 | option of paid support. You may want to use this option for example in |
---|
38 | case the 'regular' route (submission of a bug report or enhancement request) |
---|
39 | isn't being addressed as quickly as you like. |
---|
40 | </p> |
---|
41 | |
---|
42 | <p>If you decide you want to use this option, or have other needs related |
---|
43 | to abcl, please contact me directly at |
---|
44 | ehuelsmann 'at' common-lisp 'dot' net. |
---|
45 | </p> |
---|
46 | |
---|
47 | |
---|
48 | <p>Projects / tasks to be addressed include:</p> |
---|
49 | |
---|
50 | <ul> |
---|
51 | <li>Finalizing Gray stream support</li> |
---|
52 | <li>Performance research and improvements</li> |
---|
53 | <li>(More) [A]MOP support</li> |
---|
54 | <li>Better Java/JNA (foreign library) integration</li> |
---|
55 | </ul> |
---|
56 | |
---|
57 | <p><span style="size:70%">Other developers are free to get their names added |
---|
58 | to this list, but at this point no other developers are known to |
---|
59 | want to provide this type of support.</span></p> |
---|
60 | |
---|
61 | </div> |
---|
62 | |
---|
63 | |
---|
64 | <div style="float:left;width:100%"> |
---|
65 | <hr /> |
---|
66 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
67 | |
---|
68 | <div class="check" style="width:100%"> |
---|
69 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
70 | </div> |
---|
71 | <div style="float:right;font-size:10px;font-family:monospace">$Id: commercial-support.shtml 13746 2012-01-10 14:25:48Z mevenson $</div> |
---|
72 | </div> |
---|
73 | </body> |
---|
74 | </html> |
---|