diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-05 14:04:33 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-05 14:04:33 -0400 |
commit | 6444b3faef696b044d391b98151ebeb90eb3bb7f (patch) | |
tree | b67b5dae99d3287898dc56634f972b749385dd29 /spec | |
parent | d2772d77ce3b0908495bb298a0597a02bf300d1d (diff) | |
parent | 88209549079cd47f6f8b12dfbd6a821bca181a64 (diff) |
Merge branch 'origin' of https://github.com/CircleShift/tnsl-lang into origin
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 |