Pastel
Pastel is a verbose statically-typed language that transpiles to various other languages as directly as possible without adding interpretation overhead. The primary goal of Pastel is to serve as a way to generate vanilla code that can be dropped into any codebase. This makes it ideal for writing cross-platform code that has very little bloat or abstraction overhead or for porting a codebase to a new programming language incrementally. Currently Pastel supports transpilation to Java, C#, JavaScript, Python, PHP, and Go.