Great video! Thank you! - Just one point - doesn't the very last expression have to be (invoke-restart #'use-abs-value) ? I think the function sign `#'` was forgotten and a normal quote used. Okay. I tried - and indeed it must be just a normal quote of the function name! You did not do any typo. It was all absolutely correct. Thanks for the tutorial!
Over complicated in my opinion. Is there any tutorial /book which can explain this? what are :initarg and :text ? How to get them populated in IDE? I am using Portacle
Thanks for the feedback, I assumed some basic knowledge of CLOS, which is a prerequisite for the condition system.. For :initarg for example there is this video th-cam.com/video/cssHR_MLwNQ/w-d-xo.html
Great video!!
Thank you!
Thanks for this! I've been having trouble wrapping my head around condition systems even after studying a couple of texts. This definitely helps!
It is a complex topic, trying to actually write some code helps a lot!
Very powerful system. Thank you for explaining it simply 😃👍
Thanks!
Now I understand! Thanks for saving my sanity.
The condition system has to be explored a little bit at a time!
I liked this video!
Glad to hear that! Thanks!
Great video! Thank you! - Just one point - doesn't the very last expression have to be (invoke-restart #'use-abs-value) ? I think the function sign `#'` was forgotten and a normal quote used.
Okay. I tried - and indeed it must be just a normal quote of the function name! You did not do any typo. It was all absolutely correct. Thanks for the tutorial!
Great that you made it work! Yeah, `use-abs-value` is not a function, just a symbol used by `restart-case`. Thanks!
Over complicated in my opinion. Is there any tutorial /book which can explain this?
what are :initarg and :text ? How to get them populated in IDE? I am using Portacle
Thanks for the feedback, I assumed some basic knowledge of CLOS, which is a prerequisite for the condition system..
For :initarg for example there is this video th-cam.com/video/cssHR_MLwNQ/w-d-xo.html