about summary refs log tree commit diff homepage
path: root/blog/conseq.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 17:35:21 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 17:35:21 +0700
commitac73f7ff7739157254bfcec36ef9463c86b0de72 (patch)
tree0ec1c17c81a56d0ecb0754bad489124a2e3f4545 /blog/conseq.md
parentf3074f4e4e88e0f27ac115535479382460cdfb82 (diff)
downloadsite-ac73f7ff7739157254bfcec36ef9463c86b0de72.tar.gz
Overhaul style
Diffstat (limited to 'blog/conseq.md')
-rw-r--r--blog/conseq.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/blog/conseq.md b/blog/conseq.md
index 1891522..5b843eb 100644
--- a/blog/conseq.md
+++ b/blog/conseq.md
@@ -1,10 +1,9 @@
 +++
+title = "Infinite Sequences: A Case Study in Functional Python"
 rss = "SICP subsection 3.5.2 in Python"
 date = Date(2019, 2, 28)
+tags = ["fun", "math", "python", "sicp"]
 +++
-@def tags = ["sicp", "fun", "python", "calculus"]
-
-# Infinite Sequences: A Case Study in Functional Python
 
 In this article, we will only consider sequences defined by a function
 whose domain is a subset of the set of all integers.  Such sequences will be