{"id":15400858,"url":"https://github.com/dannypsnl/formatted-string","last_synced_at":"2026-03-19T07:01:36.908Z","repository":{"id":62424114,"uuid":"437209812","full_name":"dannypsnl/formatted-string","owner":"dannypsnl","description":"Extends racket string to formatted string","archived":false,"fork":false,"pushed_at":"2021-12-25T06:02:25.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-01-26T10:51:20.838Z","etag":null,"topics":["racket","reader-macros"],"latest_commit_sha":null,"homepage":"https://pkgs.racket-lang.org/package/formatted-string","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dannypsnl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-11T06:48:13.000Z","updated_at":"2022-05-18T21:03:11.000Z","dependencies_parsed_at":"2022-11-01T18:00:54.779Z","dependency_job_id":null,"html_url":"https://github.com/dannypsnl/formatted-string","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dannypsnl/formatted-string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannypsnl%2Fformatted-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannypsnl%2Fformatted-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannypsnl%2Fformatted-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannypsnl%2Fformatted-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dannypsnl","download_url":"https://codeload.github.com/dannypsnl/formatted-string/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannypsnl%2Fformatted-string/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30698132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-19T05:29:31.190Z","status":"ssl_error","status_checked_at":"2026-03-19T05:28:25.821Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","reader-macros"],"created_at":"2024-10-01T15:55:16.142Z","updated_at":"2026-03-19T07:01:36.884Z","avatar_url":"https://github.com/dannypsnl.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"formatted-string\n================\n[![Racket Test](https://github.com/dannypsnl/formatted-string/actions/workflows/racket-test.yml/badge.svg)](https://github.com/dannypsnl/formatted-string/actions/workflows/racket-test.yml)\n\nThe language extends racket string to formatted string, let's look at the following example.\n\n```racket\n#lang formatted-string racket/base\n\n(define-values (x y z) (values 1 2 3))\n\"x = $x, y = $y, z = $z, (+ x y z) = $(+ x y z)\"\n```\n\nTo escape from this, write `\"\\$\"` to get `\"$\"`!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannypsnl%2Fformatted-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannypsnl%2Fformatted-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannypsnl%2Fformatted-string/lists"}