From 8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Apr 2025 15:46:44 -0300 Subject: src/content/: Recover article updated-at metadata --- src/content/tils/2021/04/24/clojure-autocurry.adoc | 1 + src/content/tils/2021/04/24/scm-nif.adoc | 1 + src/content/tils/2021/08/11/js-bigint-reviver.adoc | 1 + 3 files changed, 3 insertions(+) (limited to 'src/content/tils/2021') diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc index fdc71f2..a2c2835 100644 --- a/src/content/tils/2021/04/24/clojure-autocurry.adoc +++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc @@ -1,5 +1,6 @@ = Clojure auto curry :sort: 1 +:updatedat: 2021-04-27 :defcurry-orig: https://lorettahe.github.io/clojure/2016/09/22/clojure-auto-curry diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc index 7177355..d057d66 100644 --- a/src/content/tils/2021/04/24/scm-nif.adoc +++ b/src/content/tils/2021/04/24/scm-nif.adoc @@ -1,6 +1,7 @@ = Three-way conditional for number signs on Lisp :categories: lisp, scheme, common lisp :sort: 2 +:updatedat: 2021-08-14 :on-lisp: https://www.paulgraham.com/onlisptext.html :sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html diff --git a/src/content/tils/2021/08/11/js-bigint-reviver.adoc b/src/content/tils/2021/08/11/js-bigint-reviver.adoc index 657248a..f7dd3de 100644 --- a/src/content/tils/2021/08/11/js-bigint-reviver.adoc +++ b/src/content/tils/2021/08/11/js-bigint-reviver.adoc @@ -1,4 +1,5 @@ = Encoding and decoding JavaScript BigInt values with reviver +:updatedat: 2021-08-13 :reviver-fn: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#using_the_reviver_parameter :bigint: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt -- cgit v1.2.3