What is your favorite language ?

ShiningStar

Well-known member
  • Dec 27, 2017
    7,252
    7,127
    113
    What is your favorite language ?

    please note :- we are talking about languages we speak. not programming languages :D
     
    Last edited:

    imhotep

    Well-known member
  • Mar 29, 2017
    14,825
    8
    35,335
    113
    to be honest its actually the future of this world. :) i know few words in mandarin like ni hao ma, wo ai ni :D
    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.
     

    හෙළයෙක්

    Well-known member
  • Apr 26, 2014
    48,546
    98,506
    113

    මචන් පොඩි දෙයක්. ඕකෙන් කරපු සාම්පල් ප්‍රොරොජෙක්ට් එකක් නැද්ද DB Access, REST API වගේ ඔක්කොම තියෙන. දීල තියෙන සාම්පල් වල කොටස් කොටස තියෙනව ඔක්කොම එකට තියෙන ප්‍රොජෙක්ට් එකක් සෙට් උන් නෑ.
     

    Jack_Sparrow

    Well-known member
  • Jun 16, 2008
    42,522
    1
    16,928
    113
    Black Pearl
    මචන් පොඩි දෙයක්. ඕකෙන් කරපු සාම්පල් ප්‍රොරොජෙක්ට් එකක් නැද්ද DB Access, REST API වගේ ඔක්කොම තියෙන. දීල තියෙන සාම්පල් වල කොටස් කොටස තියෙනව ඔක්කොම එකට තියෙන ප්‍රොජෙක්ට් එකක් සෙට් උන් නෑ.

    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!";
        }                                                               
    }
     

    හෙළයෙක්

    Well-known member
  • Apr 26, 2014
    48,546
    98,506
    113
    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!";
        }                                                              
    }
    ඔය ටික බැලුව මචන්. මොකක් හරි යූස් කේස් එකකට ගත්ත එක්සාම්පල් එකක් වගේ බැලුවෙ.
     
    • Like
    Reactions: Jack_Sparrow

    Jack_Sparrow

    Well-known member
  • Jun 16, 2008
    42,522
    1
    16,928
    113
    Black Pearl
    ඔය ටික බැලුව මචන්. මොකක් හරි යූස් කේස් එකකට ගත්ත එක්සාම්පල් එකක් වගේ බැලුවෙ.

    kelinma cloud eke meke try karanna puluwan
    https://wso2.com/choreo/
    meke sample scenarios tiyanawa menna me wage

    Screenshot 2021-08-09 at 19.53.42.png