SkillAgentSearch skills...

Panda

Proof of concept of modern and stylish interpreted programming language for the JVM ⚜️

Install / Use

/learn @panda-lang/Panda
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Logo

<!--suppress ALL --> <p align="center"> <hr> <p align="center"> Panda is a clear and stylish programming language for JVM.<br> Create clean apps, enhance syntax dynamically or build your own language on top of the Panda Framework.<br> ~ <a href="https://panda-lang.org/">panda-lang.org</a> :wq </p> <p align="center"> <img src="https://user-images.githubusercontent.com/4235722/86413250-05c92600-bcc1-11ea-95af-d5dac7f83c39.png" alt="Preview"> </p> </p>

🗺️ Download

Website: panda-lang.org <br> Installation: panda-lang.org/install <br> Guide: panda-lang.org/guide

〽️ Maven

The latest indev build

<dependency>
    <groupId>org.panda-lang</groupId>
    <artifactId>panda</artifactId>
    <version>0.5.3-alpha</version>
</dependency>

Maven repository: maven.reposilite.com

<repository>
    <id>reposilite</id>
    <name>reposilite-repository</name>
    <url>https://maven.reposilite.com/releases</url>
</repository>

📜 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

View on GitHub
GitHub Stars253
CategoryDevelopment
Updated3mo ago
Forks31

Languages

Java

Security Score

97/100

Audited on Dec 29, 2025

No findings