From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- .../pastebins/2023/07/22/funcallable-amop.adoc | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'src/content/pastebins/2023/07/22') diff --git a/src/content/pastebins/2023/07/22/funcallable-amop.adoc b/src/content/pastebins/2023/07/22/funcallable-amop.adoc index 37c79fe..47a8089 100644 --- a/src/content/pastebins/2023/07/22/funcallable-amop.adoc +++ b/src/content/pastebins/2023/07/22/funcallable-amop.adoc @@ -1,22 +1,10 @@ ---- - -title: Funcallable AMOP - -date: 2023-07-22 - -layout: post - -lang: en - -ref: funcallable-amop - ---- - += Funcallable AMOP Using `macrolet` to allow a `funcallable-standard-class` to be invoked without using `funcall` directly, and let the macroexpansion do that instead: -``` +[source,lisp] +---- #!/usr/bin/env li (asdf:load-system :closer-mop) @@ -40,4 +28,4 @@ using `funcall` directly, and let the macroexpansion do that instead: `(funcall c ,@body))) (funcall c 2) (c 3))) -``` +---- -- cgit v1.2.3