All Questions
1 question
26
votes
10
answers
7k
views
Programming language where every function call/block is done in a separate thread? [closed]
I'm currently creating a programming language for fun where the idea is that every function call/new block (if clauses, loops etc) will work in a separate thread. Instead of creating new Threads the ...