aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ead55c9..d89a2d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,5 @@
-Amalgam is written in c89 C standard to work on as many devices as possible and with many different compilers, which would allow you to compile amalgam with a compiler that generates smaller (static) binaries than gcc
+Amalgam is written in c89 C standard to work on as many devices as possible and with many different compilers,
+which would allow you to compile amalgam with a compiler that generates smaller (static) binaries than gcc.
+
+Amalgam is not meant to be a replacement for any other language but rather a new unique language for programming
+with gpu without writing an external gpu program (glsl/hlsl).