Talk:Limbo (programming language)
This is the talk page for discussing improvements to the Limbo (programming language) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||
|
![]() | The contents of Dis virtual machine was merged into Limbo (programming language). The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. For the discussion at that location, see its talk page. |
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.html — DAGwyn 23:56, 22 February 2007 (UTC)
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).
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)
Hello, world
[edit]I don't think "sh.m" is needed in the "hello, world" program. — DAGwyn 23:56, 22 February 2007 (UTC)
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)
Garbage collection
[edit]Inferno uses reference counting plus a four-color garbage collector. Reference counting deals with any memory that isn't cyclic.