On Fri, 14 Oct 2022 07:59:14 +0100 "(" <[email protected]> wrote:
> On Fri Oct 14, 2022 at 5:03 AM BST, jgart wrote:
> > Are `unqote`, `quote` and `unquote-splice` functions after they get
> > desugared from their reader macro representation?
>
> Nope; they're special built-in forms like ``lambda'' and ``define''.So, they are ordinary functions defined in guile? Or by built-ins you mean that they are implemented in C? I'll read through the guile source code a bit later ;()
