You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With these POCs, I try to illustrate some ridiculous concepts introduced by some experts of IT industry.
4
+
5
+
## asyncdotnet
6
+
7
+
Illustrate how to adopt c# async/await Task-based Asynchronous Pattern for asynchronous network programming. you will see a natural & straightforward way with multi thread enhancement.
8
+
9
+
Therefore my question is what is the unique benefit by introducing Golang?
10
+
11
+
## mcsp-service
12
+
13
+
Illustrate how to adopt multiple consumer single producer pattern to handle resource competition under multi-thread environment, it's a natural & straightforward way to handle multi-thread competition with traditional PL like c#/Java under multi-cores machines.
14
+
15
+
Therefore my question is do we really need to abandon Java/c# to embrace complicated Functional Programming Language like Erlang?
0 commit comments