8000 GitHub - albodelu/kotlin-spec: Kotlin Language Specification:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

albodelu/kotlin-spec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Language Specification

This repository contains the 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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0