Von: "Jerzy Karczmarczuk" 
An:"Racket Users" 
Cc:
Gesendet:Thu, 24 Sep 2015 01:07:12 +0200
Betreff:Re: [racket-users] Generating preorders

 A general remark...

 Josh constructs the list of ALL combinations and all total preorders.

 Erich apparently tried the same, so it is OK, but the solution in
Python 
 with generators is more economic, incremental, "non-deterministic".
This 
 somehow didn't appeal to Erich, who calls it an "advanced" feature of

 Python...

By "advanced feature" I really just meant "advanced feature" and
wanted to convey the fact that I didn't know how to extract the actual
algorithm from the example. I'm just not used to reading Python
programs, that's all. In other words, the solution appealed a lot to
me, but I needed one in Racket. 

Thanks a lot again for all the help!


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to