An open API service indexing awesome lists of open source software.

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 ⚜️

Awesome Lists containing this project

README

        

![Logo](https://user-images.githubusercontent.com/4235722/86413251-06fa5300-bcc1-11ea-8f95-0aa92d37595e.png)






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](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)
- 🥞