Common lisp: macro vs functions (for beginners)

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I think you have an error in the conditional, instead of
`(if , (first exprs)
, (first exprs)
(my-and, @(rest exprs)))
is
`(if , (first exprs)
(my-and, @(rest exprs))
, (first exprs))

xabixps
Автор

my-and or my-or. I think that the behavior of the macro seems more like an OR. Makes sense?

leandrohernandez
join shbcf.ru