{"id":17918052,"url":"https://github.com/bogdanp/try-racket-client","last_synced_at":"2026-01-15T22:53:40.194Z","repository":{"id":62424428,"uuid":"237603013","full_name":"Bogdanp/try-racket-client","owner":"Bogdanp","description":"A Racket client for Try Racket.","archived":false,"fork":false,"pushed_at":"2022-12-12T08:25:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T00:55:50.853Z","etag":null,"topics":["racket"],"latest_commit_sha":null,"homepage":"https://try-racket.defn.io","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bogdanp.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":"2020-02-01T11:13:46.000Z","updated_at":"2022-12-12T08:25:25.000Z","dependencies_parsed_at":"2023-01-27T16:15:54.808Z","dependency_job_id":null,"html_url":"https://github.com/Bogdanp/try-racket-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Ftry-racket-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Ftry-racket-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Ftry-racket-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Ftry-racket-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bogdanp","download_url":"https://codeload.github.com/Bogdanp/try-racket-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246961925,"owners_count":20861177,"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":["racket"],"created_at":"2024-10-28T20:09:35.932Z","updated_at":"2026-01-15T22:53:40.152Z","avatar_url":"https://github.com/Bogdanp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# try-racket-client\n\nA tiny Racket client library for [try-racket].\n\n## Installation\n\n    raco pkg install try-racket-client\n\n## Usage\n\n```racket\n#lang racket/base\n\n(require try-racket-client)\n\n(try-racket-eval 1)\n;; =\u003e '#hasheq((duration . 0.4970703125) (output . #\"\") (result . \"1\"))\n\n(try-racket-eval '(begin\n                    (define (fib n)\n                      (if (\u003c n 2)\n                          n\n                          (+ (fib (- n 2))\n                             (fib (- n 1)))))\n\n                    (fib 8)))\n;; =\u003e '#hasheq((duration . 1.865966796875) (output . #\"\") (result . \"21\"))\n```\n\n## License\n\n    try-racket-client is licensed under the 3-Clause BSD license.\n\n\n[try-racket]: https://github.com/bogdanp/try-racket\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Ftry-racket-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdanp%2Ftry-racket-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Ftry-racket-client/lists"}