|
|
|
|
|
by bagnalla
3125 days ago
|
|
HolyC is great -- default arguments and built-in exception handling are big pluses over C. There are a few shortcomings, though, such as the lack of short-circuiting logical operators and some unfortunate behavior related to variable declarations within nested scopes (just avoid doing that IMO). |
|
I'm curious about the reason for this - does anyone know why they were implemented this way?