{"id":32112277,"url":"https://github.com/rogerkeays/racket-dollar","last_synced_at":"2026-02-21T19:33:54.086Z","repository":{"id":62424068,"uuid":"336545614","full_name":"rogerkeays/racket-dollar","owner":"rogerkeays","description":"Example #lang for racket that uses $ for unquote.","archived":false,"fork":false,"pushed_at":"2021-03-09T15:30:22.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-01T00:14:54.390Z","etag":null,"topics":["racket","racket-lang","racket-language"],"latest_commit_sha":null,"homepage":"https://rogerkeays.com","language":"Racket","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/rogerkeays.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":"2021-02-06T13:35:30.000Z","updated_at":"2023-07-27T14:40:08.000Z","dependencies_parsed_at":"2022-11-01T18:01:11.784Z","dependency_job_id":null,"html_url":"https://github.com/rogerkeays/racket-dollar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogerkeays/racket-dollar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerkeays%2Fracket-dollar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerkeays%2Fracket-dollar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerkeays%2Fracket-dollar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerkeays%2Fracket-dollar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerkeays","download_url":"https://codeload.github.com/rogerkeays/racket-dollar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerkeays%2Fracket-dollar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["racket","racket-lang","racket-language"],"created_at":"2025-10-20T15:00:32.369Z","updated_at":"2026-02-21T19:33:54.081Z","avatar_url":"https://github.com/rogerkeays.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dollar\n\nAn example #lang extension for racket that uses $ for unquote.\n\n    \u003e (define x 1)\n    \u003e `($x 2)\n    '(1 2)\n    \u003e `(1 $(+ 1 1))\n    '(1 2)\n\n## Try It Yourself\n\nThis package is available from the racket package catalog, so you can install it using raco:\n\n    $ raco pkg install dollar\n\nNow create a test script and run it:\n\n    $ echo '#lang dollar racket\n    (define x 1)\n    `($x 2)' \u003e test.rkt\n\n    $ racket test.rkt\n    '(1 2)\n\nYou can also use racket/base, or any other language that supports the , (unquote) syntax.\n\n## Under The Hood\n\nThis language extension is essentially a single file, lang/reader.rkt, which implements the minimum three procedures required for a language: read, read-syntax and get-info. Check the source code for more details.\n\n## Related Resources\n\nFor more solutions to your life's problems, [visit the author's website](https://rogerkeays.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerkeays%2Fracket-dollar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerkeays%2Fracket-dollar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerkeays%2Fracket-dollar/lists"}