Rev. | 日時 | 作者 | メッセージ |
---|---|---|---|
33f5666ed9ce | 2023-03-28 14:32:15 | miyakawataku | tip merge issue_0047707-default-implementation-of-fun-getrepr |
2807f9a4cf76 | 2023-03-28 14:32:07 | miyakawataku | issue_0047707-default-implementation-of-fun-getrepr close issue_0047707-default-implementation-of-fun-getrepr |
9d3b436f7b0a | 2023-03-28 14:17:02 | miyakawataku | issue_0047707-default-implementation-of-fun-getrepr fix a style issue |
d18145bd795d | 2023-03-28 14:02:49 | miyakawataku | issue_0047707-default-implementation-of-fun-getrepr improve repr of DelegatingFunVal |
b7ec7bbf0a6b | 2023-03-28 13:50:03 | miyakawataku | issue_0047707-default-implementation-of-fun-getrepr delete implementations of FunVal.getRepr |
b47e3627c81d | 2023-03-28 13:39:58 | miyakawataku | issue_0047707-default-implementation-of-fun-getrepr add default implementation of FunVal.getRepr |
e18beea1ba20 | 2023-03-26 16:29:23 | miyakawataku | merge issue_0047506-DYN-in-kink |
740d42fa96a8 | 2023-03-26 16:29:11 | miyakawataku | issue_0047506-DYN-in-kink close issue_0047506-DYN-in-kink |
d5db9593368a | 2023-03-26 16:09:58 | miyakawataku | issue_0047506-DYN-in-kink add kinkdoc to DYN mod |
622073302758 | 2023-03-26 15:12:51 | miyakawataku | issue_0047506-DYN-in-kink delete DynstackCse |
名前 | Rev. | 日時 | 作者 |
---|---|---|---|
tip | 33f5666ed9ce | 2023-03-28 14:32:15 | 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.