phlog

Source code for my blog/gemlog. It used to be on gopher, hence the name
git clone http://shtanton.xyz/git/repo/phlog
Log | Files | Refs

commit 39a2bb00037c437ff614d105c736a565c5d7bbb1
parent ce93cdf69e7a03a77e86da7af9f25c000e9e5cd2
Author: Charlie Stanton <charlie@shtanton.xyz>
Date:   Wed, 25 Aug 2021 23:52:57 +0100

Fix typo

Diffstat:
Mposts/domain_specific_languages.gmi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posts/domain_specific_languages.gmi b/posts/domain_specific_languages.gmi @@ -1,4 +1,4 @@ -If you know what domain specific languages are then hopefully you're aware of how much easier they can make your life. Tools like awk are so brilliant at what they do that for a sizeable selection of tasks an awk script could be 20 times shorter to write than an equivalent python script while being easier to understand and more performant. If you don't what they are then surely I've peaked your interest a little. +If you know what domain specific languages are then hopefully you're aware of how much easier they can make your life. Tools like awk are so brilliant at what they do that for a sizeable selection of tasks an awk script could be 20 times shorter to write than an equivalent python script while being easier to understand and more performant. If you don't know what they are then surely I've peaked your interest a little. ## What is a Domain Specific Language (DSL)?