• Stars
    star
    250
  • Rank 162,397 (Top 4 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Logo

Panda CI Build Status AppVeyor CodeFactor LGTM


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

Preview

🗺️ Download

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

〽️ Maven

The latest indev build

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

Maven repository: repo.panda-lang.org

<repository>
    <id>panda-repository</id>
    <name>Panda Repository</name>
    <url>https://repo.panda-lang.org/</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