Toi (programming language): Difference between revisions

Content deleted Content added
m GeoffreyT2000 moved page Toy (programming language) to Toi (programming language): Requested by Rjgordon at WP:RM/TR: According to author, name of language is 'Toi' not 'Toy'
Filled in 3 bare reference(s) with reFill ()
Line 1:
{{multiple issues|
 
{{linkrot|date=October 2016}}
{{refimprove|date=October 2016}}
}}
'''Toi''' is an imperative, type-sensitive language that provides the basic functionality of a [[programming language]]. The language was designed and developed from the ground-up by Paul Longtine.<ref>{{cite web|url=https://github.com/bannana/language/blob/master/doc/OVERVIEW|title=bannana/language|publisher=}}</ref> Written in C, Toi was created with the intent to be an educational experience and serves as a learning tool (or toy, hence the name) for those looking to familiarize themselves with the inner-workings of a programming language.<ref>{{cite web|url=https://banna.tech/projects/post/toy_language/|title=banna - useless things|publisher=}}</ref>
 
== Specification<ref>{{cite web|url=https://github.com/bannana/language/blob/master/doc/SPECIFICATION|title=bannana/language|publisher=}}</ref> ==
 
=== [[Type (computer science)|Types]] ===