{"id":28433524,"url":"https://github.com/vlad-km/format","last_synced_at":"2026-01-29T23:31:44.631Z","repository":{"id":215286207,"uuid":"737006057","full_name":"vlad-km/format","owner":"vlad-km","description":"function FORMAT from https://github.com.public-domain/cmucl rewrited to JSCL","archived":false,"fork":false,"pushed_at":"2024-01-12T09:36:02.000Z","size":261,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T07:48:06.679Z","etag":null,"topics":["common-lisp","format","jscl"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/vlad-km.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-29T14:16:55.000Z","updated_at":"2024-01-03T17:32:07.000Z","dependencies_parsed_at":"2024-01-03T15:44:39.167Z","dependency_job_id":"366919a6-58a9-46dc-b623-f4cc5d4acb85","html_url":"https://github.com/vlad-km/format","commit_stats":null,"previous_names":["vlad-km/format"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vlad-km/format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2Fformat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2Fformat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2Fformat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2Fformat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlad-km","download_url":"https://codeload.github.com/vlad-km/format/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2Fformat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28890345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":["common-lisp","format","jscl"],"created_at":"2025-06-05T18:10:00.459Z","updated_at":"2026-01-29T23:31:44.609Z","avatar_url":"https://github.com/vlad-km.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Common Lisp function FORMAT\n\nRewrited FORMAT function from repo https://github.com/public-domain/cmucl\n\nNot included in the standard `JSCL` distribution\n\nOnly for Windows/Electron platform. How to use `JSCL` on the `Electron`, see https://github.com/vlad-km/how-to/blob/main/jscl-electron.txt\n\n___\n\n# Status\n\n### Pretty Print - Development\n\n### FORMAT - first release, version 1.0\n-  `FORMATTER function`* is also included in the release\n\n\n#### FORMAT directives, included in the release:\n-  _`~A`_  _`~S`_ _`~C`_\n-   `~W`\n-   `~D`  `~B`  `~O`  `~X`  `~R` `~F`\n-  `~P`\n-  `~%` `~\u0026` `~~`  `~#\\newline`\n-  `~*` `~?`\n-  `~{` `~;` `~^` `~[`\n-  `~/`\n\n#### See some implementation limitations in the report:\n- file `./rep.txt'\n___\n \n# Compilation\n\n## development\n\n\n```lisp\n  (load \"./repo/format/src/format.lisp\")\n  ;; or\n  (require \"./format.js\")\n  (load \"./repo/format/src/pp/format-pp.lisp\")\n  (load \"./repo/format/src/pp/pp.lisp\")\n```\n___\n\n## production\n\n```lisp\n   (require \"./format.js\")\n   (jscl::fset 'format (fdefinition '%das!format))\n   ;; after the command, `DAS!FORMAT' function is called as `FORMAT'\n   ;;`JSCL FORMAT' now is available for use as `JSCL::!FORMAT'\n   ;; (format t \"~5\u0026Hello~5%\")      - ANSII FORMAT\n   ;; (jscl::!format t \"~\u0026Hello~\u0026\") - JSCL FORMAT\n   (setq *f1 (formatter \"~5\u0026Hello ~a~%\"))\n   (format t *f1 :|any name|)\n```\n\n___\n\n# License\n\nPublic domain\n\n___\n\n\n### @vlad-km\n   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-km%2Fformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlad-km%2Fformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-km%2Fformat/lists"}