Ballerina is a compiled, type safe, concurrent programming language designed to make it simple to write microservices that integrate APIs.
A compiled, transactional, statically and strongly typed programming language with textual and graphical syntaxes. Ballerina incorporates fundamental concepts of distributed system integration and offers a type safe, concurrent environment to implement microservices.
A type system that embraces network payload variability with primitive, object, union, and tuple types.
An execution model composed of lightweight parallel worker units that are non-blocking where no function can lock an executing thread manifesting sequence concurrency.
You can use one of the following options to try out Ballerina.
You can download the Ballerina distribution at http://ballerina.io.
Tip: You can use several tools and IDEs to create, document, and test Ballerina code.
Alternatively, you can install Ballerina from the source using the following instructions.
-
Clone this repository using the following command.
git clone --recursive https://github.com/ballerina-platform/ballerina-lang
If you download the sources, you need to update the git submodules using the following command.
git submodule update --init
-
Build project with gradle. Use following command on Unix/macOS:
./gradlew build
or the following command on Windows:
gradlew build
- Extract the Ballerina distribution created at
distribution/zip/ballerina-tools/build/ballerina-tools-<version>-SNAPSHOT.zip
.
As an open source project, Ballerina welcomes contributions from the community. To start contributing, read these contribution guidelines for information on how you should go about contributing to our project.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Ballerina code is distributed under Apache license 2.0.
- The [email protected] mailing list is for discussing code changes to the Ballerina project.
- Chat live with us on our Slack channel.
- Technical questions should be posted on Stack Overflow with the #ballerina tag.
- Ballerina performance test results are available here.