Talk:Display a linear combination: Difference between revisions

no edit summary
(→‎Wat?: huh?)
No edit summary
Line 18:
 
::Is it really [targeted at Perl]? It looks like something a functional language or Lisp would be pretty good at and the Tcl solution is nice. --[[User:Craigd|CraigD]] ([[User talk:Craigd|talk]]) 23:30, 13 October 2015 (UTC)
 
::: Here's how the -1, -2, 0, -3 example might look if it rendered to lisp: <code>(+ (- (e 1)) (* -2 (e 2)) (* -3 (e 4)))</code>. Here's how it might look if it rendered to forth: <code>1 e 0- 2 e -2 * + 4 e -3 * +</code>, and there are a good variety of other possible renderings also. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 23:42, 13 October 2015 (UTC)
6,951

edits