{"id":22750141,"url":"https://github.com/hyperioxx/goscript","last_synced_at":"2025-03-30T06:22:14.772Z","repository":{"id":208051103,"uuid":"720457008","full_name":"hyperioxx/goscript","owner":"hyperioxx","description":"GoScript is a dynamically typed, interpreted language created out of curiosity to answer that question we ask as programmers: \"How do you make a programming language from scratch?\" So, I've given it a try.","archived":false,"fork":false,"pushed_at":"2024-09-07T09:56:39.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T08:26:37.844Z","etag":null,"topics":["language-development","learning-by-doing","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperioxx.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,"publiccode":null,"codemeta":null}},"created_at":"2023-11-18T14:47:49.000Z","updated_at":"2024-09-07T09:56:44.000Z","dependencies_parsed_at":"2023-11-19T12:27:00.125Z","dependency_job_id":"9bafb413-b263-4ec9-987c-bd6357bc1225","html_url":"https://github.com/hyperioxx/goscript","commit_stats":null,"previous_names":["hyperioxx/goscript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperioxx%2Fgoscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperioxx%2Fgoscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperioxx%2Fgoscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperioxx%2Fgoscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperioxx","download_url":"https://codeload.github.com/hyperioxx/goscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246282739,"owners_count":20752446,"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":["language-development","learning-by-doing","programming-language"],"created_at":"2024-12-11T04:12:37.312Z","updated_at":"2025-03-30T06:22:14.750Z","avatar_url":"https://github.com/hyperioxx.png","language":"Go","readme":"# GoScript\n\n\nGoScript is a dynamically typed, interpreted language created out of curiosity to answer that question we ask as programmers: \"How do you make a programming language from scratch?\" So, I've given it a try.\n\n## Requirements:\n- Go 1.21\n\n## Install\n\n```bash\ngo install github.com/hyperioxx/goscript/cmd/goscript@latest \n```\n\nNote: This is still a work in progress \n\nBroken things:\n- call stack not fully implemented\n- scoping \n- native goscript function calls\n- native function arguments \n\n\nExample syntax:\n```\n// variable declaration\nmyInt = 1\nmyString = \"foo\"\nmyFloat = 1.0\nmyArray = [1,2,3,4,\"bar\"]\n\n\n\n// conditionals\nif myInt \u003e 1 {\n    print(x) // builtin function \n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperioxx%2Fgoscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperioxx%2Fgoscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperioxx%2Fgoscript/lists"}