Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a28d06292a88fad4

Jump to content

Talk:Ballerina (programming language)

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 1 year ago by Wawa-nator in topic The mentioned book is horribly out of date

Too many examples

[edit]

I think this page has too many examples. What do you think about that? 82.58.143.220 (talk) 11:18, 24 November 2023 (UTC)Reply

The mentioned book is horribly out of date

[edit]

Well perhaps not out of date (it's only few years old) but the code is not current with the latest version.

For example:

- there is no need to import `ballerina\lang.'int as ints;` because `int` is part of the language and therefore and expression like `int:fromString("4");` just works. - an `object` is an abstract entity like an interface and cannot be created.

The alternate to this book being dated is that it just garbage - not knowing the history of the Ballerina language or the writer I am assuming that it was correct at some point. Wawa-nator (talk) 01:12, 11 September 2024 (UTC)Reply