ballerina

Programming language for network distributed applications

brewmacoslinux
Try with needOr install directly
Source

About

Programming Language for Network Distributed Applications

Commands

bal

Examples

Create and run a new Ballerina project$ bal new hello_world && cd hello_world && bal run
Build a Ballerina package into an executable$ bal build
Add a dependency to your Ballerina project$ bal add [package_name]