Beeflang - open source performance-oriented compiled programming language
IGotD-
nise at nise.com
Thu Jan 9 11:59:42 UTC 2020
On Thursday, 9 January 2020 at 07:54:22 UTC, JN wrote:
> There's some new programming language around, seems to be
> targeting similar areas as D does, although it doesn't use GC
> and seems to be targeted mostly towards game developers.
>
> https://www.beeflang.org/
>
> Announcement and discussion:
> https://news.ycombinator.com/item?id=21991382
It's look like a very competent language and it is just being
released to the public.
Things that I like is that it has manual memory management, no GC
or stupid life times. However, leaking or double free can be
detected. Good direction I think for memory management for what
the language is intended for.
It has mixins just like D.
... then the weird, it has a PREPROCESSOR that is even less
capable than C. That's a very weird design decision.
More information about the Digitalmars-d
mailing list