The Spawn Programming Language

TSP

The Spawn Programming Language

The official Discord server of Spawn programming language.

Join

🖼・showcase

❓・help

YUART - How to implement this code in Spawn?...

How to implement this code in Spawn? ``` // V's model of concurrency is going to be very similar to Go's. // Learn more about concurrency in the documentation:...
Solution:
Correct Spawn code is ``` // Spawn's model of concurrency is going to be very similar to Go's. // Learn more about concurrency in the documentation:...

B1Z0N - Compiled V, then Spawn from main [repo]...

Compiled V, then Spawn from main repo main branch. When running ./spawnlang --run main.sp it shows these errors. The original code is: ```rust module main ...
Solution:
Can you try compiling outside the compiler directory?