Giter Club home page Giter Club logo

panda's Introduction

Logo

Panda CI Build Status CodeFactor


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.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

panda's People

Contributors

bmstefanski avatar codacy-badger avatar cyaffle avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar dzikoysk avatar gotofinal avatar insertt avatar nitram509 avatar nnq-adalinex avatar northpl93 avatar p3ridot avatar rollczi avatar takuma-watanabe avatar wvffle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panda's Issues

Modules rework

Components:

# Modules
Module - module with the specified name containing associated prototypes references
ModuleLoader - loaded modules by application
ModulePath - available modules

# Prototypes
ClassPrototypeReference - reference to the prototype that is loaded only when it's needed
DynamicMethodCall - call method without mapping a prototype

Loading:

  • load default Panda types
  • load custom types

Tips:

  • do not generate prototypes for unused types
  • do not map unused prototypes, keep only reference

Add self return type to methods

class Builder {

    hidden Foo o

    method self includeFoo(Foo foo) {
        this.foo = foo
    }

}

main {
    Builder builder = new Builder()
            .includeFoo(new Foo())
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.