Search:
 
panda
play
apps
funcs
types
Qs
share
log

Panda Language

"If you can say in a few sentences so a programmer completely understands what program to write, it shouldn't take much longer time to write the program using Panda. Normally it would take the programmer 3-20 minutes to do it!

Simple example

(Click the code to run it!)

Take the number 1 to 10.

1..10

Add one thousand (to each number).

1..10.plus(1000)

Multiply by three.

1..10.plus(1000).times(3)

Keep the odd numbers.

1..10.plus(1000).times(3).odd

Panda is rather unique in that it's not (only) targetted at programmers but rather intends to make simple programming simple. Here are some features:

  • Run everywhere (browser - nothing to install, or nodejs)
  • Interactive - see results immediately
  • Explorative - start with something concrete
  • Simple syntax - no if:s no for:s
  • Online built-in help

Play

Applications

Functions

Category
Function

Types

  • type().name.<button>
  • type().name.<button>
  • type().describe

Qs - running pandas

Share - Community

Logs

Communication

Other