Skip Navigation

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

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

9 comments
  • Python and GDScript are pretty similar syntactically, but the latter is more game focused and doesn’t have things like decorators, list comprehensions, or context managers

  • Groovy and Kotlin borrowing heavily from Java. Groovy and Kotlin are also very similar to each other.

9 comments