All Manuals > LispWorks Delivery User Guide > 11 Troubleshooting

NextPrevUpTopContentsIndex

11.3 Problems with READ

A run time error:

Error: Attempt to invoke function READ on arguments...

occurs when the application uses the Lisp reader but delivery has removed that functionality.

The solution is to retain the Lisp reader, by the delivery keyword :keep-lisp-reader.

If your application does not use the reader directly, the error may be due to a LispWorks function using it. Please see Delivery and the Lisp reader for more information.


LispWorks Delivery User Guide - 10 Aug 2017

NextPrevUpTopContentsIndex