From 41ac205f102650228913aa5d44c0d79ae4f5054a Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 3 Oct 2015 19:08:07 -0700 Subject: [PATCH] Doc updates. --- home/index.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/home/index.html b/home/index.html index 237137e..f70555a 100644 --- a/home/index.html +++ b/home/index.html @@ -76,17 +76,19 @@ Kobalt is a build system heavily inspired from Gradle and entirely written in Ko

Why Kobalt?

-As of this writing (September 2015), Kobalt is in alpha and changing a lot so I am mostly interested in getting the attention of developers who are interested in +

+As of this writing (October 2015), Kobalt is in alpha and changing a lot so I am mostly interested in getting the attention of developers who are curious about: +

-Kobalt is complete enough to build three of my personal projects (TestNG, JCommander and, of course, itself) but it will most likely come short of filling everyone's build needs at this time. That's the end goal but we're not there yet. You are welcome to use it on your own projects as long as you're okay with encountering issues and reporting them. +

+Kobalt is complete enough to build three of my personal projects (TestNG, JCommander and, of course, itself) but it will most likely come short of filling everyone's build needs at this time. That's the end goal but we're not there yet. You are welcome to use it on your own projects as long as you're okay with encountering issues and reporting them. +

@@ -102,9 +106,13 @@ With this disclaimer, why did I decide to write Kobalt?

1. Scratching an itch

+

I give a lot of credit to Gradle for having open a brand new avenue in build tools but despite all its power and flexibility and the fact that I've used Gradle for more than five years, I've never really felt comfortable or fluent with it. Even today, I regularly find myself spending a lot of time on StackOverflow whenever I need to do something a bit out of the ordinary with my Gradle builds. +

+

I suspect a part of it is due to Groovy which, even though it started gaining some static type features these past years, remains at its heart a dynamically typed language. This has two consequences: +

+

Is your curiosity piqued? Are you interested in writing some cool Kotlin code and contribute to Kobalt? Or maybe just download and run Kobalt on your own projects just to get a feel for it? Then proceed to Kobalt's main documentation! +