{"id":15642026,"url":"https://github.com/borkdude/clj2el","last_synced_at":"2025-09-05T11:49:10.159Z","repository":{"id":148847572,"uuid":"616926173","full_name":"borkdude/clj2el","owner":"borkdude","description":"Transpile Clojure to Emacs Lisp!","archived":false,"fork":false,"pushed_at":"2023-05-15T10:56:17.000Z","size":53,"stargazers_count":82,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-19T06:42:23.943Z","etag":null,"topics":["clojure","elisp","transpiler"],"latest_commit_sha":null,"homepage":"https://borkdude.github.io/clj2el/","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":"borkdude"}},"created_at":"2023-03-21T11:13:59.000Z","updated_at":"2025-07-08T01:09:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7f54a08-4d31-4d46-8afd-2cab083cc051","html_url":"https://github.com/borkdude/clj2el","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borkdude/clj2el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fclj2el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fclj2el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fclj2el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fclj2el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/clj2el/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fclj2el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273753786,"owners_count":25161912,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","elisp","transpiler"],"created_at":"2024-10-03T11:53:39.112Z","updated_at":"2025-09-05T11:49:10.083Z","avatar_url":"https://github.com/borkdude.png","language":"Clojure","readme":"# clj2el\n\nThe clj2el tool transpiles Clojure to Emacs Lisp. It is currently incomplete,\nbut contributions are welcome. It is targeted at folks who know Clojure better\nthan Emacs Lisp.\n\nSee the interactive web page [here](https://borkdude.github.io/clj2el/).\n\n## CLI\n\nThere's also a tiny babashka CLI: `clj2el`. The CLI can be installed with\n[bbin]:\n\n    bbin install io.github.borkdude/clj2el --latest-sha\n\nAnd used like this:\n\n    $ cat source.clj\n    (defn foo [x \u0026 xs] xs)\n\n    (inc 2)\n\n    (map inc [1 2 3])\n    $ cat source.clj | clj2el\n    (defun foo (x \u0026rest xs) xs)\n\n    (1+ 2)\n\n    (mapcar #'1+ (vector 1 2 3))\n\n[bbin]: https://github.com/babashka/bbin\n\n\nNote that you can replace a region with `clj2el` in emacs with `C-u M-|`.\n\n## Using `clj2el.el` from Doom Emacs\n\n```emacs-lisp\n;; packages.el\n(package! clj2el :recipe (:host github :repo \"borkdude/clj2el\" :files (\"*.el\")))\n\n;; config.el\n(use-package! clj2el)\n```\n","funding_links":["https://github.com/sponsors/borkdude"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fclj2el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fclj2el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fclj2el/lists"}