Last active
December 30, 2019 08:47
-
-
Save nikotan/5eed25c113d172f0201031969852c1bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idea = idea0 | |
while idea is not None: | |
idea = learn(measure(build(idea))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment