{"id":21073664,"url":"https://github.com/chouffe/rlisp","last_synced_at":"2026-01-02T11:27:35.359Z","repository":{"id":148674532,"uuid":"55795798","full_name":"Chouffe/rlisp","owner":"Chouffe","description":"Lisp Interpreter in Racket","archived":false,"fork":false,"pushed_at":"2016-04-08T17:03:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T22:22:42.280Z","etag":null,"topics":["interpreter","lisp","racket"],"latest_commit_sha":null,"homepage":null,"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/Chouffe.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}},"created_at":"2016-04-08T17:02:13.000Z","updated_at":"2017-02-28T05:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffb7eb39-8738-451a-a649-1f16a34c5c47","html_url":"https://github.com/Chouffe/rlisp","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/Chouffe%2Frlisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chouffe%2Frlisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chouffe%2Frlisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chouffe%2Frlisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chouffe","download_url":"https://codeload.github.com/Chouffe/rlisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243515511,"owners_count":20303258,"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":["interpreter","lisp","racket"],"created_at":"2024-11-19T19:01:32.155Z","updated_at":"2026-01-02T11:27:35.328Z","avatar_url":"https://github.com/Chouffe.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Racket Lisp\n\nSmall Lisp Interpreter in Racket. A playground for implementing language constructs and lisp functionalities (macros, recursive functions, TCO, ...)\n\n## Features\n\n* Recursive functions\n* Lisp1\n* Lexical scoping\n\n## Values\n\nThe following values have been implemented:\n* var -\u003e immutable variable\n* int -\u003e integer\n* fun -\u003e lambda\n* aunit -\u003e '()\n* apair -\u003e cons cell\n* closure -\u003e regular closure\n\n### TODO\n\n* bool\n* string\n* set\n* hashmap\n* keyword\n* symbol\n\n## Special Forms\n\nThe following special forms have been implemented:\n* ifgreater\n* mlet -\u003e let\n\n### TODO\n\n* cond\n\n## Macros\n\nThe macro system is just implemented via regular racket functions that get executed before compile time -\u003e macro expansion time.\n\n* ifaunit\n* mlet* -\u003e let*\n\n### TODO\n\n* clojure like threading macros -\u003e and -\u003e\u003e\n* if (when the bool type is added)\n\n## Core language functions\n\n* map\n\n### TODO\n\n* filter\n* remove\n* reduce -\u003e foldl/foldr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchouffe%2Frlisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchouffe%2Frlisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchouffe%2Frlisp/lists"}