From ac73f7ff7739157254bfcec36ef9463c86b0de72 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 16 Nov 2021 17:35:21 +0700 Subject: Overhaul style --- blog/conseq.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'blog/conseq.md') 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 -- cgit 1.4.1