Measures Concepts
GitHub icon

Maple

Maple - Programming language

< >

Maple is a programming language created in 1982.

#68on PLDB 42Years Old

Maple is a symbolic and numeric computing environment, and is also a multi-paradigm programming language. Developed by Maplesoft, Maple also covers other aspects of technical computing, including visualization, data analysis, matrix computation, and connectivity. A toolbox, MapleSim, adds functionality for multidomain physical modeling and code generation.. Read more on Wikipedia...


# Hello World in Maple >> printf("Hello World!");
Example from Wikipedia:
eqn:= f(x)-3*Int((x*y+x^2*y^2)*f(y), y=-1..1) = h(x): intsolve(eqn,f(x));

Language features

Feature Supported Token Example
Print() Debugging ✓ printf
Line Comments ✓ #
# A comment
Comments ✓
Case Insensitive Identifiers X
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout