diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-09-20 21:52:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 21:52:38 -0400 |
commit | 88209549079cd47f6f8b12dfbd6a821bca181a64 (patch) | |
tree | dc546fc122edc4bdd91ee1fc068d71e59eb30b18 /spec | |
parent | 3add402da9fc5b574f34e37e951779212ce28ed1 (diff) |
Update spec readme
Diffstat (limited to 'spec')
-rw-r--r-- | spec/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/README.md b/spec/README.md index 1dc82aa..0e53e68 100644 --- a/spec/README.md +++ b/spec/README.md @@ -3,7 +3,7 @@ Version 0.0.1 ## Forward -As of writing this forward, TNSL is not even a language yet. Right now, it's mostly just a stupid idea that I've devoted too much brain-space to, and I'm not confident will ever take off. The hard-core C folk will probably write it off, as well as the new-fangled rust/golangers with all their type safty. +As of writing this forward, TNSL is not even a language yet. Right now, it's mostly just a stupid idea that I've devoted too much brain-space to, and I'm not confident will ever take off. The hard-core C folk will probably write it off, as well as the new-fangled rust/golangers with all their type safety. Right now, TNSL isn't a language. But it *could* be. And, really, I think it's a cool challenge to try to pack high-level features into a low-level environment. I hope you find it interesting as well. @@ -58,4 +58,4 @@ Right now, TNSL isn't a language. But it *could* be. And, really, I think it's THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE - EXPRESS OR IMPLIED
\ No newline at end of file + EXPRESS OR IMPLIED |