From 65f3b4545f3dba79a39152b5fe6cc55b4d5048b6 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 1 Jan 2024 19:40:19 -0500 Subject: [PATCH] note language fork --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e061c88..dc60f81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# IMPORTANT NOTE + +As of January 1, 2024, this repo is written in the [OpenD Programming Language](https://dpldocs.info/opend/). This is very similar to, but NOT the same as Walter Bright's version of the D Programming Language. + +There will be no further public updates with supported compatibility with WB's D Language. If you depend on this code, either [contact me](destructionator@gmail.com) to negotiate a commercial support contract or switch to the [OpenD Programming Language](https://dpldocs.info/opend/). If things keep working from here on out, it is purely coincidental. + # About This is a collection of modules that I've released over the years (the oldest module in here was originally written in 2006, pre-D1!) for a wide variety of purposes. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo. Feel free to email me, destructionator@gmail.com or ping me as `adam_d_ruppe` on the #d IRC channel if you want to ask me anything.