Gosu (programming language): Difference between revisions

Content deleted Content added
Galuszkak (talk | contribs)
Changing latest gosu version to align with github
m link discoverability
Line 33:
 
==Philosophy==
Gosu language creator and development lead, Scott McKinney, emphasizes pragmatism, found in readability and [[discoverability]], as the overriding principle that guides the language's design.<ref name=drdobbs>{{cite web|url=http://www.drdobbs.com/open-source/language-of-the-month-gosu/231001429#|title=Language of the Month: Gosu|date=2012-12-07|publisher=[[Dr. Dobb's Journal]]}}</ref> For instance, Gosu's rich static type system is a necessary ingredient toward best of breed tooling via [[static programming analysis]], rich parser feedback, [[code completion]], deterministic refactoring, usage analysis, navigation, and the like.
 
==Syntax and semantics==