{"id":13782652,"url":"https://github.com/telephil/sarcasm","last_synced_at":"2025-05-11T16:30:49.014Z","repository":{"id":88677392,"uuid":"160842360","full_name":"telephil/sarcasm","owner":"telephil","description":"really simple scheme language interpreter","archived":false,"fork":false,"pushed_at":"2019-02-08T23:54:10.000Z","size":427,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T18:16:44.115Z","etag":null,"topics":["r7rs","scheme"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telephil.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}},"created_at":"2018-12-07T15:38:15.000Z","updated_at":"2022-05-28T08:41:42.000Z","dependencies_parsed_at":"2023-03-13T18:19:25.560Z","dependency_job_id":null,"html_url":"https://github.com/telephil/sarcasm","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/telephil%2Fsarcasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telephil%2Fsarcasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telephil%2Fsarcasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telephil%2Fsarcasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telephil","download_url":"https://codeload.github.com/telephil/sarcasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225068720,"owners_count":17416121,"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":["r7rs","scheme"],"created_at":"2024-08-03T18:01:40.818Z","updated_at":"2024-11-17T17:31:54.358Z","avatar_url":"https://github.com/telephil.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# sarcasm\nA simple (even naive) work-in-progress R7RS scheme interpreter written in C11.\n\n### Building and installing\nTo build and install the ```sarcasm``` executable, type ```make install``` in the root directory:\n```shell\n$ make install\n```\nBy default, installation is done in ```/usr/local```. This can be changed by adding a ```prefix``` variable to the ```make```command\n```shell\n$ make install prefix=/my/path\n```\n\n**Note:** Build has been tested on:\n- Mac OSX Mojave (10.14)\n- Ubuntu Cosmic (18.10)\n\n#### Dependencies\n- [Boehm GC](http://www.hboehm.info/gc/)\n- [GMP](https://gmplib.org/)\n- [FFI](https://sourceware.org/libffi/)\n- [GNU Readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html)\n\n### Running\nThe run the sarcasm interpreter, type the following command\n```shell\n$ sarcasm\n```\nFollowing options are recognized by the interpreter:\n```\n  -h, --help                    print help and exit\n  -e, --eval \u003cform\u003e             evaluate form and exit\n  -s, --script \u003cfilename\u003e       execute file as a shell script\n  -l, --load \u003cfilename\u003e         load file then run repl\n```\n\n### Licence\nSee ```LICENSE```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelephil%2Fsarcasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelephil%2Fsarcasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelephil%2Fsarcasm/lists"}