dragons-and-bytecode / comfy

Comfy - the comfortable C dialect
Mozilla Public License 2.0
1 stars 0 forks source link

Simple known length array type and corresponding syntax. #9

Open RavenNevermore opened 9 years ago

RavenNevermore commented 9 years ago

After the need for header files, this is the second biggest problem with C. There is no simple and usable syntax, to have arrays (or lists) that know their size.

With comfy I intend to fix that.

There are however a multitude of possible solutions. Some better, some worse, so I need to check some out first.