On Wednesday, 5 February 2020 at 07:51:17 UTC, JN wrote:
On Wednesday, 5 February 2020 at 04:31:21 UTC, Walter Bright wrote:
https://www.reddit.com/r/programming/comments/eyzrm9/d_as_a_c_replacement_the_art_of_machinery/
https://theartofmachinery.com/2019/04/05/d_as_c_replacement.html

It's a pity associative arrays aren't part of betterC. I was considering starting a new project in betterC, because I was looking for something like C with some additional nice haves, but without assoc arrays for me betterC still occupies that weird spot where it's not enough over C and too much below D.

Hey, I saw this last night, and implemented a AA for betterC. It is very simple and probably is not something that you could use.

https://github.com/aferust/bcaa

Reply via email to