Skip to content

Commit

Permalink
Update README a bit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Apr 24, 2016
1 parent 136ee0c commit bc4e4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Build Status](https://travis-ci.org/timholy/ArrayIterationPlayground.jl.svg?branch=master)](https://travis-ci.org/timholy/ArrayIterationPlayground.jl)

This repository was designed as a place to deposit experiments related to generalizing Julia's array iteration API. An issue for general discussion can be found over at https://github.com/JuliaLang/julia/issues/15648. Initial commits tested what it would "feel like" to write code in various APIs. At present, is slowly beginning to accumulate working code.
This repository was designed as a place to deposit experiments related to generalizing Julia's array iteration API. An issue for general discussion can be found over at https://github.com/JuliaLang/julia/issues/15648. Initial commits tested what it would "feel like" to write code in various APIs. At present, is slowly beginning to accumulate working code. Your best option for learning the current state is to example the tests run by `test/runtests.jl` (including all the files it runs).

0 comments on commit bc4e4b5

Please sign in to comment.