ekmett / tables

Deprecated because of
https://github.com/ekmett/tables/issues/15
Other
78 stars 13 forks source link

Fix problems with ix and at. Closes #15 #37

Closed Taneb closed 8 years ago

Taneb commented 8 years ago

I'm using a pretty simple implementation of these that may not be the most efficient. However, the most efficient way would be a hell of a lot of lines of code with eldritch abominations of type checking, which I'll keep as a future goal.

ekmett commented 8 years ago

Let's take this as a starting point. It'll at least get us to a 'correct' place. Then we can try to make it fast later.