You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable DEBUG-ON-ERROR T if we should drop into a debugger on error, NIL otherwise.
Variable DEBUG-ON-FAILURE T if we should drop into a debugger on a failing check, NIL otherwise.
but looking at the source it appears that both these variables are now deprecated. Is there current documentation, suitable for a new user, available somewhere?
Thanks!
The text was updated successfully, but these errors were encountered:
@dfmorrison I can't build the documentation because the documentation system has been abandoned. I don't have a solution for the moment, other than reading the sources of Fiveam or those of libraries that use it. @L0ren2 What instructions do you need in addition to using Quicklisp ?
@L0ren2 What instructions do you need in addition to using Quicklisp ?
Honestly, I have no idea. When I tried last time, everything I downloaded using quicklisp was broken out of the box. Probably a mistake on my end but it kept me from following through with it. I actually don't use Lisp anymore since I just needed to know some of it for my university assignments. Now thats done, I do consider dipping my toes into learning Clojure, however I don't think that I will be touching Clisp anytime soon.
The README says
But that package appears not to have a docstring:
and
Google turns up documentation at
https://common-lisp.net/project/fiveam/docs/index.html
but it seems out of date. For example, it says
but looking at the source it appears that both these variables are now deprecated. Is there current documentation, suitable for a new user, available somewhere?
Thanks!
The text was updated successfully, but these errors were encountered: