{"id":13780309,"url":"https://github.com/fg123/wendy","last_synced_at":"2025-05-11T13:31:53.557Z","repository":{"id":88965269,"uuid":"79832055","full_name":"fg123/wendy","owner":"fg123","description":"Wendy is an compiler / interpreter for WendyScript","archived":false,"fork":false,"pushed_at":"2021-12-29T19:54:55.000Z","size":1805,"stargazers_count":14,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:14:58.216Z","etag":null,"topics":["compiler","interpreter","programming-language","wendy"],"latest_commit_sha":null,"homepage":"https://wendy.felixguo.me","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/fg123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-01-23T18:04:39.000Z","updated_at":"2023-01-31T03:08:54.000Z","dependencies_parsed_at":"2023-06-13T08:45:11.454Z","dependency_job_id":null,"html_url":"https://github.com/fg123/wendy","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/fg123%2Fwendy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fg123%2Fwendy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fg123%2Fwendy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fg123%2Fwendy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fg123","download_url":"https://codeload.github.com/fg123/wendy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056795,"owners_count":17414209,"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":["compiler","interpreter","programming-language","wendy"],"created_at":"2024-08-03T18:01:14.324Z","updated_at":"2024-11-17T15:31:05.359Z","avatar_url":"https://github.com/fg123.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n\u003cimg src=\"https://raw.githubusercontent.com/fg123/wendy/master/docs/logo.png\" height=\"74px\" alt=\"WendyScript\" title=\"WendyScript\"\u003e\n\u003c/p\u003e\n\n**WendyScript** is a dynamically typed, imperative, bytecode-compiled programming language.\n\n**WendyScript** supports first class functions and closures, structure based objects, easy list manipulation, and an easy to learn syntax.\n\nHere is the code to print a list of odd numbers from 1 to 100:\n```\nfor i in 1-\u003e100 if i % 2 == 1 i\n```\nor more clearly:\n```\nfor i in 1-\u003e100 {\n    if (i % 2 == 1) {\n        i\n    }\n}\n```\nIn fact, you can even use the short form keywords and it becomes:\n```\n#i:1-\u003e100?i%2==1i\n```\nThe syntax for WendyScript can be found at [wendy.felixguo.me](http://wendy.felixguo.me).\n\nWendyScript can be compiled and run online at [wendy.felixguo.me/code](http://wendy.felixguo.me/code).\n\nTechnical implementation details can be found at the [wiki](https://github.com/fg123/wendy/wiki).\n\nThe source can be built by simply running:\n```\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffg123%2Fwendy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffg123%2Fwendy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffg123%2Fwendy/lists"}