|
|
|
|
|
by unlivingthing
2507 days ago
|
|
A higher layer to the primitives. While still providing options to the lower layers. For example, having multiple layers to the concurrency primitives. Something like goroutines but allowing the programmer to create native threads. Also, I like how golang has these neat functions to connect to services as opposed to the way most other languages (like c/python/etc.) do them by creating sockets. Perhaps this would be something that would be part of the standard library and not the language? This is all coming from an average developer with no experience in creating a language. |
|