{"id":20032370,"url":"https://github.com/weakish/ceylon-sexp","last_synced_at":"2026-03-06T01:40:38.706Z","repository":{"id":146349636,"uuid":"97948524","full_name":"weakish/ceylon-sexp","owner":"weakish","description":"S-expression subset as a data-interchange format","archived":false,"fork":false,"pushed_at":"2017-07-21T14:07:44.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T05:28:38.232Z","etag":null,"topics":["0bsd","ceylon","parser","sexp"],"latest_commit_sha":null,"homepage":"https://weakish.github.io/ceylon-sexp/","language":"Ceylon","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weakish.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":"2017-07-21T13:09:15.000Z","updated_at":"2021-03-31T09:03:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"580d8252-c8e4-4fd1-b0b0-d31c902421da","html_url":"https://github.com/weakish/ceylon-sexp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weakish/ceylon-sexp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fceylon-sexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fceylon-sexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fceylon-sexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fceylon-sexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weakish","download_url":"https://codeload.github.com/weakish/ceylon-sexp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fceylon-sexp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30157889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["0bsd","ceylon","parser","sexp"],"created_at":"2024-11-13T09:36:51.371Z","updated_at":"2026-03-06T01:40:38.624Z","avatar_url":"https://github.com/weakish.png","language":"Ceylon","funding_links":[],"categories":[],"sub_categories":[],"readme":"S-expression subset as a data-interchange format\n================================================\n\nSyntax\n------\n\n```lisp\n(value\n (#t #f\n string number\n (object\n  (#hash()\n   #hash(pairs)))\n (array\n  (()\n   (values))))\n\n(pair\n(string . value))\n\n(pairs\n(pair\n (pair values)))\n\n(values\n(value\n (value values)))\n```\n\nFeatures\n--------\n\nCurrently there is a demo implementation in Ceylon.\n\n- [x] compatible with JVM and JavaScript backend\n- [x] decode (parsing)\n- [x] `#hash` (syntax from Racket)\n- [ ] remove `#T`/`#F` for simplicity (r6s6 does not support them)\n- [ ] comment `;`\n- [ ] bracket (requires matching)\n- [ ] encode\n- [ ] customized\n\nDoc\n---\n\n\u003chttps://weakish.github.io/ceylon-sexp/api/\u003e\n\nContribute\n----------\n\nSend issues or pull requests at\n\u003chttps://github.com/weakish/ceylon-sexp\u003e\n\nLicense\n-------\n\n0BSD except for the Builder class (licensed under Apache-2.0).\nSee LICENSE for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fceylon-sexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweakish%2Fceylon-sexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fceylon-sexp/lists"}