| 1 | <!DOCTYPE html> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>Armed Bear Common Lisp (ABCL) - Commercial support</title> |
|---|
| 5 | <meta charset="utf-8"/> |
|---|
| 6 | <link rel="stylesheet" type="text/css" href="style.css" /> |
|---|
| 7 | |
|---|
| 8 | <style type="text/css"> |
|---|
| 9 | td { font-size: 90%; padding: 0 5px 0 5px } |
|---|
| 10 | th { font-weight: bold; align: center; padding: 0 5px 0 5px } |
|---|
| 11 | dt { font-weight: bold } |
|---|
| 12 | dd dt { font-weight: bold; font-style: italic } |
|---|
| 13 | </style> |
|---|
| 14 | </head> |
|---|
| 15 | |
|---|
| 16 | <body> |
|---|
| 17 | <div id="title" class="header"> |
|---|
| 18 | <h1>Armed Bear Common Lisp (ABCL) - Commercial support</h1> |
|---|
| 19 | </div> |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | <!--#include virtual="left-menu" --> |
|---|
| 23 | |
|---|
| 24 | <div id="main"> |
|---|
| 25 | |
|---|
| 26 | <h2 style="text-align:center">Paid support</h2> |
|---|
| 27 | |
|---|
| 28 | <p> |
|---|
| 29 | ABCL is being developed as open source. Each of the contributers |
|---|
| 30 | chooses his or her own priorities based on criteria like complexity |
|---|
| 31 | and time available. Many changes implemented over the past years |
|---|
| 32 | were implemented in evening hours, limiting the size and type of |
|---|
| 33 | issue that can be addressed. |
|---|
| 34 | </p> |
|---|
| 35 | |
|---|
| 36 | <p> |
|---|
| 37 | Your priorities, dear User, may not necessarily coincide with the |
|---|
| 38 | priorities of the developers. To make sure your needs will be |
|---|
| 39 | addressed too, there is the option of paid support, usually in the |
|---|
| 40 | form of a consulting contract. You may want to use this option for |
|---|
| 41 | example in case the 'regular' route (submission of a bug report or |
|---|
| 42 | enhancement request) isn't being addressed as quickly as you like. |
|---|
| 43 | </p> |
|---|
| 44 | |
|---|
| 45 | <p>If you decide you want to use this option, or have other needs related |
|---|
| 46 | to ABCL, please contact one of the following individuals: |
|---|
| 47 | </p> |
|---|
| 48 | |
|---|
| 49 | <ul> |
|---|
| 50 | <li> |
|---|
| 51 | ehuelsmann 'at' common-lisp 'dot' net |
|---|
| 52 | </li> |
|---|
| 53 | <li> |
|---|
| 54 | evenson.not.org 'at' gmail 'dot' com |
|---|
| 55 | </li> |
|---|
| 56 | <li> |
|---|
| 57 | ale2014.zamora 'at' gmail 'dot' com |
|---|
| 58 | </li> |
|---|
| 59 | </ul> |
|---|
| 60 | |
|---|
| 61 | <p>Potential projects / tasks that might be possible with paid support:</p> |
|---|
| 62 | |
|---|
| 63 | <ul> |
|---|
| 64 | <li> |
|---|
| 65 | Finalizing Gray stream support. Recent work has improved things considerably. |
|---|
| 66 | </li> |
|---|
| 67 | <li> |
|---|
| 68 | Faster startup/load times via use of memory mapped fasls |
|---|
| 69 | </li> |
|---|
| 70 | <li> |
|---|
| 71 | Compiler improvement to target more efficient bytecode version, |
|---|
| 72 | for new class verifier and/or for dynamic method site utilization |
|---|
| 73 | for CLOS. |
|---|
| 74 | </li> |
|---|
| 75 | <li> |
|---|
| 76 | Implementation of stepper for compiled code; improvements for |
|---|
| 77 | interpreted version. |
|---|
| 78 | </li> |
|---|
| 79 | </ul> |
|---|
| 80 | |
|---|
| 81 | <p><span style="size:70%">Interested developers are welcome to have |
|---|
| 82 | their names added to this list, but at this point in time no other |
|---|
| 83 | developers are known to want to provide this type of |
|---|
| 84 | support.</span></p> |
|---|
| 85 | </div> |
|---|
| 86 | |
|---|
| 87 | |
|---|
| 88 | <div class="footer"> |
|---|
| 89 | <hr /> |
|---|
| 90 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
|---|
| 91 | </div> |
|---|
| 92 | |
|---|
| 93 | </body> |
|---|
| 94 | </html> |
|---|