Google Summer of Code 2021 Report
Abstract Chapel is a programming language designed for productive parallel computing at scale. It simplifies parallel programming through elegant parallel programming constructs. As Chapel can utilize a system to its fullest potential, it seems like one of the ideal solutions to handle millions of network requests. Currently, we can do network programming by using C Interoperability, but those constructs are not intuitive and good enough for users to easily do their tasks....