Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Maple

< >

Maple is a programming language created in 1982.

#101on 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 · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io