Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

Julia Challenge

Repository to collect the code for: https://nextjournal.com/sdanisch/the-julia-challenge

A submission should look the following:

  • place into language_name/authorname/solution.ext + benchmark.ext
  • a solution should implement an n-dimensional, n-argument lazy broadcast from scratch
  • lazy means, one can aggregate recursive calls to a broadcasting operation - and decide when and how to materialize the result