{"id":18854999,"url":"https://github.com/roman01la/javascript-to-clojurescript","last_synced_at":"2025-04-14T10:52:37.516Z","repository":{"id":44120261,"uuid":"137800709","full_name":"roman01la/javascript-to-clojurescript","owner":"roman01la","description":"JavaScript to ClojureScript translator","archived":false,"fork":false,"pushed_at":"2023-10-27T02:19:37.000Z","size":3239,"stargazers_count":106,"open_issues_count":3,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-11T02:59:29.708Z","etag":null,"topics":["clojure","clojurescript","cross-compiler","transpiler"],"latest_commit_sha":null,"homepage":"https://roman01la.github.io/javascript-to-clojurescript/","language":"JavaScript","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/roman01la.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"roman01la"}},"created_at":"2018-06-18T20:05:07.000Z","updated_at":"2025-04-10T15:36:46.000Z","dependencies_parsed_at":"2024-11-08T03:52:32.058Z","dependency_job_id":"97087cf9-46a4-4de5-8d97-52ac97b2b9a4","html_url":"https://github.com/roman01la/javascript-to-clojurescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Fjavascript-to-clojurescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Fjavascript-to-clojurescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Fjavascript-to-clojurescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roman01la%2Fjavascript-to-clojurescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roman01la","download_url":"https://codeload.github.com/roman01la/javascript-to-clojurescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868812,"owners_count":21174754,"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":["clojure","clojurescript","cross-compiler","transpiler"],"created_at":"2024-11-08T03:52:28.423Z","updated_at":"2025-04-14T10:52:37.486Z","avatar_url":"https://github.com/roman01la.png","language":"JavaScript","readme":"_If you like what I do, consider supporting my work via donation_\n\n[![](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/romanliutikov)\n\n# JavaScript to ClojureScript translator\n\nThis tool tries to translate as much JavaScript code into ClojureScript as it can. Keep in mind that it might fail or the result will be non-idiomatic Clojure code due to substantial differences between languages.\n\n_e.g. Clojure explicitly distincts global and local vars, but JavaScript does not_\n\n```clojure\n(def x 1) ;; global\n(let [x 2] ;; local\n  (/ x 2))\n```\n\n_Clojure's data structures are immutable by defalt_\n\n```clojure\n(let [x {}]\n  [(assoc x :y 1) x])\n  ;; [{:y 1} {}]\n```\n\nUse for educational purpose.\n\n## How to contribute\nIf something is not translated properly, file an issue\n","funding_links":["https://github.com/sponsors/roman01la","https://www.buymeacoffee.com/romanliutikov"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman01la%2Fjavascript-to-clojurescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froman01la%2Fjavascript-to-clojurescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman01la%2Fjavascript-to-clojurescript/lists"}