https://github.com/panda-lang/panda
Proof of concept of modern and stylish interpreted programming language for the JVM ⚜️
https://github.com/panda-lang/panda
panda panda-lang programming-language
Last synced: about 2 months ago
JSON representation
Proof of concept of modern and stylish interpreted programming language for the JVM ⚜️
- Host: GitHub
- URL: https://github.com/panda-lang/panda
- Owner: panda-lang
- License: apache-2.0
- Created: 2015-08-23T14:54:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T14:32:53.000Z (4 months ago)
- Last Synced: 2024-12-01T15:28:35.880Z (4 months ago)
- Topics: panda, panda-lang, programming-language
- Language: Java
- Homepage: https://panda-lang.org
- Size: 9.9 MB
- Stars: 251
- Watchers: 24
- Forks: 31
- Open Issues: 34
-
Metadata Files:
- Readme: .github/README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-java - Panda
README

Panda is a clear and stylish programming language for JVM.
Create clean apps, enhance syntax dynamically or build your own language on top of the Panda Framework.
~ panda-lang.org :wq
![]()
#### 🗺️ Download
Website: [panda-lang.org](https://panda-lang.org/)
Installation: [panda-lang.org/install](https://panda-lang.org/install)
Guide: [panda-lang.org/guide](https://panda-lang.org/guide)#### 〽️ Maven
The latest indev build```xml
org.panda-lang
panda
0.5.3-alpha```
Maven repository: [maven.reposilite.com](https://maven.reposilite.com/#/releases)
```xml
reposilite
reposilite-repository
https://maven.reposilite.com/releases```
#### 📜 Repository structure
```
panda/
+--examples/ Example scripts written in Panda
+--panda/ Panda module
+----/src All sources of Panda
+----pom.xml The main maven build script for Panda module
+--panda-framework/ Panda Framework module
+----/src All sources of Panda Framework
+----pom.xml The main maven build script for Panda Framework module
+--panda-utilities/ Panda Utilities module
+----/src All sources of Panda Utilities
+----pom.xml The main maven build script for Panda Utilities module
+--pom.xml The main maven build script
```#### 💞 See also
- [Reposilite](https://github.com/panda-lang/reposilite)
- [Light](https://github.com/panda-lang/light)
- [Lily](https://github.com/panda-lang/lily)
- 🥞