What C needs…

  • no undefined behaviour (prefer Compile Errors over strange behaviour)
  • Garbage Collector (reference counter)
  • Polymorphism / Multimethods (function identifier by signature / API)
  • no NULL terminated strings
  • Namespaces

thanks for the discussion, name

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>