Swift (parallel scripting)
From Just Solve the File Format Problem
Swift is a parallel scripting language unrelated to the Swift language from Apple. It has a C-like syntax, but supports parallel processing through constructs such as the foreach
statement which (unlike similar statements in other languages that run iteratively) actually forks the program to run the code on each element in parallel.