async {
loop {
let conn = accept_connection("localhost", 9999)
async {
loop {
let data = conn.next_data()
conn.send(data)
}
}
}
}
Where all of those asyncrhonous constructs (including `async` itself) are really short wrappers around delimited continuation machinery. git clone <project name> && cd <project name>
<build tool> build
And have it fetch all of that projects dependencies, and then build the entire system.
Arizona Iced Tea does this and they're very successful.