quickrun.elでKotlinを実行する
2020年04月29日現在quickrun.elでKotlinも使えるようになったため、該当のバージョンにすればこちらの記事の設定は不要になります。メンテナの方々ありがとうございました。
KotlinのPlayground を使ってる時にEmacsで書いてサクッと実行を試したいと思い
quickrunでKotlin対応してないかを調べた結果、READMEに追加方法がありJavaを参考に書いた。
(quickrun-add-command "kotlin"
'((:command . "kotlin")
(:exec . ("kotlinc %o %s" "%c %NKt %a"))
(:remove . ("%nKt.class"))
(:tempfile . nil)
(:description . "Compile Kotlin file and execute")
)
:mode 'kotlin-mode)
Playground自体は他の人と共有する時に便利なので引き続き使っていくけど、個人で試すだけであれば積極的に使っていく。
(参考)
https://github.com/syohex/emacs-quickrun
https://github.com/syohex/emacs-quickrun/blob/55bbe5d54b80206ea5a60bf2f58eb6368b2c8201/quickrun.el#L237
Author And Source
この問題について(quickrun.elでKotlinを実行する), 我々は、より多くの情報をここで見つけました https://qiita.com/shuntakeuch1/items/51737dcc9d78df4fb43a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .