← Back to Learning Demos

AQA-Lite Pure Functional Programming Sandbox

Write AQA-style functional programming pseudocode and test yourself with these challenges.

✅ Success!

Task

Output

Click Run to evaluate your code.

Submit Result

Submit checks whether your final output equals the expected value.

Language Guide (AQA-Lite)

Examples:

square x = x * x
nums = [1,2,3]
map square nums

Task Solution