I have a lisp programme to preparing a output layout form the user input.The main problem is in my programme, loop . For example :- Input given 200 Nos Output based on 66 Nos The programme must be run combinations and permutations formula NCR times (200 C 66) to run the loop and it will automatically slowed to complete the process. it take 1 hours to complete the process. Any ideas to improve the loop speed.