{"id":33054760,"url":"https://github.com/TheRealMichaelWang/NoHoPython","last_synced_at":"2025-11-28T12:01:57.818Z","repository":{"id":64993436,"uuid":"528652973","full_name":"TheRealMichaelWang/NoHoPython","owner":"TheRealMichaelWang","description":"A strongly-typed, compiled dialect of Python.","archived":false,"fork":false,"pushed_at":"2024-01-28T23:31:00.000Z","size":1854,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T02:56:20.568Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRealMichaelWang.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}},"created_at":"2022-08-25T01:32:48.000Z","updated_at":"2025-05-08T07:17:51.000Z","dependencies_parsed_at":"2023-09-24T05:06:43.169Z","dependency_job_id":"aba79314-5201-48df-98d4-612ba10dbbb0","html_url":"https://github.com/TheRealMichaelWang/NoHoPython","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TheRealMichaelWang/NoHoPython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealMichaelWang%2FNoHoPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealMichaelWang%2FNoHoPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealMichaelWang%2FNoHoPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealMichaelWang%2FNoHoPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRealMichaelWang","download_url":"https://codeload.github.com/TheRealMichaelWang/NoHoPython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealMichaelWang%2FNoHoPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27307148,"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-11-28T02:00:06.623Z","response_time":58,"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":"2025-11-14T04:00:21.845Z","updated_at":"2025-11-28T12:01:57.812Z","avatar_url":"https://github.com/TheRealMichaelWang.png","language":"C#","readme":"# The North-Hollywood Python Compiler\nA strongly-typed, memory-safe, compiled dialect of Python, that transpiles to human-readable C.\n- Guarentees memory saftey by enforcing RAII, and executing limited reference counting for closure-captured classes\n  - Unlike rust, NoHoPython reference counting - which is only used for capturing classes for closures - guarentees no memory leaks. \n- Guarentees type saftey via a strong yet flexible static type-checker\n  - No null. Enums/Variants are used instead. \n  - Enum/Variant match statements must be exhaustive.\n- Supports first-class, anonymous functions\n  - Functions can be passed around as values\n  - Supports closures, which are functions that can capture variables outside of it's lexical scope\n  - No globals. Functions only can mutate arguments, and captured classes in addition to it's locally defined varaibles.\n- Code organized via a powerful module system\n  - No C++-esque `using namespace`'s(prevents pollution of the global namespace)\n- Runtime Saftey\n  - Array access' are all bounds checked.\n  - No Undefined Behavior, despite targeting C\n    - Sequence of evaluation is guarenteed\n- Easy C interop\n  - Effortless FFI interop with C, via the `cdef` keyword. \n  - Include C headers with the `cinclude` keyword\n- Information-Rich Error-Reporting\n  - Clean, precise error messages during compile time\n  - Runtime errors, such as assertion faliures or index-out-of-bounds errors, are reported with their locations in the source code.\n  - Reports informative, pythonic stack traces (not only for user-defined, NHP functions but also for calls to foreign C functions)\n  - Built-in memory debugging that can report memory leaks\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheRealMichaelWang%2FNoHoPython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheRealMichaelWang%2FNoHoPython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheRealMichaelWang%2FNoHoPython/lists"}