{"id":13803648,"url":"https://github.com/charcoal-lang/Charcoal","last_synced_at":"2025-05-13T16:32:19.124Z","repository":{"id":64932156,"uuid":"69830362","full_name":"charcoal-lang/Charcoal","owner":"charcoal-lang","description":"A concise language for sketching ASCII art.","archived":false,"fork":false,"pushed_at":"2024-12-05T11:17:48.000Z","size":1207,"stargazers_count":218,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-12T19:16:26.762Z","etag":null,"topics":["ascii-art","esoteric-language","golfing-language"],"latest_commit_sha":null,"homepage":"","language":"Python","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/charcoal-lang.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,"publiccode":null,"codemeta":null}},"created_at":"2016-10-03T00:28:19.000Z","updated_at":"2025-05-12T09:57:36.000Z","dependencies_parsed_at":"2024-05-03T07:59:41.951Z","dependency_job_id":"fd024905-44a2-4b7d-928a-6b402b3c75b2","html_url":"https://github.com/charcoal-lang/Charcoal","commit_stats":null,"previous_names":["somebody1234/charcoal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charcoal-lang%2FCharcoal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charcoal-lang%2FCharcoal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charcoal-lang%2FCharcoal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charcoal-lang%2FCharcoal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charcoal-lang","download_url":"https://codeload.github.com/charcoal-lang/Charcoal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981902,"owners_count":21994352,"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":["ascii-art","esoteric-language","golfing-language"],"created_at":"2024-08-04T01:00:36.617Z","updated_at":"2025-05-13T16:32:14.078Z","avatar_url":"https://github.com/charcoal-lang.png","language":"Python","funding_links":[],"categories":["Languages"],"sub_categories":[],"readme":"# Charcoal\n\u003c!-- TODO: make this better --\u003e\nWant to be able to write basic Charcoal quickly? Then read on. If you came here looking for help, scroll to the bottom for the FAQ.\n\n## Example REPL session\n\nTo use the REPL, simply invoke with `./charcoal.py`, `python charcoal.py` or `python3 charcoal.py`.\n\n    Charcoal\u003e Hello, World!  \n    Hello, World!\n    Charcoal\u003e ^C\n    Cleared canvas\n\n## Literals\nThere are two basic types of literals: strings and numbers. A string is just a run of printable ASCII, and a number is just a run of the superscript digits `⁰¹²³⁴⁵⁶⁷⁸⁹`.\n\nExamples:\n`foo` is equivalent to `\"foo\"`.  \n`foo¶bar` is the same as `\"foo\\nbar\"`.  \n`¹²³⁴` is `1234`.  \n\n## Printing\nIn a Charcoal program, expressions are implicitly printed. Numbers print a line, and arrows can be used to specify a direction.\n\nExamples:\n`foo` prints `foo`  \n`foo⁴` prints `foo----`  \n`foo↖⁴` prints:  \n```\n\\   \n \\  \n  \\ \nfoo\\\n```\n\n## FAQ\n- When I run Charcoal it throws some errors about UTF-8 characters and exits.\n\t- Maybe you don't have Python 3 installed. Try installing Python 3 from [here](https://www.python.org/downloads/).\n- When I run Charcoal it throws some errors and exits.\n\t- If the message comes with a stack trace, it looks like you have found a bug. File a bug report [here](https://github.com/somebody1234/Charcoal/issues), and we'll come back to you as soon as we can.\n\n\u003c!-- TODO: set up issue template --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharcoal-lang%2FCharcoal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharcoal-lang%2FCharcoal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharcoal-lang%2FCharcoal/lists"}