Closed bamboo closed 7 years ago
Kradle
Gradlin
Gradle.kts
It emphasizes that this is still Gradle and it is consistent with the naming of the actual build files. Nevermind the parallel to the JavaScript convention of naming everything "something.js".
GSK
Abbr of: Gradle Script Kotlin Script Kotlin
Follows the recursive acronym pattern of GNU
I'd like to explain my thumbs-down for "Kradle": it's too similar sounding to "Gradle" and will just lead to "wait, what did you say?" moments.
ginko: GradleINKOtlin http://haikuspirit.org/ginkoEN.html
A Ginko is a haiku walk.
During the walk the haiku writers discuss, take note or write haiku.
GSK is already a company name. (so, sorry...thumb down)
Grotlin? ;)
If Gradle [G] is form Groovy then already ^^^ purposed Kradle [K] from Kotlin ))
Gradle Statikt
Ginko sounds nice, and even more http://www.urbandictionary.com/define.php?term=ginko
My suggestion: Kobalt :trollface:
Krystal - means that with Kotlin build files became clear and transparent http://www.urbandictionary.com/define.php?term=Krystal
I'm -1 on Kradle or anything too fancy. Basically I'm for the status quo, that is, no rename. The reason is actually pretty simple: in the end, when Kotlin build scripts become the main language for writing Gradle build scripts, you will have the choice to write your build scripts in Kotlin or Groovy without having to think about the name of this feature.
There's no Kradle distribution. Kotlin and Groovy scripting are already present in the distribution, and it's all about an internal dependency (that you may want to override, but once it's stable it's unlikely you'll do). In other words, Gradle is Gradle. You wouldn't have to name the Kotlin scripting ability to use it, it's there just like Groovy is. So, if we find a new name, that's mostly for cosmetics, but it will have implications on the technical side: how to name the dependency that we use in Gradle, or how we refer to the repository where it is developed. For most users, this is irrelevant. It's only for developers of Gradle itself that it matters.
Especially, in the future, documentation is going to be unified. When you'll go to the Gradle website, you will not have to look at an external repo like this one to understand how to write Kotlin build scripts. The samples, the docs, everything will be "dual coded" with both Groovy and Kotlin code.
Eventually, the name should not be confusing wrt what is Kotlin support in Gradle, because there are two things:
Typically, when the documentation refers about "Groovy", it's how to build Groovy applications, not how to write Groovy build scripts. Technically, this discussion is similar to what aether
is to Maven (its dependency engine). We could use a very different name, in the end, 99% of people wouldn't have to know.
So when you think about this, I'm finding that gradle-script-kotlin
is not that bad. Marketing wise, it would be "Kotlin build scripts for Gradle". But in the end, it's all Gradle and its model that matters.
Krypton It has something from Kotlin and Gradle and something completelly new. Also it sounds cool and like ultimate threat for any other build system :)
Also, I can understand why Kradle is confusing (it sounds very similar) and maybe we can use Kradlin
I like one of the earlier suggestions, but prefer a two-letter suffix to a three-letter one: Gradle.ks
The downside is that the file extension is .kts 😢
Kottle :)
I agree with @melix. At the end of the day this is Gradle and what you're offering is the ability to use a different language to write your scripts in. Naming it differently night also lead to confusion in that it might be something different.
Klingr. Because I like GradleINKOtlin, but to my way of thinking, this project is KotLINinGRadle. And because Lingr is already taken.
Groklin
Groovy -> Gradle Kotlin -> Kodle
I've searched for words containing g, k, t and s characters. I think those names are pretty nice:
Only g,k,s
And there are more: http://www.wolframalpha.com/input/?i=words+containing+gkts Maybe you will find something better.
Thanks everyone for the suggestions and votes so far.
As @melix and @hhariri point out above, the current name—gradle-script-kotlin
(read aloud as "Gradle Script Kotlin")—is accurate and intention-revealing as to the nature and purpose of the project. I'm glad they think so, because I suggested this name at the project's inception.
I've also suggested that we consider renaming the project now, as we approach its 1.0 release, because I've noticed over time—in the Kotlin Slack #gradle channel and other public places—that users tend not to refer to the project by it's full Gradle Script Kotlin name in their everyday writing and speaking. This is understandable. Much of our communication is written; it's unrealistic to expect folks to write (or even say) "Gradle Script Kotlin" in full each time they refer to the project.
Instead, people—myself among them—tend to abbreviate the name in one way or another. "GSK" is a common one, and my usual go-to, but they vary: "Gradle Kotlin", "Kotlin Gradle", "Kotlin scripting for Gradle", "Gradle's Kotlin scripting support", "the Gradle Kotlin DSL", "the Kotlin DSL" and sometimes even the unqualified "Kotlin".
This variation is a good and natural thing, and I think it's best regarded as feedback that users want and need a more concise name for the project. Gradle Script Kotlin is three syllables long, and just as many people with three-syllable names (like Christopher) come up with a short version (like Chris) to make life easy for those who know them, it seems to me that we should now shorten Gradle Script Kotlin's name too.
With the above in mind, I have two suggestions for a new project name:
gradle-kts
In this option, we would:
gradle-script-kotlin
=> gradle-kts
, and Pros:
kts
suffix here is consistent with the suffix of the build files themselves, and naturally reveals that the scripting language in use is Kotlin [S]cript (see note to @hhariri at bottom for clarification on how to refer to Kotlin scripts themselves).gradle-script-kotlin
today, we would name this module gradle-groovy
, and they would enjoy the following symmetry:
gradle-kts
: support for writing Gradle build scripts in Kotlingradle-groovy
: support for writing Gradle build scripts in GroovyCons:
gradle/kotlin-dsl
In this option we would:
gradle/gradle-script-kotlin
=> gradle/kotlin-dsl
Pros:
gradle/groovy-dsl
), andgradle/kotlin-dsl
)gradle-
from the name of the repository helps identify that the kotlin-dsl
module is not like other, plugin-based modules. Indeed it is not a plugin at all, but a low-level service (in the Java ServiceLoader
sense of the word). This should help avoid there being any confusion at all between support for writing Gradle build scripts in Kotlin (kotlin-dsl
) and support for building and automating Kotlin-based projects (gradle-kotlin-plugin
).Cons:
plugins
and buildscript
blocks), and more importantly, that they enable users and plugin authors to craft their own DSLs, but I believe that Gradle's Kotlin and Groovy scripting frontends are not themselves DSLs, per se. As @bamboo once put it, Gradle [scripting frontends] can be seen as "islands of DSLs in a sea of general-purposeness".It's for the reasons directly above that I encouraged us to drop the DSL term altogether and to find something better—for both Gradle's Kotlin and Groovy scripting support—as part of this larger effort. In practice over these last months, however, no clearly superior alternative to the DSL term has presented itself. Whatever the official definition of DSL may be, in Gradle-land, DSL has come to mean "scripting frontend", such that in any given sentence, "Gradle DSL" can be read as "Gradle's Groovy scripting frontend" or "Gradle's Kotlin scripting frontend". I welcome alternatives to the DSL acronym that carry with it the same "scripting frontend" semantics and similar concision without the downsides. I'm afraid at this point, though, that we will not find any.
Note that in both of the suggestions above, I recommend we leave the project's base package name—org.gradle.script.kotlin
—as-is.
@hhariri: how do you (i.e. JetBrains' Kotlin team) want people to refer to .kts
sources? Are they programs written in "Kotlin Script" (proper noun), or are they simply "Kotlin scripts" i.e. pure Kotlin, but in its lighter-weight scripting form?
With regard to voting, I have put forth two distinct suggestions above, so a simple +1/-1 will may lead to confusion. To resolve this, please react with:
gradle-kts
gradle/kotlin-dsl
Call it "Hadron".
@cbeams if gradle/kotlin-dsl
does not fit because this is not exactly a DSL, why not call itgradle/kotliner
? Given you mentioned this is an actual interface between both.
I agree with @melix and @hhariri : we don't use a new build system only based on kotlin or for only kotlin project. Instead, Gradle can now execute Kotlin build script as it can execute Groovy build script.
So when you think about this, I'm finding that gradle-script-kotlin is not that bad. Marketing wise, it would be "Kotlin build scripts for Gradle". But in the end, it's all Gradle and its model that matters.
gradle-script-kotlin
doesn't show (enought) that it's Kotlin build scripts for Gradle (is it a script to build kotlin project ? or maybe to build kotlin ?)kotlin-build-script-support-for-gradle
is obvisouly too long.(but gradle/kotlin-build-script-support
can be, a least in my mind :smile: , an option.)
DSL
=> recipe
(as Gradle recipes come in Groovy and Kotlin flavors)gradle-script-kotlin
=> grask
, GraSK for marketing (unless recipe goes further replacing even script)Grade Cradle
Grade tree tops
Grade leaf
Cots
Grade birth
Gradle rebirth
G-Life
Just throwing some out on the table.
Sorry about the error correction, stupid mobile
Gradle Harmony
What about Ko-Script (or any variant of that like ko script…)? It emphasizes
…plus it's short! And although @dlew is right about the similarity of the guttural sounds K and G, one can easily distinguish between Ko-Script and Go-Lang.
Actually, other project exists called go script, e.g. GO! Script, a small windows program and ./go script, a ruby gem. But I don't assume any chance of confusion there due to their very different domains.
gradle/kotlin-bs => Gradle's Kotlin Build Script
@kaHaleMaKai note that scripting in Kotlin, in general, has nothing to do with Gradle and may be used in multiple applications.
@cbeams I very much like the "DSL" suffixed name proposal, and I would actually say that according to the term definition gradle is indeed providing an "internal DSL" (see http://martinfowler.com/books/dsl.html) to fluently write build scripts in Kotlin.
I would even phrase it "Kotlin Gradle DSL" - because it's the DSL for writing gradle builds in Kotlin. WDYT?
@cbeams We don't yet have an established naming pattern for .kts files, but I think it should be "Kotlin scripts" and not "files written in Kotlin Script". Among other reasons, "Kotlin Script" could be interpreted as "Kotlin targeting JavaScript", which would be an extra source of confusion.
"Skript" ??
Or "Yekan" A random name
May be try use word combiner? For example http://unique-names.com/word-mixer.php or http://namecombiner.com
What about Beo? It's a bird with doubtless talent for several languages - at least as talented as a parrot! Gradle Beo speaks Kotlin. And one day in the future, maybe another language or two? Could also be Beo-ktl, then Beo-grv and Beo-py, for example. In addition, it's a short name.
gradle-with-kotlin?
Gradle Script in Groovy (Gradle in Groovy, GiG) Gradle Script in Kotlin (Gradle in Kotlin, GiK) GIG, GIK are pronounced like in gif, not like in jif
@orangy those sound like TV show names, TBH ;)
KOG Sounds like "Cog" âš™ which is good because it's driving your build system.
I'm not sure what the "O" would stand for though (feel free to suggest)
Kotlin On Gradle Kotlin Over Gradle
My senior project had a great acronym: GRIP = Graphically Represented Image Processing Engine (the E is silent)
It may be easier to find an acronym that spells a word than it is to find a mashup word of gradle and kotlin.
Kable
as in "cabling that sets up kotlin builds" :)
Kongregate
Hi everybody,
As you know, naming things is one of the hardest problems of our field. So when we started this project a few months ago, with all of its challenges still ahead of us, we thought it would be wiser to focus our energy on delivering value first and, instead, settle for the mnemonic name of Gradle Script Kotlin, i.e. support for writing Gradle build scripts in Kotlin.
The name served us well so far, but there's no denying it's a mouthful. As we get closer to our big 1.0 release, we would like to ask for your help in finding a suitable, good, simple—and maybe even beautiful—name for the project. Together we can crack this nut!
Please suggest a name by posting a comment to this issue. Alternatively, vote on an existing suggestion by adding a thumbs up reaction to its comment.
Thanks in advance for participating!