{"id":13782849,"url":"https://github.com/irori/clamb","last_synced_at":"2025-04-12T18:23:26.899Z","repository":{"id":2171149,"uuid":"3117705","full_name":"irori/clamb","owner":"irori","description":"Universal Lambda interpreter","archived":false,"fork":false,"pushed_at":"2024-07-08T02:18:17.000Z","size":11,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T12:46:19.022Z","etag":null,"topics":[],"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/irori.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":"2012-01-06T12:11:41.000Z","updated_at":"2025-01-09T15:22:33.000Z","dependencies_parsed_at":"2024-08-03T18:23:27.341Z","dependency_job_id":null,"html_url":"https://github.com/irori/clamb","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/irori%2Fclamb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irori%2Fclamb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irori%2Fclamb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irori%2Fclamb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irori","download_url":"https://codeload.github.com/irori/clamb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610856,"owners_count":21133005,"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:46.205Z","updated_at":"2025-04-12T18:23:26.870Z","avatar_url":"https://github.com/irori.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Universal Lambda interpreter\n\nThis is an interprefer of the [Universal Lambda](http://www.golfscript.com/lam/)\nprogramming language, written in C.\n\nThe implementation is based on my [Lazy K interpreter](https://github.com/irori/lazyk).\nInternally it compiles the program into an SKI combinator expression, and\nevaluates it in a similar way to the Lazy K interpreter.\n\n## Usage\n\n```sh\n$ clamb [options] input-file...\n```\n\nLike the original `lamb` interpreter, `clamb` does not distinguish between\nsource files and input. It parses a program from the concatenation of all\n_input-files_ and stdin at the end, and the remaining bytes are treated as\ninput.\n\nOptions:\n- `-h`: Print help and exit.\n- `-u`: Disable stdout buffering.\n- `-p`: Parse the program, print it and exit.\n- `-v`: Print version and exit.\n- `-v0` (default): Do not print any debug information.\n- `-v1`: Print some statistics after execution.\n- `-v2`: Print logs for garbage collections.\n\n## License\n\nThis software is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firori%2Fclamb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firori%2Fclamb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firori%2Fclamb/lists"}