Skip to content

Instantly share code, notes, and snippets.

@nikotan
Last active December 30, 2019 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikotan/5eed25c113d172f0201031969852c1bb to your computer and use it in GitHub Desktop.
Save nikotan/5eed25c113d172f0201031969852c1bb to your computer and use it in GitHub Desktop.
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