{"id":20096364,"url":"https://github.com/nomad-software/wrend","last_synced_at":"2026-03-04T20:31:18.992Z","repository":{"id":73414949,"uuid":"44404470","full_name":"nomad-software/wrend","owner":"nomad-software","description":"Bindings to the Wren language for use with the D programming language","archived":false,"fork":false,"pushed_at":"2016-01-31T15:50:05.000Z","size":212,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T16:33:59.344Z","etag":null,"topics":["bindings","d","wren","wren-language"],"latest_commit_sha":null,"homepage":"","language":"D","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/nomad-software.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}},"created_at":"2015-10-16T18:48:03.000Z","updated_at":"2024-02-29T16:43:41.000Z","dependencies_parsed_at":"2023-04-23T20:04:56.971Z","dependency_job_id":null,"html_url":"https://github.com/nomad-software/wrend","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nomad-software/wrend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fwrend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fwrend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fwrend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fwrend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomad-software","download_url":"https://codeload.github.com/nomad-software/wrend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomad-software%2Fwrend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bindings","d","wren","wren-language"],"created_at":"2024-11-13T16:58:37.453Z","updated_at":"2026-03-04T20:31:18.971Z","avatar_url":"https://github.com/nomad-software.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"#wrend\n**Bindings to the Wren language for use with the D programming language**\n\n---\n\n## Overview\nWren is a small, fast, class-based concurrent scripting language. Think \nSmalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a \nfamiliar, modern syntax.\n\n### Website\nhttp://munificent.github.io/wren/\n\n### Github\nhttps://github.com/munificent/wren\n\n## Status\n\nThis project is not abandoned, just waiting for Wren to mature a little before\ncontinuing.\n\n## Usage\n\n### Example\n\nThe simplest example of embedding and using Wren is as follows. This uses the \ndefault virtual machine configuration.\n\n```d\nimport wrend;\n\nvoid main(string[] args)\n{\n\tauto vm = Wren.create();\n\n\tvm.execute(`System.print(\"Hello, world!\")`);\n}\n```\n\n### Compiling\nWhen using these bindings you must compile Wren and link it to your program. If \nyou are using Ubuntu 64bit and compiling using dub, this should happen \nautomatically.\n\n#### Building Wren\nhttp://munificent.github.io/wren/getting-started.html\n\n## Supported platforms\nThese bindings have been developed with the latest DMD compiler. Other \ncompilers have not been tested but should build fine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomad-software%2Fwrend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomad-software%2Fwrend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomad-software%2Fwrend/lists"}