static File transpiledStandardFunctions_file(TreeSet functionSet) { S name = uniqueFileNameUsingMD5_80_v2(join("+", functionSet)); saveTextFileUnlessExists(name + ".functions", lines(functionSet)); ret newFile(javaxCachesDir(), "Transpiled Standard Functions", name + ".java"); }