Posts

Showing posts from February, 2023

[QW] "Quick Write" The Most Succinct Programming Language

Image
  Introduction I am really annoyed about using unnecessary keywords in many languages, so I created this one. Editing commas on array or method changing, adding [ ; ], typing [ var ] takes too much time in total. Maybe, it is impossible to get rid of this. But I wrote the compiler and this article to prove it is possible. Also, I wrote a source editor (IDE) for this language to prove the code can be easily readable. QW is my own created language for a fast coding. This language is not for beginners, language does not provide an easy start. The main goal is to minimize programmer work by using the least amount key presses as it is possible. Language is fully compliable in C language for now; strictly typed; syntax is C-like. (Compiling into JS or into machine code is possible in future.) Code must be succinct and agile for all incoming changes. QW does not have special statement terminators like [ ; ] or [ \n ], most keywords replaced with symbols, like [ \ ] or [ ,