IMP Programming Language

Pythonesque Syntax

Indent based block formatting

Chained Expressions

JavaScript

if(notion == 'easy' && notion != 'hard')

IMP

if notion (== 'easy' && != 'hard')