{"id":13781858,"url":"https://github.com/vtols/Scheme","last_synced_at":"2025-05-11T15:32:05.203Z","repository":{"id":16458630,"uuid":"19210623","full_name":"vtols/Scheme","owner":"vtols","description":"Scheme interpreter implementation","archived":false,"fork":false,"pushed_at":"2014-05-12T01:51:31.000Z","size":656,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T17:42:39.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vtols.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-04-27T17:02:21.000Z","updated_at":"2019-03-31T18:27:45.000Z","dependencies_parsed_at":"2022-08-04T09:30:11.301Z","dependency_job_id":null,"html_url":"https://github.com/vtols/Scheme","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/vtols%2FScheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtols%2FScheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtols%2FScheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtols%2FScheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtols","download_url":"https://codeload.github.com/vtols/Scheme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588624,"owners_count":21932289,"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:30.099Z","updated_at":"2025-05-11T15:32:04.866Z","avatar_url":"https://github.com/vtols.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mtcomscxstart/Scheme.svg?branch=master)](https://travis-ci.org/mtcomscxstart/Scheme)\n# Scheme\n\nScheme is interpreter implementation for Scheme language.\n\n# Build\nBuild tested on this configurations:\n\nOS | Compiler\n--- | ---\nGNU/Linux | GCC 4.7.2\nFreeBSD 10.0 | Clang 3.3.0\nOpenBSD 5.4 | GCC 4.2.1\nWindows 8 | MSVC 18 (Visual Studio 2013)\n\nLast version of Visual Studio is highly recommended, becuase it have C99 support.\nAlso now Windows version doesn't support command-line options.\n\nTo build project, firstly run commands in source directory:\n```\n$ mkdir build\n$ cd build\n$ cmake ..\n```\nNext, on Linux (or FreeBSD/OpenBSD) run:\n```\n$ make\n```\nOn Windows open generated *.sln file, select 'sch' as startup project and build.\n\n# Run\nExample of expression evaluation:\n```\n$ ./sch -e '((lambda (x) (* x x)) 5)'\n25\n```\nExample of interactive execution:\n```\n$ ./sch \n\u003e (define add2 (lambda (x) (define y 2) (+ x y)))\n\u003e (add2 5)\n7\n```\n\n#Notes\nInterpreter may unexpectedly crash, because it does not have error handling mechanism yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtols%2FScheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtols%2FScheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtols%2FScheme/lists"}