Talk:Vector products: Difference between revisions

Don't get too hung up over the word itself
(Named.)
(Don't get too hung up over the word itself)
Line 6:
 
::Hi Kernigh, I too thought function would be OK but I have expanded in the past too. I am after something with a name, so lambda functions or unnamed blocks would '''not''' be best. --[[User:Paddy3118|Paddy3118]] 06:32, 10 April 2011 (UTC)
 
: FWIW, when someone asks for a function I'm usually happy to give a procedure in any Tcl solution I write. (Occasionally, I'll make it into a full function if the problem is particularly mathematical – there's a small technical distinction to Tcl programmers – but the difference is really slight.) The key distinction is that it is named, reasonably encapsulated, takes arguments and produces a result (or results). Most programming (and all practical ones) are happy with doing something that matches this. ([[Brainf***]], [[SNUSP]] and [[Piet]]… well would you write a big app in them? Really?)
: WRT “relinkable code”, that makes me think of “library”, which is really the next major level of organization up. I'd be surprised at someone using a shared library like this; it would be so slow, and as fragile as the overlay mechanism that used to exist in old DOS programs back when “640kB was enough for anybody” (except it wasn't). Let's not encourage anyone to go there; it was ''very'' painful. –[[User:Dkf|Donal Fellows]] 22:19, 10 April 2011 (UTC)
Anonymous user