{"id":24738703,"url":"https://github.com/zweifisch/ob-kotlin","last_synced_at":"2025-10-15T03:32:07.547Z","repository":{"id":28560687,"uuid":"32078190","full_name":"zweifisch/ob-kotlin","owner":"zweifisch","description":"org-babel functions for kotlin evaluation","archived":false,"fork":false,"pushed_at":"2021-02-03T19:25:23.000Z","size":4,"stargazers_count":8,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-09T21:22:25.476Z","etag":null,"topics":["kotlin","literate-programming","org-babel","org-mode"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zweifisch.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-12T13:24:49.000Z","updated_at":"2022-09-28T23:45:06.000Z","dependencies_parsed_at":"2022-08-02T11:58:57.705Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/ob-kotlin","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/ob-kotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235936106,"owners_count":19068828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kotlin","literate-programming","org-babel","org-mode"],"created_at":"2025-01-27T22:55:24.617Z","updated_at":"2025-10-10T08:30:19.801Z","avatar_url":"https://github.com/zweifisch.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ob-kotlin\n\n[[https://melpa.org/#/ob-kotlin][file:https://melpa.org/packages/ob-kotlin-badge.svg]]\n\norg-babel functions for kotlin evaluation\n\ntested kotlin versions:\n\n- 1.1.2-5\n- 1.2.61\n\n** options\n\n| option   | example               |\n|----------+-----------------------|\n| =:session= | =:session mysession=    |\n| =:file=    | =:file /tmp/output.png= |\n\n** examples\n\n: #+BEGIN_SRC kotlin\n: (1..100).filter {it % 19 == 0}.reduce {a,b -\u003e a + b}\n: #+END_SRC\n: \n: #+RESULTS:\n: : 285\n\n: #+BEGIN_SRC kotlin\n: fun fib(n: Int):Int {\n:     return when (n) {\n:            0,1 -\u003e 1\n:            else -\u003e fib(n - 1) + fib(n - 2)\n:     }\n: }\n: \n: fib(19)\n: #+END_SRC\n: \n: #+RESULTS:\n: : 6765\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fob-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-kotlin/lists"}