{"id":25777158,"url":"https://github.com/panda-lang/panda","last_synced_at":"2025-02-27T06:07:17.299Z","repository":{"id":36946260,"uuid":"41253781","full_name":"panda-lang/panda","owner":"panda-lang","description":"Proof of concept of modern and stylish interpreted programming language for the JVM ⚜️","archived":false,"fork":false,"pushed_at":"2024-12-01T14:32:53.000Z","size":10377,"stargazers_count":251,"open_issues_count":34,"forks_count":31,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-12-01T15:28:35.880Z","etag":null,"topics":["panda","panda-lang","programming-language"],"latest_commit_sha":null,"homepage":"https://panda-lang.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panda-lang.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dzikoysk","custom":"https://panda-lang.org/support"}},"created_at":"2015-08-23T14:54:22.000Z","updated_at":"2024-12-01T14:32:27.000Z","dependencies_parsed_at":"2024-12-01T15:24:25.470Z","dependency_job_id":"4ff5d283-e380-4e98-b3e0-3706719779cf","html_url":"https://github.com/panda-lang/panda","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panda-lang%2Fpanda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panda-lang%2Fpanda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panda-lang%2Fpanda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panda-lang%2Fpanda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panda-lang","download_url":"https://codeload.github.com/panda-lang/panda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987435,"owners_count":19889335,"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":["panda","panda-lang","programming-language"],"created_at":"2025-02-27T06:01:37.838Z","updated_at":"2025-02-27T06:07:17.294Z","avatar_url":"https://github.com/panda-lang.png","language":"Java","funding_links":["https://github.com/sponsors/dzikoysk","https://panda-lang.org/support"],"categories":["JVM语言"],"sub_categories":[],"readme":"![Logo](https://user-images.githubusercontent.com/4235722/86413251-06fa5300-bcc1-11ea-8f95-0aa92d37595e.png)\n\n\u003c!--suppress ALL --\u003e\n\u003cp align=\"center\"\u003e\n   \u003chr\u003e\n   \n   \u003cp align=\"center\"\u003e\n     Panda is a clear and stylish programming language for JVM.\u003cbr\u003e\n     Create clean apps, enhance syntax dynamically or build your own language on top of the Panda Framework.\u003cbr\u003e\n     ~ \u003ca href=\"https://panda-lang.org/\"\u003epanda-lang.org\u003c/a\u003e :wq\n   \u003c/p\u003e\n   \n   \u003cp align=\"center\"\u003e\n     \u003cimg src=\"https://user-images.githubusercontent.com/4235722/86413250-05c92600-bcc1-11ea-95af-d5dac7f83c39.png\" alt=\"Preview\"\u003e\n   \u003c/p\u003e\n\u003c/p\u003e\n\n#### 🗺️ Download\nWebsite: [panda-lang.org](https://panda-lang.org/) \u003cbr\u003e\nInstallation: [panda-lang.org/install](https://panda-lang.org/install) \u003cbr\u003e\nGuide: [panda-lang.org/guide](https://panda-lang.org/guide)\n\n#### 〽️ Maven\nThe latest indev build\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.panda-lang\u003c/groupId\u003e\n    \u003cartifactId\u003epanda\u003c/artifactId\u003e\n    \u003cversion\u003e0.5.3-alpha\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nMaven repository: [maven.reposilite.com](https://maven.reposilite.com/#/releases)\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003ereposilite\u003c/id\u003e\n    \u003cname\u003ereposilite-repository\u003c/name\u003e\n    \u003curl\u003ehttps://maven.reposilite.com/releases\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n#### 📜 Repository structure\n```\npanda/\n+--examples/                 Example scripts written in Panda\n+--panda/                    Panda module\n   +----/src                 All sources of Panda\n   +----pom.xml              The main maven build script for Panda module\n+--panda-framework/          Panda Framework module\n   +----/src                 All sources of Panda Framework\n   +----pom.xml              The main maven build script for Panda Framework module\n+--panda-utilities/          Panda Utilities module\n   +----/src                 All sources of Panda Utilities\n   +----pom.xml              The main maven build script for Panda Utilities module\n+--pom.xml                   The main maven build script\n```\n\n#### 💞 See also\n- [Reposilite](https://github.com/panda-lang/reposilite)\n- [Light](https://github.com/panda-lang/light)\n- [Lily](https://github.com/panda-lang/lily)\n- 🥞\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda-lang%2Fpanda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanda-lang%2Fpanda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda-lang%2Fpanda/lists"}