Talk:Gosu (programming language)

{{merged-from|GScript|2 May 2021}}

{{WikiProject banner shell|class=

Start|1=

{{WikiProject Computer science}}

{{WikiProject Software}}

}}

Examples

Fibonacci

function fib(n : int): int{

if (n < 2) return n

return fib(n-1) + fib(n-2)

}

print (fib (20))

— Preceding unsigned comment added by Metapete (talkcontribs) 18:04, 7 January 2011 (UTC)

March 2018 date is no longer in dispute

Received clarifications from Scott McKinney, the language author, who has apparently updated the Article to clarify the history and current state. internal Guidewire company Slack discussion

{{reflist-talk}}