Rev. | Time | Author | Message |
---|---|---|---|
4a0634228c6c | 2020-11-25 02:07:53 | miyakawataku | tip merge issue_0039973-datetime-format |
2eeffdcbefe0 | 2020-11-25 02:07:42 | miyakawataku | issue_0039973-datetime-format close issue_0039973-datetime-format |
f27b63b6f176 | 2020-11-25 01:50:27 | miyakawataku | issue_0039973-datetime-format remove DATETIME.parse and OFFSET.parse |
0639595a0679 | 2020-11-25 01:44:16 | miyakawataku | issue_0039973-datetime-format improve doc of OFFSET_DATETIME.parse |
a0b7ed82fcd9 | 2020-11-25 01:28:50 | miyakawataku | issue_0039973-datetime-format remove Dt.show and Offset.show |
429ec67ca5bb | 2020-11-25 01:10:47 | miyakawataku | issue_0039973-datetime-format add doc to Odt.show |
753faf9563a5 | 2020-11-23 19:35:04 | miyakawataku | issue_0039973-datetime-format add params check to Odt.show |
213281af4946 | 2020-11-23 19:21:07 | miyakawataku | issue_0039973-datetime-format add locale to Odt.show |
64c4966bb293 | 2020-11-23 19:05:57 | miyakawataku | issue_0039973-datetime-format add params to specs of Odt.show |
633de0701f39 | 2020-11-23 18:19:00 | miyakawataku | issue_0039973-datetime-format add params to specs of Dt.show |
Name | Rev. | Time | Author |
---|---|---|---|
tip | 4a0634228c6c | 2020-11-25 02:07:53 | miyakawataku |
Kink is an object-based programming language, adopting object system without inheritance, and delimited continuations.
Kink is also an implementation of Kink language runtime, which runs on JVM.
The build is set up to run on Ubuntu 16.04, but other Unix-like systems could also be used as a build environment.
The following tools are required to build Kink artifacts:
The following is a list of important Gradle tasks:
The following tools are required to build Kink artifacts:
First extract kink-{version} directory from the zip archive or tarball archive.
Then launch REPL by running kink-{version}/bin/kink. If you want line editing, get rlwrap and run rlwrap kink-{version}/bin/kink.
You can get help by running kink-{version}/bin/kink --help.
On Windows, you have two exe files: kink.exe and kinkw.exe. The first one launches java.exe, so it suits for CUI applications. The latter launches javaw.exe, so its suits for GUI applications.
Kink is developed by Miyakawa Taku and distributed under the MIT license. See LICENSE.txt.
Kink distributions may include thirdparty softwares. See doc/license.html or src/docroot/license.rst for the licenses of the thirdparty softwares.