Beeflang - open source performance-oriented compiled programming language

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Thu Jan 9 19:55:40 UTC 2020


On Thursday, 9 January 2020 at 18:01:10 UTC, JN wrote:
> Personally the things that I like about it is how clean it 
> looks and how IDE support is taken into account when designing 
> it.

Designing with IDE support in mind from the start is the right 
approach today, absolutely right. Could give them a faster pick 
up.

The syntax does not win me over, e.g. using "[attribute]" for 
disabling bounds checking is going to be confusing:

«int val = arr[[Unchecked]i];»

But ultimately its success will depend on delivering solutions 
that other languages don't provide.

If hot patching works out ok then they could create their own 
Flutter and given the C# likeness that could be more attractive 
than Dart, and appeal to a wider audience (could work for both 
portable mobile Games and Apps, and that would be... significant).



More information about the Digitalmars-d mailing list