{"id":13783185,"url":"https://github.com/Tom-Le/SchemeInterpreter","last_synced_at":"2025-05-11T17:31:20.572Z","repository":{"id":21338330,"uuid":"24655247","full_name":"Tom-Le/SchemeInterpreter","owner":"Tom-Le","description":"An experimental Scheme interpreter.","archived":false,"fork":false,"pushed_at":"2015-09-30T18:03:52.000Z","size":296,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T18:18:22.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/Tom-Le.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":"2014-09-30T20:54:29.000Z","updated_at":"2019-04-24T02:16:35.000Z","dependencies_parsed_at":"2022-08-20T23:00:45.997Z","dependency_job_id":null,"html_url":"https://github.com/Tom-Le/SchemeInterpreter","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/Tom-Le%2FSchemeInterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom-Le%2FSchemeInterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom-Le%2FSchemeInterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tom-Le%2FSchemeInterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tom-Le","download_url":"https://codeload.github.com/Tom-Le/SchemeInterpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604642,"owners_count":21934888,"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":[],"created_at":"2024-08-03T18:01:55.230Z","updated_at":"2025-05-11T17:31:20.299Z","avatar_url":"https://github.com/Tom-Le.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Experimental Scheme interpreter\n===============================\n\nThis project uses cmake. To compile and install:\n\n    $ mkdir build\n    $ cd build\n    $ cmake ..\n    $ make\n    $ make install\n\nProgram will be installed to `/usr/local` by default.\n\nBuilt-in procedures\n-------------------\n\nBasic operations:\n\n    quote\n    define\n    lambda\n    let\n    exit\n\nScheme pair and list operations:\n\n    cons\n    car\n    cdr\n    cadr, caddr, cadddr, caddddr\n    last\n    append\n    list\n    length\n\nPredicates:\n\n    equal?\n    list?\n    symbol?\n    number?\n    procedure?\n    null?\n\nConditional operations:\n\n    cond\n    if\n    assoc\n\nArithmetic operations:\n\n    +\n    -\n    *\n\nBoolean operations:\n\n    and\n    or\n    not\n\nRelational operations:\n\n    \u003e\n    \u003c\n    \u003e=\n    \u003c=\n    =\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTom-Le%2FSchemeInterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTom-Le%2FSchemeInterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTom-Le%2FSchemeInterpreter/lists"}