{"id":16549760,"url":"https://github.com/settinghead/node-clojurescript-compiler","last_synced_at":"2025-10-28T18:30:43.800Z","repository":{"id":142195455,"uuid":"44464808","full_name":"settinghead/node-clojurescript-compiler","owner":"settinghead","description":"Npm package that compiles ClojureScript source code","archived":false,"fork":false,"pushed_at":"2015-11-03T05:38:13.000Z","size":1412,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T17:05:17.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/settinghead.png","metadata":{"files":{"readme":"README.md","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-10-18T03:52:33.000Z","updated_at":"2018-07-06T20:01:21.000Z","dependencies_parsed_at":"2023-03-13T16:02:25.611Z","dependency_job_id":null,"html_url":"https://github.com/settinghead/node-clojurescript-compiler","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/settinghead%2Fnode-clojurescript-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Fnode-clojurescript-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Fnode-clojurescript-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settinghead%2Fnode-clojurescript-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settinghead","download_url":"https://codeload.github.com/settinghead/node-clojurescript-compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238689736,"owners_count":19514082,"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":[],"created_at":"2024-10-11T19:31:14.485Z","updated_at":"2025-10-28T18:30:38.290Z","avatar_url":"https://github.com/settinghead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-clojurescript-compiler\n\nNpm package that compiles ClojureScript into JavaScript.\n\n## Usage\n\n```javascript\nvar compileCljs = require('clojurescript-compiler').compile;\n\nvar cljsStr = ['(ns test.abc)',\n            '(def foo 123)',\n            '(map inc [1 2 3])'].join('\\n');\n\nvar result = compileCljs(cljsStr);\n\nconsole.log(result);\n```\n\nResult:\n\n```javascript\ngoog.provide('test.abc');\ngoog.require('cljs.core');\n\ntest.abc.foo = 123;\n\ncljs.core.map.call(null,cljs.core.inc,new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [1,2,3], null));\n\nnull\n```\n\n## Build\n\n```basha\nlein run -m clojure.main script/npm.clj\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettinghead%2Fnode-clojurescript-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettinghead%2Fnode-clojurescript-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettinghead%2Fnode-clojurescript-compiler/lists"}