|
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:
PlayApplicationsFunctionsTypes
Qs - running pandasLogsCommunicationOther |