{"id":19794241,"url":"https://github.com/deysuman/hope","last_synced_at":"2026-05-15T02:04:56.876Z","repository":{"id":116972065,"uuid":"117163855","full_name":"deysuman/Hope","owner":"deysuman","description":"Hope is a small, fast, class-based concurrent scripting language","archived":false,"fork":false,"pushed_at":"2018-01-11T23:11:01.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T04:43:15.540Z","etag":null,"topics":["cpp","create","hope","new","programming-language","scripting-language"],"latest_commit_sha":null,"homepage":"","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/deysuman.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":"2018-01-11T23:00:04.000Z","updated_at":"2019-06-30T20:16:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4ab51bd-c3c2-45e1-8103-c69e3795f80d","html_url":"https://github.com/deysuman/Hope","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/deysuman%2FHope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FHope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FHope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deysuman%2FHope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deysuman","download_url":"https://codeload.github.com/deysuman/Hope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241133271,"owners_count":19915382,"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":["cpp","create","hope","new","programming-language","scripting-language"],"created_at":"2024-11-12T07:12:39.808Z","updated_at":"2026-05-15T02:04:56.770Z","avatar_url":"https://github.com/deysuman.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hope is a small, fast, class-based concurrent scripting language\n\nThink Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in\na familiar, modern [syntax][].\n\n```dart\nSystem.print(\"Hello, world!\")\n\nclass Hope {\n  flyTo(city) {\n    System.print(\"Flying to %(city)\")\n  }\n}\n\nvar adjectives = Fiber.new {\n  [\"small\", \"clean\", \"fast\"].each {|word| Fiber.yield(word) }\n}\n\nwhile (!adjectives.isDone) System.print(adjectives.call())\n```\n *  **Hope is small.** The VM implementation is under [4,000 semicolons][src].\n    You can skim the whole thing in an afternoon. It's *small*, but not\n    *dense*. It is readable and [lovingly-commented][nan].\n\n *  **Hope is fast.** A fast single-pass compiler to tight bytecode, and a\n    compact object representation help Hope [compete with other dynamic\n    languages][perf].\n\n *  **Hope is class-based.** There are lots of scripting languages out there,\n    but many have unusual or non-existent object models. Hope places\n    [classes][] front and center.\n\n *  **Hope is concurrent.** Lightweight [fibers][] are core to the execution\n    model and let you organize your program into an army of communicating\n    coroutines.\n\n *  **Hope is a scripting language.** Hope is intended for embedding in\n    applications. It has no dependencies, a small standard library,\n    and [an easy-to-use C API][embedding]. It compiles cleanly as C99, C++98\n    or anything later.\n\nIf you like the sound of this, [let's get started][started]. You can even try\nit [in your browser][browser]! Excited? Well, come on and [get\ninvolved][contribute]!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeysuman%2Fhope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeysuman%2Fhope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeysuman%2Fhope/lists"}