Colored functions


Topic | v2 | updated by jjones |
Description

Since you can’t call async functions from non-async code, you end up with a lot of duplicated effort, where you need to reimplement parts of your standard library and all networking-related libraries to account for async/await.


Relations

subtopic of Programming language

A programming language is a formal language comprising a set of instructions that produce various kin...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in What's cool about Unison? | Jared Forsyth.com

9.0 rating 2.0 level 10.0 clarity 1.0 background – 1 rating

Unison is doing a lot of interesting things, and as I recently implemented an alternative runtime in...

treated in What is Zig's “Colorblind” Async/Await?

An introduction to Zig's curious concurrent programming API. Async/await in Zig combines with compile...

treated in Rust's async isn't f#@king colored!

For some time now, I've had a love-hate-relationship with the famous blog post What Color is Your Fun...