Open emson opened 8 years ago
My 238 char solution is in this Gist, will keep updating it: https://gist.github.com/henrik/a21fc19cb1f8fca445e5
You can see the progress down from the initial 256 chars.
I'll assume we don't need to explicitly call the function spawn
as long as a process is spawned.
Twitter: @henrik
Correct you don't need to use the spawn
function as long as a process is spawned so Task
can be used too.
Well, I see that not only am I slow, but I'm using too many chars too: 258. https://gist.github.com/gvaughn/fb89c65e01207f1d281d
Task is clever! I did it with raw spawn in a recursive anonymous fn. Maybe I'll get the obfuscated bonus prize :-)
Twitter: @gregvaughn
We’re back! The slow start for 2016 has been because I’ve been completing an Elixir online video course. The course is called Elixir for Beginners http://www.elixirforbeginners.com and at the moment it’s hosted on Udemy: https://www.udemy.com/elixir-for-beginners/.
spawn
a new process for each verse, and that verse must be output to the console (the primary process).For example the program will work something like this:
Finally...
Many thanks, Ben
When the puzzle is over I'll write them up on http://elixirgolf.com and link back to your Twitter handle