belyaev-mikhail / kotlin-spec

Kotlin Language Specification (work in progress):

Home Page:http://jetbrains.github.io/kotlin-spec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Language Specification

This repository contains the work-in-progress specification of the Kotlin programming language. For user documentation please refer to the Kotlin Website.

Downloads

The Kotlin Language Specification is available in the following formats:

Single-page HTML PDF AsciiDoc Source
View online kotlin-spec.pdf kotlin-spec.asc

Build

Prerequisites:

  • asciidoctor (to set up, follow the instructions on this page)
  • asciidoctor-pdf (to set up, follow the instructions on this page)

To build the HTML and PDF versions into the .pages directory:

$ ./build.sh

To build everything and publish to GitHub Pages:

$ ./publish.sh

About

Kotlin Language Specification (work in progress):

http://jetbrains.github.io/kotlin-spec/

License:Apache License 2.0


Languages

Language:Shell 100.0%