{"id":16725941,"url":"https://github.com/benzap/djinn","last_synced_at":"2025-03-15T15:23:33.804Z","repository":{"id":145076297,"uuid":"161578775","full_name":"benzap/djinn","owner":"benzap","description":"Subset of clojure in clojure for portable and sandboxed execution","archived":false,"fork":false,"pushed_at":"2019-03-25T00:32:14.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T03:42:08.281Z","etag":null,"topics":["clojure","clojurescript","scripting"],"latest_commit_sha":null,"homepage":"","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/benzap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2018-12-13T03:27:27.000Z","updated_at":"2020-02-11T08:30:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"0df64235-bf4e-4950-962e-d1c79a3eb4fa","html_url":"https://github.com/benzap/djinn","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/benzap%2Fdjinn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzap%2Fdjinn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzap%2Fdjinn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzap%2Fdjinn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benzap","download_url":"https://codeload.github.com/benzap/djinn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243747373,"owners_count":20341466,"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","scripting"],"created_at":"2024-10-12T22:51:29.204Z","updated_at":"2025-03-15T15:23:33.781Z","avatar_url":"https://github.com/benzap.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# djinn - Subset of clojure as a scripting language\n\nThe answer to using a subset of clojure within a natively compiled\nclojure application.\n\n*djinn is early alpha, and is not fully functional*\n\n## Example\n\n```clojure\n\n(require '[djinn.core :as djinn])\n\n\n(djinn/eval\n  (def x 10)\n  \n  (defn hello [x] (println \"Hello \" x \"!\") :done)\n  \n  (hello \"djinn\")) ;; =\u003e :done\n  ;; \u003cstdout\u003e: Hello djinn!\\n\n  \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzap%2Fdjinn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenzap%2Fdjinn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzap%2Fdjinn/lists"}