From 9b497b795897925ff3ffad6479f99b8e1311ffb7 Mon Sep 17 00:00:00 2001 From: Andrew Segavac Date: Sat, 2 Aug 2025 12:54:13 -0600 Subject: [PATCH] added disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6d5386..ea36e38 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Note: This is mostly a background project that I like to tinker with while I build real things. Consistant progress on this language is unlikely any time soon. + # Boring Lang The Boring Programming Language (Boring-Lang) is an attempt to create an easy, productive, general purpose programming language that makes as few interesting choices as possible while still being in line with modern concepts in programming languages.