insertt / Panda

⚡ Lightweight and powerful programming language written in Java

Home Page:https://panda-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Build Status CodeFactor


Panda is lightweight and powerful programming language written in Java.
Enhance the syntax dynamically or build your own language on top of the Panda Framework.
~ panda-lang.org :wq

Preview

〽️ Maven

The latest indev build:

<dependency>
    <groupId>org.panda-lang</groupId>
    <artifactId>panda</artifactId>
    <version>indev-18.12.29</version>
</dependency>

Maven repository: repo.panda-lang.org

<repository>
    <id>panda-repo</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

💞 Other

About

⚡ Lightweight and powerful programming language written in Java

https://panda-lang.org/

License:Apache License 2.0


Languages

Language:Java 100.0%