{"id":25103205,"url":"https://github.com/danilaxila3/moom","last_synced_at":"2025-04-02T07:12:55.128Z","repository":{"id":275800297,"uuid":"926154182","full_name":"danilaxila3/moom","owner":"danilaxila3","description":"An esoretic programming language","archived":false,"fork":false,"pushed_at":"2025-02-04T16:18:42.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T17:27:08.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/danilaxila3.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":"2025-02-02T17:22:01.000Z","updated_at":"2025-02-04T16:18:46.000Z","dependencies_parsed_at":"2025-02-04T17:37:32.639Z","dependency_job_id":null,"html_url":"https://github.com/danilaxila3/moom","commit_stats":null,"previous_names":["danilaxila3/moom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilaxila3%2Fmoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilaxila3%2Fmoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilaxila3%2Fmoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilaxila3%2Fmoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilaxila3","download_url":"https://codeload.github.com/danilaxila3/moom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246769971,"owners_count":20830771,"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":"2025-02-07T21:39:37.950Z","updated_at":"2025-04-02T07:12:54.985Z","avatar_url":"https://github.com/danilaxila3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003emoom\u003c/h1\u003e\r\n\u003cp align=\"center\"\u003ethe MOOM programming language\u003c/p\u003e\r\n\r\nmoom is an interpreted, esoretic programming language written in C\\\r\nIt has python-like syntax\r\n\r\n# Building\r\n\r\n```bash\r\ngit clone https://github.com/danilaxila3/moom.git\r\ncd moom\r\nmake\r\n```\r\n\r\nThen run `bin/moom \u003cfile\u003e` to run a file\r\n\r\n# Full syntax\r\n\r\n```\r\nmoomLet var = value\r\nvar = value\r\nvar += value:float\r\nvar *= value:float\r\nmoomPrint(\"string\", var...)\r\nmoomPrintNl(\"string\", var...)\r\nmoomInput(var)\r\n```\r\n\r\nThat's all there is\\\r\nNo comment support btw\r\n\r\n# Example (Calculator)\r\n\r\n```\r\nmoomLet x = 0\r\nmoomLet y = 0\r\n\r\nmoomPrint(\"Enter x: \")\r\nmoomInput(x)\r\nmoomPrint(\"Enter y: \")\r\nmoomInput(y)\r\n\r\nmoomLet z = x\r\nmoomLet w = x\r\n\r\nz += y\r\nw *= y\r\n\r\nmoomPrintNl(\"x + y is \", z)\r\nmoomPrintNl(\"x * y is \", w)\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilaxila3%2Fmoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilaxila3%2Fmoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilaxila3%2Fmoom/lists"}