{"id":23435543,"url":"https://github.com/customcommander/fahrenheit-lang","last_synced_at":"2025-04-09T17:33:54.724Z","repository":{"id":48919438,"uuid":"233436079","full_name":"customcommander/fahrenheit-lang","owner":"customcommander","description":"Domain-specific Language for Citation Styles","archived":false,"fork":false,"pushed_at":"2021-07-10T12:50:38.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T10:29:58.365Z","etag":null,"topics":["academic-writing","bibliography","citation-style-language","citation-styles","domain-specific-language"],"latest_commit_sha":null,"homepage":"https://customcommander.gitbook.io/fahrenheit/","language":"Clojure","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/customcommander.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}},"created_at":"2020-01-12T18:08:28.000Z","updated_at":"2021-07-10T12:50:40.000Z","dependencies_parsed_at":"2022-09-13T19:11:17.618Z","dependency_job_id":null,"html_url":"https://github.com/customcommander/fahrenheit-lang","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/customcommander%2Ffahrenheit-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customcommander%2Ffahrenheit-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customcommander%2Ffahrenheit-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/customcommander%2Ffahrenheit-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/customcommander","download_url":"https://codeload.github.com/customcommander/fahrenheit-lang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248077714,"owners_count":21044010,"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":["academic-writing","bibliography","citation-style-language","citation-styles","domain-specific-language"],"created_at":"2024-12-23T12:51:50.567Z","updated_at":"2025-04-09T17:33:54.445Z","avatar_url":"https://github.com/customcommander.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"⚠️ Until further notice `fahrenheit` remains an experiment in language design and is under active development. I would be extremely thankful for any feedback!\n\n\n# fahrenheit-lang\n\n`fahrenheit` is a domain-specific language for authoring citations and bibliographies styles. It compiles to [CSL][].\n\n\n\n## Why?\n\n[CSL][] has become the _de facto_ standard for codifying citations and bibliographies styles. It is widely adopted and has excellent documentation. I have no intention to change that.\n\nHowever authoring citations and bibliographies styles in XML can be tedious and/or verbose. The `fahrenheit` language aims to offer an improved styles authoring experience whilst complying to the [CSL][] specification.\n\nHere's a contrived example:\n\n```clojure\n{:about\n  {:id \"http://www.zotero.org/styles/apa\"\n   :title [:en \"American Psychological Association 7th edition\"]\n   :title-short \"APA\"}}\n```\n\nThe above code compiles to:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cstyle version=\"1.0\"\u003e\n  \u003cinfo\u003e\n    \u003cid\u003ehttp://www.zotero.org/styles/apa\u003c/id\u003e\n    \u003ctitle xml:lang=\"en\"\u003eAmerican Psychological Association 7th edition\u003c/title\u003e\n    \u003ctitle-short\u003eAPA\u003c/title-short\u003e\n  \u003c/info\u003e\n\u003c/style\u003e\n```\n\n[CSL]: https://citationstyles.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomcommander%2Ffahrenheit-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustomcommander%2Ffahrenheit-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomcommander%2Ffahrenheit-lang/lists"}