Boo (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
Line 1:
{{Short description|none}}
{{moreMore citations needed|date=July 2011}}
{{Infobox programming language
|name = Boo
Line 35:
 
=== Fibonacci series generator function ===
 
<syntaxhighlight lang="boo">
def fib():
Line 63 ⟶ 62:
 
==External links==
* [https://github.com/boo-lang Official website]
* [https://web.archive.org/web/20151225214729/http://boo-lang.org/ WaybackMachine Official website]
* [https://github.com/boo-lang/ The sources of Boo hosted on GitHub]
* [https://github.com/boo-lang/boo/wiki The documentation of Boo hosted on GitHub]
* [https://web.archive.org/web/20131213022040/http://visualstudiogallery.msdn.microsoft.com/8d15c62f-de0d-42f0-863a-daa8330d977a Visual Boo, for Visual Studio 2010]
* [http://boolangstudio.codeplex.com/ BooLangStudio VSIP for Visual Studio 2008]
* [http://www.icsharpcode.net/OpenSource/SD/ #develop free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform]
* [http://vs2010boo.codeplex.com/ Boo syntax highlighting for Visual Studio 2010]
* [http://jbryankelly.files.wordpress.com/2012/07/thinksciboorev2_hb.pdf How To Think Like a Computer Scientist: Learning to Program with Boo]
* [https://docs.google.com/file/d/0B8oSXKT4_sy7ZERmYnozaFlTY2M/edit?usp=sharing.pdf Boo Succinctly Revealed]
* [https://web.archive.org/web/20140521221019/http://protoman.net/index.php?p=bootorial%2Findex Bootorial]
 
{{Common Language Infrastructure}}