| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml">
|
|---|
| 4 | <head>
|
|---|
| 5 | <title>CurrencyConverter HOWTO</title>
|
|---|
| 6 | <link rel="stylesheet" type="text/css" href="../stylesheets/styles.css" />
|
|---|
| 7 | </head>
|
|---|
| 8 |
|
|---|
| 9 | <body>
|
|---|
| 10 |
|
|---|
| 11 | <div class="title">
|
|---|
| 12 | <h1>Conclusion</h1>
|
|---|
| 13 | </div>
|
|---|
| 14 |
|
|---|
| 15 | <div class="body-text">
|
|---|
| 16 | <p>This concludes our HOWTO on building the Apple
|
|---|
| 17 | CurrencyConverter example in Lisp with Clozure CL. Your own Lisp
|
|---|
| 18 | applications are likely to be considerably more complex than the
|
|---|
| 19 | Currency Converter, which, after all, just does a simpe
|
|---|
| 20 | multiplication. You can, however, use exactly the same steps to
|
|---|
| 21 | build a much richer and more full-featured Cocoa
|
|---|
| 22 | application.</p>
|
|---|
| 23 |
|
|---|
| 24 | <p>A more complex application will still consist of one or more
|
|---|
| 25 | nibfiles and one or more Lisp source files. You will still use
|
|---|
| 26 | the Objective C bridge to define Objective C classes and
|
|---|
| 27 | methods, and to use Cocoa library features. And you will still
|
|---|
| 28 | use BUILD-APPLICATION to turn your source and nibfiles into
|
|---|
| 29 | standalone Cocoa applications.</p>
|
|---|
| 30 |
|
|---|
| 31 | <p>You should now be able to use Clozure CL to accomplish anything
|
|---|
| 32 | that an Objective C user can accomplish with Cocoa. Good luck!</p>
|
|---|
| 33 |
|
|---|
| 34 | <div class="nav">
|
|---|
| 35 | <p><a href="../../HOWTO.html">start</a></p>
|
|---|
| 36 | </div>
|
|---|
| 37 |
|
|---|
| 38 | </body>
|
|---|
| 39 | </html>
|
|---|
| 40 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.