{"id":20778168,"url":"https://github.com/fergusq/licp","last_synced_at":"2026-04-02T01:51:40.677Z","repository":{"id":75146128,"uuid":"180237684","full_name":"fergusq/licp","owner":"fergusq","description":"Small functional language that compiles to C","archived":false,"fork":false,"pushed_at":"2019-04-10T21:39:29.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T08:32:23.477Z","etag":null,"topics":["compiler","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Perl 6","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/fergusq.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-08T21:44:46.000Z","updated_at":"2019-11-06T23:42:47.000Z","dependencies_parsed_at":"2023-06-05T13:47:38.813Z","dependency_job_id":null,"html_url":"https://github.com/fergusq/licp","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/fergusq%2Flicp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergusq%2Flicp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergusq%2Flicp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fergusq%2Flicp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fergusq","download_url":"https://codeload.github.com/fergusq/licp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119664,"owners_count":20239320,"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":["compiler","programming-language"],"created_at":"2024-11-17T13:19:41.921Z","updated_at":"2025-12-26T04:19:42.137Z","avatar_url":"https://github.com/fergusq.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"LICP\n====\n\nLICP (Lambda calculus Intermediate language Compiler Program) is a compiler that compiles a simple low-level functional\nprogramming language to C. Its purpose is to be an intermediate language for higher-level functional languages.\n\nAvailable functions::\n\n    Integer commands\n    +/1+ - Addition\n    -/1+ - Subtraction\n    */1+ - Multiplication\n    //1+ - Division\n    =/2+ - Equality\n    ≠/2+ - Inequality\n    \u003c/2+ - Less than\n    ≤/2+ - Less than or equal\n    \u003e/2+ - Greater than\n    ≥/2+ - Greater than or equal\n\n    List commands\n    list/0+ - Creates a list object: (list values...)\n    get/2 - Subscript: (get list index)\n    len/1 - Length: (len list)\n\n    Lambda commands\n    λ/2 - Lambda abstraction: (λ parameter-list body)\n    call/2+ - Evaluate a lambda abstraction: (call lambda arguments...)\n\n    Other commands\n    print/1 - Print a number\n    if/3 - If: (if cond then else)\n    let/2 - Bind variables to values: (let ((var val)...) expr)\n    ,/1+ - Execute all arguments, evaluates to the last argument\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergusq%2Flicp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffergusq%2Flicp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffergusq%2Flicp/lists"}