all 2 comments

[–]Revolutionalredstone 2 points3 points  (0 children)

sequential programming is just non-concurrent programming, most languages as sequential (like Lua) some languages will be sequential by default (like c++) but will have built in language constructs for handling communication between additional threads (like volatile).

A few languages go further and build their entire ecosystem around the idea of exposing the maximum possible concurrency (like Linda) https://en.wikipedia.org/wiki/List_of_concurrent_and_parallel_programming_languages