Talk:Joy (programming language): Difference between revisions

Content deleted Content added
Line 67:
Although the introduction suggests that Joy is the result of an independent convergent evolution, it is common knowledge that stack-based programming languages have a long history, with Forth being an important development (late 60s/early 70s). It's unlikely for a computer scientist (or language developer) to not be aware of Forth and to not have been exposed to other stack-based languages such as Postscript (itself influenced by Forth); especially if developing a language with such striking similarities. Shouldn't the infobox consequently include Forth under "Influenced by"? [[Special:Contributions/76.10.128.192|76.10.128.192]] ([[User talk:76.10.128.192|talk]]) 00:11, 19 March 2015 (UTC)
 
== What does the dotperiod in the example do? ==
 
In the example code, {{code|DEFINE square {{=}}{{=}} dup * .}}, it is explained what the {{code|dup}} and {{code|*}} operators do, but it isn't explained what the {{code|.}} does. So, what does it do? This should probably be added to the article. —[[User:Kri|Kri]] ([[User talk:Kri|talk]]) 19:00, 9 September 2015 (UTC)