{"id":13782454,"url":"https://github.com/glguida/lac","last_synced_at":"2026-01-31T21:44:09.688Z","repository":{"id":136935607,"uuid":"543264","full_name":"glguida/lac","owner":"glguida","description":"a LISP interpreter","archived":false,"fork":false,"pushed_at":"2015-08-12T15:15:45.000Z","size":316,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T17:43:19.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://invlpg.tlbflush.org/lac/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glguida.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-02T18:10:16.000Z","updated_at":"2023-06-07T05:54:41.000Z","dependencies_parsed_at":"2023-03-13T21:45:51.403Z","dependency_job_id":null,"html_url":"https://github.com/glguida/lac","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/glguida%2Flac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glguida%2Flac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glguida%2Flac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glguida%2Flac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glguida","download_url":"https://codeload.github.com/glguida/lac/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.357Z","updated_at":"2026-01-31T21:44:09.647Z","avatar_url":"https://github.com/glguida.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"LAC is a laconic lisp interpreter.\n\nLexically scoped, single-namespace, extensible.\n\nThis is mostly a free time hack to learn lisp internals.\n\n---\nExtensibility: How to add new types\n\n1. Create a C file containing:\n\n- Three type specific functions\n  - 'eq\n  - 'print\n  - 'eval\n\n- an INIT function that register the ext_type to the system (will be\n  automatically executed at runtime, no need to change the main file)\n\n2. Add lexer rules to scan and allocate the new type in 'atoms.l\n\n3. Debug","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglguida%2Flac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglguida%2Flac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglguida%2Flac/lists"}