Dan, can you give an example of your technique (at least the part about generating functions)? It sounds very interesting.
----Original Message----- From: Dan Bron I finally realized why I prefer tacit programming: I'm lazy and impatient. ... I've been known take that approach to the next level by auto-generating thousands of functions which I expect to solve the problem, generating a characteristic dataset, selecting the fastest correct program, and copying it into my script, without ever analyzing this now-canonical solution. Tacit code and the mindset it fosters makes that easy, too. ... ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
