What is your favorite language ?
please note :- we are talking about languages we speak. not programming languages
please note :- we are talking about languages we speak. not programming languages

Last edited:

Start learning Mandarin... That's the futureWhat is your favorite language ?

to be honest its actually the future of this world.Start learning Mandarin... That's the future![]()
i know few words in mandarin like ni hao ma, wo ai ni 
Sinhala+EnglishWhat is your favorite language ?
Chinese is not easy... The way the syllables are stressed changes the whole meaning. The first thing that a Chinese guide will say to you is a sentence and the variations associated with it.to be honest its actually the future of this world.i know few words in mandarin like ni hao ma, wo ai ni
![]()
ballerina lang
https://ballerina.io/
මචන් පොඩි දෙයක්. ඕකෙන් කරපු සාම්පල් ප්රොරොජෙක්ට් එකක් නැද්ද DB Access, REST API වගේ ඔක්කොම තියෙන. දීල තියෙන සාම්පල් වල කොටස් කොටස තියෙනව ඔක්කොම එකට තියෙන ප්රොජෙක්ට් එකක් සෙට් උන් නෑ.
import ballerina/http;
service / on new http:Listener(9090) {
resource function get greeting() returns string {
return "Hello, World!";
}
}
ඔය ටික බැලුව මචන්. මොකක් හරි යූස් කේස් එකකට ගත්ත එක්සාම්පල් එකක් වගේ බැලුවෙ.meke okkoma tiyanawa
https://ballerina.io/learn/by-example/
mysql samples
https://ballerina.io/learn/by-example/mysql-query-operation.html?is_ref_by_example=true
jdbc samples
https://ballerina.io/learn/by-example/jdbc-query-operation.html?is_ref_by_example=true
REST service sample
https://ballerina.io/learn/by-example/hello-world-service.html?is_ref_by_example=true
Code:import ballerina/http; service / on new http:Listener(9090) { resource function get greeting() returns string { return "Hello, World!"; } }
ඔය ටික බැලුව මචන්. මොකක් හරි යූස් කේස් එකකට ගත්ත එක්සාම්පල් එකක් වගේ බැලුවෙ.