diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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). |