{"id":24546860,"url":"https://github.com/iwhitebird/gor","last_synced_at":"2025-03-16T10:18:47.111Z","repository":{"id":216716888,"uuid":"742135144","full_name":"IWhitebird/Gor","owner":"IWhitebird","description":"Gor : Programming language made with GoLang","archived":false,"fork":false,"pushed_at":"2024-03-10T10:48:53.000Z","size":5269,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T22:17:18.813Z","etag":null,"topics":["compiler-design","go","golang","gor","programming","programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"https://gorlang.vercel.app/","language":"Go","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/IWhitebird.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":"2024-01-11T20:41:53.000Z","updated_at":"2024-03-18T15:03:32.000Z","dependencies_parsed_at":"2024-03-05T13:50:31.618Z","dependency_job_id":"7f911a0f-6d56-4cfc-b8e9-2a4fdcd186c4","html_url":"https://github.com/IWhitebird/Gor","commit_stats":null,"previous_names":["iwhitebird/gor"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IWhitebird%2FGor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IWhitebird%2FGor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IWhitebird%2FGor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IWhitebird%2FGor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IWhitebird","download_url":"https://codeload.github.com/IWhitebird/Gor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852598,"owners_count":20358274,"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-design","go","golang","gor","programming","programming-language","programming-languages"],"created_at":"2025-01-22T22:17:32.843Z","updated_at":"2025-03-16T10:18:47.083Z","avatar_url":"https://github.com/IWhitebird.png","language":"Go","readme":"\u003cimg src=\"https://github.com/IWhitebird/Gor/assets/115157819/37a84bbc-7c71-4be9-91cf-ca3179399481.png\" width=\"200\" height=\"200\"\u003e\n\n# Gor Language\n\nGor is interpreted programming langauge made with Golang. It has similar syntax to that of JavaScript.\n\n## Data types:\n- Language has 5 datatypes: number, string, null, object, array.\n\n## Variable declaration (static and non-static):\n```\nlet a = 10\nconst b = \"\"\n```\n## Print statement:\n```\nprint(a)\n```\n\n## Arithmetic operators \u0026 logical operators:\n```\n+, - , *, / , \u0026, |\n```\n## Comparison operators:\n```\n==, \u003c=, \u003e=, !=, \u0026\u0026, ||\n```\n\n## Array and object declaration:\n```\nlet a = [10, 2]\nprint(a[0])\n\nconst b = {\n    hi: 10\n}\nprint(b.hi)\n```\n\n## Function declaration:\n- Functions can be declared using `fn` keyword \n```\nfn myFunc(a, b) {\n    return a + b\n}\nmyFunc(10, 20)\n```\n\n## Loops:\n- Currently, the only loop Gor supports is the for loop.\n```\nfor (let i = 0; i \u003c 10; i = i + 1) {\n    print(i)\n}\n```\n\n## Future Updates:\n- While loop\n- Unary operators (`--`, `++`)\n- Multithreading\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwhitebird%2Fgor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwhitebird%2Fgor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwhitebird%2Fgor/lists"}