What are some programming languages that reuse most of the syntax of another (rather than just a few elements of it?)

  • @phughes@lemmy.ca
    link
    fedilink
    English
    103 months ago

    Objective–C is a strict superset of C. Anything that’s valid C can be used in an Objective–C file.