{"id":13782450,"url":"https://github.com/jcatw/iota","last_synced_at":"2026-04-08T15:37:04.537Z","repository":{"id":13004324,"uuid":"15683599","full_name":"jcatw/iota","owner":"jcatw","description":"A lisp interpreter","archived":false,"fork":false,"pushed_at":"2014-08-12T23:34:38.000Z","size":324,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T17:43:18.612Z","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/jcatw.png","metadata":{"files":{"readme":"readme.org","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-01-06T20:00:39.000Z","updated_at":"2023-07-25T13:50:23.000Z","dependencies_parsed_at":"2022-09-18T04:52:45.304Z","dependency_job_id":null,"html_url":"https://github.com/jcatw/iota","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/jcatw%2Fiota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcatw%2Fiota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcatw%2Fiota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcatw%2Fiota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcatw","download_url":"https://codeload.github.com/jcatw/iota/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588744,"owners_count":21932315,"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:37.288Z","updated_at":"2026-04-08T15:37:04.516Z","avatar_url":"https://github.com/jcatw.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"* iota\nIota is a lisp interpreter.  It is very much a work in progress.\n\nbuild:\n#+begin_src sh\nmake\n#+end_src\n\nrun:\n#+begin_src sh\n./iota\n#+end_src\n\n** What it has\n   + Interpretation.\n   + Lisp-1 namespacing.\n   + Lexical binding.\n   + Common Lisp-style macros.\n   + Self-evaluating keywords.\n   + Some arg parsing.\n   + Some introspection.\n   + Decent I/O.\n\n** What it doesn't have\n   + Booleans (nil serves as false)\n   + Garbage collection.\n\n** What I want it to have\n   + Self-hosted compilation, maybe to some kind of iota bytecode, maybe to javascript, maybe to C, maybe to all three.\n   + Much more introspection.\n   + Better arg parsing.\n   + More (fast) fundamental data structures, like maps/hashtables/dictionaries and resizable vectors.\n   + Garbage collection.\n\n** Acknowledgements\nBig chunks of iota were built based on Peter Michaux's [[http://michaux.ca/articles/scheme-from-scratch-introduction][Scheme from\nScratch]] series, which walks through a C implementation of the\nmetacircular scheme intepreter in [[http://mitpress.mit.edu/sicp/][SICP]].  Other stuff was built by\nreading [[http://mitpress.mit.edu/sicp/][SICP]] directly.  I am also working through Lisp in Small\nPieces, so that will probably show up.  Still other stuff I just\nhacked out.  Some of it is broken, see below.\n\n** Inspiration\n   + [[https://code.google.com/p/femtolisp/][femtolisp]]\n   + [[http://piumarta.com/software/maru/][maru]]\n\n** Broken / TODO\n   + +Quasiquote (backquote) doesn't nest right+ backquote should work now\n   + Variable capture seems to be happening a lot, +maybe because quasiquote is broken, or+ maybe just inherent to common lisp macros in a lisp-1.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcatw%2Fiota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcatw%2Fiota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcatw%2Fiota/lists"}