{"id":18855239,"url":"https://github.com/fogus/tori-lisp","last_synced_at":"2025-04-14T11:05:36.246Z","repository":{"id":55413563,"uuid":"252464139","full_name":"fogus/tori-lisp","owner":"fogus","description":"an ersatz lisp for tiny birds. a code riff.","archived":false,"fork":false,"pushed_at":"2023-08-29T15:41:54.000Z","size":154,"stargazers_count":43,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T11:05:29.620Z","etag":null,"topics":["langdev"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fogus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-02T13:31:55.000Z","updated_at":"2024-03-09T05:39:04.000Z","dependencies_parsed_at":"2022-08-14T23:50:28.606Z","dependency_job_id":null,"html_url":"https://github.com/fogus/tori-lisp","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/fogus%2Ftori-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogus%2Ftori-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogus%2Ftori-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogus%2Ftori-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogus","download_url":"https://codeload.github.com/fogus/tori-lisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868768,"owners_count":21174757,"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":["langdev"],"created_at":"2024-11-08T03:53:18.214Z","updated_at":"2025-04-14T11:05:36.222Z","avatar_url":"https://github.com/fogus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToriLisp\n\nAn ersatz LISP for little birds.\n\nAn experiment in writing languages in JavaScript.\n\nA code painting.\n\nAn alternative to solving jigsaw puzzles.\n\n## Introduction\n\nRun the ToriLisp REPL in a command shell with:\n\n    node repl.js core.lisp core-tests.lisp\n\nToriLisp (TL) programs consists of expressions. The simplest expressions \nare things like numbers and strings, which evaluate to themselves.\n\n    鳥\u003e 9\n    9\n    \n    鳥\u003e \"quack\"\n    'quack'\n\nA more extensive walk-through of the language is given in the tut.txt\nfile in this repository.\n\n## Notes\n\nThe seeds of ToriLisp come from Mary Rose Cook's lovely \n[Little Lisp](https://github.com/maryrosecook/littlelisp) and takes\nthe MIT license from it.\n\nAt the moment symbols are encoded as strings containing a single quote\nfollowed by the lexematic representation of the symbol. This encoding\nmay change and should not be relied on to remain stable.\n\n## References\n\n- [Arc tutorial](http://www.arclanguage.org/tut.txt)\n- [Equal Rights for Functional Objects or, The More Things Change, The More They Are the Same](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.23.9999) by Henry Baker\n- [LISP 1.5 Programmer's Manual](http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf/view) by McCarthy, et al.\n- [Little Lisp](https://github.com/maryrosecook/littlelisp) by Mary Rose Cook\n- [Misp Chronicles, The](https://web.archive.org/web/20111109113907/http://cubiclemuses.com/cm/blog/2007/misp_final.html?showcomments=yes) by William Taysom\n- [ML for the Working Programmer](https://www.amazon.com/ML-Working-Programmer-2nd-Paulson/dp/052156543X/?tag=fogus-20) by L.C. Paulson\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogus%2Ftori-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogus%2Ftori-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogus%2Ftori-lisp/lists"}