From 7635abc7c8411dbce290e4eeb4e9993d548596af Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Sun, 7 Nov 2021 13:04:42 -0500 Subject: [PATCH] Update title --- doc/Tutorial_Basics.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Tutorial_Basics.org b/doc/Tutorial_Basics.org index f526bab..460969b 100644 --- a/doc/Tutorial_Basics.org +++ b/doc/Tutorial_Basics.org @@ -1,4 +1,4 @@ -#+title: Cakelisp tutorial: basics +#+title: Cakelisp tutorial: basics of compile-time code execution This tutorial will introduce you to Cakelisp's most unique feature, compile-time code generation. I'm not going to introduce fundamental programming constructs like variables or conditional logic—I'm going to focus on what makes Cakelisp special. This is the most important thing to cover because it is the least familiar to new users from other languages.