{"id":23631210,"url":"https://github.com/adlonymous/mouslang","last_synced_at":"2026-02-10T19:05:55.944Z","repository":{"id":269670397,"uuid":"908119973","full_name":"adlonymous/mouslang","owner":"adlonymous","description":"A high level dynamically typed programming language","archived":false,"fork":false,"pushed_at":"2025-01-02T08:03:33.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T23:09:57.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/adlonymous.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,"zenodo":null}},"created_at":"2024-12-25T07:24:41.000Z","updated_at":"2025-01-03T23:51:49.000Z","dependencies_parsed_at":"2024-12-25T08:27:50.854Z","dependency_job_id":"13c0c8da-eba9-4324-bdf6-c56ffc206ba0","html_url":"https://github.com/adlonymous/mouslang","commit_stats":null,"previous_names":["adlonymous/mouslang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adlonymous/mouslang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlonymous%2Fmouslang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlonymous%2Fmouslang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlonymous%2Fmouslang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlonymous%2Fmouslang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adlonymous","download_url":"https://codeload.github.com/adlonymous/mouslang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adlonymous%2Fmouslang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267764257,"owners_count":24140839,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-28T02:49:34.121Z","updated_at":"2026-02-10T19:05:50.915Z","avatar_url":"https://github.com/adlonymous.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Mous Programming Language\n\nA high level, dynamically typed, interpreted programming language, designed as a member of the C family of programming languages.\n\n## Hello World\n```\nprint \"Hello, Mous!\";\n```\n\n## Data Types\n\n### Boolean: Good ol' true and false\n```\ntrue;\nfalse;\n```\n\n### Numbers: Double precision floating point numbers\n```\n1234;\n12.34;\n```\n\n### Strings: String literals\n```\n\"Hello, Mous!\";\n```\n\n### Nil: Represents the absence of a value\n\n## Expressions\n\n### Arithmetic\n\nBasic arithmetic operations are supported: `+`, `-`, `*`, `/`.\n```\nadd + me;\nsubtract - me;\nmultiply * me;\ndivide / me;\n```\n\n### Comparison and Equality\n\nComparing numbers\n```\nless \u003c than;\nlessThan \u003c= orEqual;\ngreater \u003e than;\ngreaterThan \u003e= orEqual;\n```\n\nTesting the equality of two values (even different types, which would always return false)\n```\nequal == to;\nnotEqual != to;\n123 == \"123\"; \n```\n\n### Logical\n\nUses the prefix operators `!` for negation, `and` for conjunction, and `or` for disjunction.\n```\n!true\n!false\ntrue and false;\ntrue and true;\nfalse or false;\ntrue or false;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadlonymous%2Fmouslang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadlonymous%2Fmouslang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadlonymous%2Fmouslang/lists"}