Moderator: Elphin














Ros wrote:Not sure length is relevant here. I find the only way to see when a crit is 'effective' for your particular piece of work is to stay on a forum and work with the people there. You'll then find a) those who seem to have some knowledge/appreciation in a particular area which is greater than yours, and therefore useful, and b) those whose poetry seems to 'fit' with yours. Their crits then tend to help you achieve the effect you are looking for, rather than changing your poem to something they would want to achieve.
It's always good to see if people in general are 'getting' your poem, but I find for detailed stuff there are a few people who are closer to my mind-set than others, and generally they are the ones I find most helpful. Though I appreciate the effort anyone takes to read and comment. I agree that a good, serious crit takes time and effort, and people (quite rightly) only tend to do those for a poem that really strikes a chord with them.
Ros







satyr wrote: If I rewrote a program in Prolog or Pascal for a student it would be mine, not his and the same applies to poetry.




satyr wrote:To Ben J.
You forget your Pascal syntax and dislike recursion
whereas I get lost using brackets and recursive calls.
You wish to add a semi-colon to the end of every line
whereas I need to put a '/' before the program stalls!
Prolog: Here is a recursive call in a simple ancestors db:
descendent(D,A):-parent(A,D).
descendent(D,A):-parent(P,D),descendent(P,A).
As for LISP I cannot make Head nor Tail
I can't defun a factorial, whatever that may be
everything always comes out as a Fail!
Enough of this programming talk, I want to be free!

BenJohnson wrote:On the otherhand if your student had written a 200 line program to perform X. Then you rewrote that as a 20 line program using functions and recursion and still performed the same X. Might he not better learn from your example how to write concise programs? If you merely returned the program to him and said try re-writing it using a recursive function he might end up totally stumped and think this programming lark is too difficult for me to understand.



Users browsing this forum: No registered users and 1 guest