commit: ce4bacb325d6f7a818525aa342873936941c863e
parent 7c0b0f1c6a7455a88fd697dfa17001fea9ecd09a
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 20 Mar 2021 16:47:39 -0400
Fix target release date
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/content/blog/A-new-systems-language.gmi b/content/blog/A-new-systems-language.gmi
@@ -1,4 +1,4 @@
-It’s an open secret: the “secret project” I’ve been talking about is a new systems programming language. It’s been underway since December ‘19, and we hope to release the first version in early 2021. The language is pretty small — we have a mostly complete specification which clocks in at 60 pages. It has manual memory management, no runtime, and it uses a superset of the C ABI, making it easy to link with libraries and C code. It should be suitable almost anywhere C is useful: compilers, system utilities, operating systems, network servers and clients, and so on.
+It’s an open secret: the “secret project” I’ve been talking about is a new systems programming language. It’s been underway since December ‘19, and we hope to release the first version in early 2022. The language is pretty small — we have a mostly complete specification which clocks in at 60 pages. It has manual memory management, no runtime, and it uses a superset of the C ABI, making it easy to link with libraries and C code. It should be suitable almost anywhere C is useful: compilers, system utilities, operating systems, network servers and clients, and so on.
```A "hello world" code sample
use io;
@@ -72,3 +72,5 @@ String manipulation: Search, replace • Unicode • Regex • etc
Unix support: chmod • mkfifo • passwd • setuid • TTY management • etc
If any of this sounds up your alley, we’d love your help! Please write me an email describing your interest areas and previous systems programming experience.
+
+Update 2021-03-20: We're targeting the first release in early 2022, not 2021.
diff --git a/content/blog/A-new-systems-language.md b/content/blog/A-new-systems-language.md
@@ -6,7 +6,7 @@ formats: [html, gemtext]
It's an open secret: the "secret project" I've been talking about is a new
systems programming language. It's been underway since December '19, and we hope
-to release the first version in early 2021. The language is pretty small —
+to release the first version in early 2022. The language is pretty small —
we have a mostly complete specification which clocks in at 60 pages. It has
manual memory management, no runtime, and it uses a superset of the C ABI,
making it easy to link with libraries and C code. It should be suitable almost
@@ -115,3 +115,5 @@ focus areas we're looking into now are:
If any of this sounds up your alley, we'd love your help! Please [write me an
email](mailto:sir@cmpwn.com) describing your interest areas and previous systems
programming experience.
+
+**Update 2021-03-20**: We're targeting the first release in early 2022, not 2021.