You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I see you are working hard! What do you think of increase clang a little bit with
Fat pointers (see Walter "c biggest mistake" article)
classes (to permit a big standard library like java)
exceptions (separate happy path from erro path)
manual memory management but with allocators or context.. I don't know.. i mean "manual" but not so hard)
modules ( remove .h)
I think dlang wrong when put garbage collector default and increase complexity too much. A new language with these aspects could get all c/c++ and Java programmers on-board. Instead of c++, just c+ 😆 c++ is too messy
The text was updated successfully, but these errors were encountered:
Hi, I see you are working hard! What do you think of increase clang a little bit with
I think dlang wrong when put garbage collector default and increase complexity too much. A new language with these aspects could get all c/c++ and Java programmers on-board. Instead of c++, just c+ 😆 c++ is too messy
The text was updated successfully, but these errors were encountered: