Is kotlin another new language ?

GRADY BOOCH;  The United States Department of defence (DOD) is perhaps the
largest user of computers in the world. By the mid-1970s, software
development for its systems had reached crisis proportions: projects were
often late, over budget and they often failed to meet their stated
requirements. It was evident that the problems would only worsen as
software development costs continued to rise exponentially. To help
resolve these
problems which were further compounded by the proliferation of hundreds of
different languages. The DOD sponsored the development of a single, common
high order programming language. The winning design was originally called
the Green Language (so called because of its team colour code during the
competition), and was renamed ADA



On Tue, 14 Jul 2020, 18:42 Maria Khalusova, <kafoos...@gmail.com> wrote:

> Hi folks,
>
> We would love your feedback on the new Kotlin Spark API that we are
> working on: https://github.com/JetBrains/kotlin-spark-api.
>
> Why Kotlin Spark API? Kotlin developers can already use Kotlin with the
> existing Apache Spark Java API, however they cannot take full advantage of
> Kotlin language features. With Kotlin Spark API, you can use Kotlin data
> classes and lambda expressions.
>
> The API also adds some helpful extension functions. For example, you can
> use `withCached` to perform arbitrary transformations on a Dataset and not
> worry about the Dataset unpersisting at the end.
>
> If you like Kotlin and would like to try the API, we've prepared a Quick
> Start Guide to help you set up all the needed dependencies in no time using
> either Maven or Gradle:
> https://github.com/JetBrains/kotlin-spark-api/blob/master/docs/quick-start-guide.md
>
> In the repo, you’ll also find a few code examples to get an idea of what
> the API looks like:
> https://github.com/JetBrains/kotlin-spark-api/tree/master/examples/src/main/kotlin/org/jetbrains/spark/api/examples
>
> We’d love to see your feedback in the project’s GitHub issues:
> https://github.com/JetBrains/kotlin-spark-api/issues.
>
>
> Thanks!
>
>
>

Reply via email to