Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ballerina.io (Questions before reading (Programming paradigm? (Procedural)…
Ballerina.io
Questions before reading
-
-
Looks a bit like Go?
Inspired by Go, e.g. package management
VM or compiled?
Compiled (like Java), but runs on VM
-
-
Does incorporate EIPs?
Packages code, EIP + deployment config into same file.
-
What gap it fills?
fill the gap between integration products and general purpose programming languages by making it easy to write resilient programs that integrate and orchestrate across distributed endpoints
Language by WSO2
-
properties
-
-
-
every Ballerina program can be displayed as a sequence diagram of it’s flow with endpoints, including synchronous and asynchronous calls
-
-
-
-
-
-
-
-
-
Syntax
-
-
-
-
function
main -function is the entry point, unless service is started from cmd-line
-
-
-