{"id":22624583,"url":"https://github.com/barrettotte/cpp-lisp","last_synced_at":"2025-03-29T03:16:41.029Z","repository":{"id":114090136,"uuid":"252589016","full_name":"barrettotte/CPP-Lisp","owner":"barrettotte","description":"[Unfinished] Following Make a Lisp (MAL) to code up a simple lisp interpreter. I wanted to learn more about lisp and refresh on C++.","archived":false,"fork":false,"pushed_at":"2020-04-18T21:22:34.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T13:13:12.431Z","etag":null,"topics":["cpp","interpreter","lisp","repl"],"latest_commit_sha":null,"homepage":"","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/barrettotte.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":"2020-04-02T23:42:55.000Z","updated_at":"2020-04-19T13:53:31.000Z","dependencies_parsed_at":"2023-06-12T13:45:28.529Z","dependency_job_id":null,"html_url":"https://github.com/barrettotte/CPP-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/barrettotte%2FCPP-Lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCPP-Lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCPP-Lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCPP-Lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrettotte","download_url":"https://codeload.github.com/barrettotte/CPP-Lisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131335,"owners_count":20728303,"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":["cpp","interpreter","lisp","repl"],"created_at":"2024-12-09T00:16:47.771Z","updated_at":"2025-03-29T03:16:41.000Z","avatar_url":"https://github.com/barrettotte.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPP-Lisp\n\nScrewing around with C++ to learn more about lisp, refresh on a bit of C++, and make a basic lisp interpreter.\n\nI used [Make a Lisp(MAL)](https://github.com/kanaka/mal) as a general guide, but somewhat went off course in implementation.\n\n\n## Why...does the code...look like...that?\nSo, I'm definitely not a C++ programmer. This is a completely bastardized C++ implementation.\nC++ was one of the first languages I started with, but I never went too deep into modern C++ or OOP.\n\nI really did start out trying to use proper OOP concepts (polymorphism, inheritance, etc), but\nafter screwing around for a couple coding sessions I threw my hands in the air.\nNamely, I was fighting with dynamic casting objects...it could have been something silly.\n\nI decided it would be a lot more fun to do this off of \"pure instinct\" instead.\nWhat it produced was a janky object hierarchy and some stuff that should be limited to C.\n\nOne day I do hope to come back and strengthen up my C++ OOP...\n\n\n## References\n* Lispy - http://norvig.com/lispy.html\n* Make a Lisp - https://github.com/kanaka/mal\n* Fascinating background - https://en.wikipedia.org/wiki/Scheme_(programming_language)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fcpp-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrettotte%2Fcpp-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fcpp-lisp/lists"}