Boo (programming language): Difference between revisions

Content deleted Content added
Paisen20 (talk | contribs)
 
(4 intermediate revisions by 4 users not shown)
Line 14:
| dialects =
| influenced_by = [[C Sharp (programming language)|C#]], [[Python (programming language)|Python]]
| influenced = [[Genie (programming language)|Genie]], [[Vala (programming language)|Vala]]
| programming_language = [[C Sharp (programming language)|C#]]
| platform = [[Common Language Infrastructure]] ([[.NET Framework]] & [[Mono (software)|Mono]])/
Line 28:
 
== Syntax ==
{{rewrite|2=section|date=May 2023}}
 
<syntaxhighlight lang="boo">
Line 36:
<syntaxhighlight lang="boo">
def fib():
a, b = 0L, 1L h
# The 'L's make the numbers double word length (typically 64 bits)
while true:
Line 62:
== External links ==
 
* [https://github.com/boo-lang/boo Official website]
* [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]
Line 73:
[[Category:Brazilian inventions]]
[[Category:Class-based programming languages]]
[[Category:Free compilers and interpretersopen source compilers]]
[[Category:Object-oriented programming languages]]
[[Category:Procedural programming languages]]