Hi all,
Delimited continuations are a really nice feature in guile. I have now
implemented that
for guile-log and hence also for kanren and prolog. With it we can now do
(use-modules (logic guile-log))
(use-modules (logic guile-log umatch))
( (f)
( (i x) ( 'tag ( (i x)
Panicz Maciej Godek writes:
> presentation of Racket macro
> system, http://www.infoq.com/presentations/racket,
> where he points to a quite good introduction to "define-syntax" macros
> by Greg Hendershott: http://www.greghendershott.com/fear-of-macros/
I was also made aware of it recently, it