minus-squarephughes@lemmy.catoProgramming@beehaw.org•What are some programming languages that reuse most of the syntax of another (rather than just a few elements of it?)linkfedilinkEnglisharrow-up10·8 days agoObjective–C is a strict superset of C. Anything that’s valid C can be used in an Objective–C file. linkfedilink
Objective–C is a strict superset of C. Anything that’s valid C can be used in an Objective–C file.