{"id":13593784,"url":"https://github.com/phel-lang/phel-lang","last_synced_at":"2025-05-15T00:07:13.782Z","repository":{"id":37051075,"uuid":"257098489","full_name":"phel-lang/phel-lang","owner":"phel-lang","description":"Phel is a functional programming language that transpiles to PHP. A Lisp dialect inspired by Clojure and Janet.","archived":false,"fork":false,"pushed_at":"2025-05-01T14:20:58.000Z","size":4827,"stargazers_count":433,"open_issues_count":24,"forks_count":22,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-10T23:04:56.975Z","etag":null,"topics":["clojure","functional-programming","language","lisp","phel","phel-lang","php","programming-language","transpiler"],"latest_commit_sha":null,"homepage":"https://phel-lang.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phel-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"custom":["https://chemaclass.com/sponsor"]}},"created_at":"2020-04-19T20:44:25.000Z","updated_at":"2025-05-01T14:21:00.000Z","dependencies_parsed_at":"2023-02-19T01:16:06.468Z","dependency_job_id":"dc10f072-1add-4877-8b36-214984daecf9","html_url":"https://github.com/phel-lang/phel-lang","commit_stats":{"total_commits":1424,"total_committers":15,"mean_commits":94.93333333333334,"dds":0.4691011235955056,"last_synced_commit":"37190acceb822727391d7d9cae897ce3bc8e632c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fphel-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fphel-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fphel-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phel-lang%2Fphel-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phel-lang","download_url":"https://codeload.github.com/phel-lang/phel-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249197,"owners_count":22039029,"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","functional-programming","language","lisp","phel","phel-lang","php","programming-language","transpiler"],"created_at":"2024-08-01T16:01:24.480Z","updated_at":"2025-05-15T00:07:13.748Z","avatar_url":"https://github.com/phel-lang.png","language":"PHP","funding_links":["https://chemaclass.com/sponsor"],"categories":["PHP","Clojure-likes","Core"],"sub_categories":["[Phel](https://phel-lang.org/)"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo_readme.svg\" width=\"350\" alt=\"Phel logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/phel-lang/phel-lang/actions\"\u003e\n    \u003cimg src=\"https://github.com/phel-lang/phel-lang/workflows/CI/badge.svg\" alt=\"GitHub Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/phel-lang/phel-lang/?branch=main\"\u003e\n    \u003cimg src=\"https://scrutinizer-ci.com/g/phel-lang/phel-lang/badges/quality-score.png?b=main\" alt=\"Scrutinizer Code Quality\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/phel-lang/phel-lang/?branch=main\"\u003e\n    \u003cimg src=\"https://scrutinizer-ci.com/g/phel-lang/phel-lang/badges/coverage.png?b=main\" alt=\"Scrutinizer Code Coverage\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://shepherd.dev/github/phel-lang/phel-lang\"\u003e\n    \u003cimg src=\"https://shepherd.dev/github/phel-lang/phel-lang/coverage.svg\" alt=\"Psalm Type-coverage Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gitter.im/phel-lang/community?utm_source=badge\u0026amp;utm_medium=badge\u0026amp;utm_campaign=pr-badge\"\u003e\n    \u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\" alt=\"Gitter\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[Phel](https://phel-lang.org/) is a functional programming language that transpiles to PHP.\n\nIt is a dialect of [Lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language)) inspired by [Clojure](https://clojure.org/) and [Janet](https://janet-lang.org/).\n\n#### Example\n\u003c!-- using \"clojure\" here is just for the md coloring --\u003e\n```clojure\n# Define a namespace\n(ns my\\example)\n\n# Define a variable with name \"my-name\" and value \"world\"\n(def my-name \"world\")\n\n# Define a function with name \"print-name\" and one argument \"your-name\"\n(defn print-name [your-name]\n  (print \"hello\" your-name))\n\n# Call the function\n(print-name my-name)\n```\n\n## Documentation\n\nThe documentation for Phel can be found on the Phel's website: [https://phel-lang.org](https://phel-lang.org).\n\n## Community\n\nFeel free to ask questions and join discussions on the [Phel Gitter channel](https://gitter.im/phel-lang/community).\n\n## Contribute\n\nPlease refer to [CONTRIBUTING.md](https://github.com/phel-lang/phel-lang/blob/main/.github/CONTRIBUTING.md) for information on how to contribute to Phel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fphel-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphel-lang%2Fphel-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphel-lang%2Fphel-lang/lists"}