funct 0.1.0

A small, functional, embeddable scripting language with a fully reified bytecode VM you can pause, snapshot, and resume.
Documentation
1
2
xs = range(1, 10001)
print(sum(v for v in (x * x for x in xs) if v % 2 == 0))