Found on proggit: Krug, a new experimental programming language, compiler written in D

arturg var.spool.mail700 at gmail.com
Thu Apr 26 17:13:12 UTC 2018


On Thursday, 26 April 2018 at 15:07:37 UTC, H. S. Teoh wrote:
> On Thu, Apr 26, 2018 at 08:50:27AM +0000, Joakim via 
> Digitalmars-d wrote:
>> https://github.com/felixangell/krug
>> 
>> https://www.reddit.com/r/programming/comments/8dze54/krug_a_systems_programming_language_that_compiles/
>
> It's still too early to judge, but from the little I've seen of 
> it, it seems nothing more than just a rehash of C with a 
> slightly different syntax.  It wasn't clear from the docs what 
> exactly it brings to the table that isn't already done in C, or 
> any other language.
>
>
> T

why do people use this syntax?

if val == someVal

or

while val != someVal

it makes editing the code harder then if you use if(val == 
someVal).


More information about the Digitalmars-d mailing list