{"id":19391856,"url":"https://github.com/joeltg/mit-scheme-kernel","last_synced_at":"2025-04-24T00:31:54.335Z","repository":{"id":92290793,"uuid":"85231989","full_name":"joeltg/mit-scheme-kernel","owner":"joeltg","description":"Jupyter Kernel for MIT Scheme","archived":false,"fork":false,"pushed_at":"2020-02-20T18:11:37.000Z","size":169,"stargazers_count":68,"open_issues_count":7,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-18T18:25:05.318Z","etag":null,"topics":["jupyter","kernel","mit-scheme","scheme"],"latest_commit_sha":null,"homepage":null,"language":"Scheme","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/joeltg.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-16T19:02:45.000Z","updated_at":"2025-01-22T19:09:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f99c267f-e08f-4366-9436-e174cc9b198a","html_url":"https://github.com/joeltg/mit-scheme-kernel","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/joeltg%2Fmit-scheme-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeltg%2Fmit-scheme-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeltg%2Fmit-scheme-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeltg%2Fmit-scheme-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeltg","download_url":"https://codeload.github.com/joeltg/mit-scheme-kernel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539499,"owners_count":21447323,"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":["jupyter","kernel","mit-scheme","scheme"],"created_at":"2024-11-10T10:29:26.334Z","updated_at":"2025-04-24T00:31:54.324Z","avatar_url":"https://github.com/joeltg.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mit-scheme-kernel\n\nJupyter Kernel for MIT Scheme\n\n![](demo.png)\n\n## Installation\n\n### Docker\n\n[Kevin Kwok](https://github.com/antimatter15) published a [docker image](https://hub.docker.com/r/kkwok/jupyter-mit-scheme/) that does all the things:\n\n```\ndocker run -it --rm -p 8888:8888 kkwok/jupyter-mit-scheme\n```\n\n### Source\n\nFirst get MIT Scheme:\n\n```\n$ wget https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/10.1.5/mit-scheme-10.1.5-x86-64.tar.gz\n$ tar xvf mit-scheme-10.1.5-x86-64.tar.gz\n$ cd mit-scheme-10.1.5/src/\n$ ./configure\n$ make compile-microcode\n$ sudo make install\n```\n\nThen get ZeroMQ:\n\n```\n$ wget https://github.com/zeromq/libzmq/releases/download/v4.3.1/zeromq-4.3.1.tar.gz\n$ tar xvf zeromq-4.3.1.tar.gz\n$ cd zeromq-4.3.1/\n$ ./configure\n$ make\n$ sudo make install\n```\n\nAnd finally\n\n```\n$ git clone https://github.com/joeltg/mit-scheme-kernel\n$ cd mit-scheme-kernel\n$ make\n$ sudo make install\n$ jupyter console --kernel mit-scheme\nJupyter console 6.0.0\n\nMIT Scheme Kernel\n\n\nIn [1]: (fold-left cons '() (iota 4))\nOut[1]: ((((() . 0) . 1) . 2) . 3)\n```\n\nBuilding on macOS may require installing `pkg-config` from brew and adding a `-undefined dynamic_lookup` flag to the makefile in the line that builds `zmq-shim.so`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeltg%2Fmit-scheme-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeltg%2Fmit-scheme-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeltg%2Fmit-scheme-kernel/lists"}