{"id":22446863,"url":"https://github.com/ppmpreetham/cat","last_synced_at":"2025-03-27T11:22:50.450Z","repository":{"id":229702816,"uuid":"777412174","full_name":"ppmpreetham/cat","owner":"ppmpreetham","description":"A simple programming language for cats made to understand language design [WIP]","archived":false,"fork":false,"pushed_at":"2024-10-10T09:35:50.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T15:46:03.431Z","etag":null,"topics":["compiler","lisp-like","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ppmpreetham.png","metadata":{"files":{"readme":"README.md","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":"2024-03-25T20:00:49.000Z","updated_at":"2024-11-25T19:45:16.000Z","dependencies_parsed_at":"2024-04-30T07:51:53.167Z","dependency_job_id":"984b832a-5549-4c42-ac22-155857521bc0","html_url":"https://github.com/ppmpreetham/cat","commit_stats":null,"previous_names":["preetham-ai/edge","ppmpreetham/edge","ppmpreetham/cat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppmpreetham","download_url":"https://codeload.github.com/ppmpreetham/cat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245833063,"owners_count":20679776,"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","lisp-like","programming-language"],"created_at":"2024-12-06T04:12:23.625Z","updated_at":"2025-03-27T11:22:50.407Z","avatar_url":"https://github.com/ppmpreetham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CAT(WIP)\nCat is a simple, Lisp-like programming language written in python for cats to code.\n\n## Key Features\n- **Lisp-inspired Syntax:** CAT uses parentheses to group expressions and operators, similar to Lisp, making it ideal for recursive processing and simple expression parsing.\n- **Customizable Operators:** CAT supports basic arithmetic, comparison, and logical operators, such as `+`, `-`, `*`, `/`, `and`, `or`, and more.\n- **Control Structures:** Support for conditional statements like `if`, `then`, and `else`, allowing for flexible logic flows.\n- **Custom Commands:** Introduces whimsical commands like `meow` for output, making coding more fun and engaging.\n- **Simple Evaluation Model:** The language uses a recursive evaluation function to process and evaluate expressions.\n\n## Syntax Overview\nCAT expressions are enclosed in parentheses, where the first item is the function or operator, followed by the arguments.\n\n### Example Expressions\n```lisp\n(meow \"Hello, World!\")\n(+ 1 2)  # Addition\n(* 3 4)  # Multiplication\n(if (\u003e 5 3) (meow \"Yes\") (meow \"No\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppmpreetham%2Fcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppmpreetham%2Fcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppmpreetham%2Fcat/lists"}