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: a23b38098eabfa14

Jump to content

Talk:Limbo (programming language)

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 16 years ago by 81.5.85.67 in topic Ritchie in design?

Untitled

[edit]

This is soooooooooooooo freaking cool.... it kicks Java and C# Synax's ASS!!! It's the lang I have been looking for the past few years... I was about to start working on my own (to be finished some time before 2020) it is missing SOME things I want.... but its got everything else :)

can we get an example of source from limbo please ?

Check out the examples at http://www.vitanuova.com/inferno/limbo.htmlDAGwyn 23:56, 22 February 2007 (UTC)Reply

Ritchie in design?

[edit]

Ritchie is not mentioned by BWK in http://www.vitanuova.com/inferno/papers/descent.html —The preceding unsigned comment was added by 220.226.44.233 (talk) 19:46, 17 December 2006 (UTC).Reply

Google's Go lang is not similar to Limbo. remove misleading link, please. —Preceding unsigned comment added by 81.5.85.67 (talk) 22:31, 17 December 2009 (UTC)Reply

Hello, world

[edit]

I don't think "sh.m" is needed in the "hello, world" program. — DAGwyn 23:56, 22 February 2007 (UTC)Reply

It's a poor example of Limbo. We need one that shows off the simplicity of its concurrency approach using channels. -- Ralph Corderoy (talk) 12:51, 10 June 2009 (UTC)Reply

Garbage collection

[edit]

Inferno uses reference counting plus a four-color garbage collector. Reference counting deals with any memory that isn't cyclic.