All Manuals > LispWorks Release Notes and Installation Guide > 15 Release Notes

NextPrevUpTopContentsIndex

15.2 Updating your code for LispWorks 7.1

Check through these release notes for things you need to update in code that already works in LispWorks 7.0.

If you are updating code that works only in versions earlier than LispWorks 7.0, then you should also consult earlier release notes, which are available at www.lispworks.com/documentation .

15.2.1 Conditionalizing code for different versions of LispWorks

When conditionalizing code for different versions of LispWorks, make your code work in the latest version and then conditionalize with feature expressions if necessary, depending on which previous versions of LispWorks you want to support.

For example, use #-lispworks6 rather than #+lispworks7. This makes it more likely that the code will work without changes when LispWorks 8 is released in future.

Use only documented features. For an example see "Conditionalization for LispWorks versions" in the entry for cl:*features* in the LispWorks User Guide and Reference Manual .


LispWorks Release Notes and Installation Guide - 19 Oct 2017

NextPrevUpTopContentsIndex