Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created December 30, 2018 17:25
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 jasondown/20c81e0c904e88bff54b7955cd38ced8 to your computer and use it in GitHub Desktop.
Save jasondown/20c81e0c904e88bff54b7955cd38ced8 to your computer and use it in GitHub Desktop.
(* game loop *)
while true do
// previous code
let samples =
readInt()
|> readNLines
|> Array.map (tokenize >> SampleData.Create)
|> Array.toList
// more to come
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment