venantius / glojure

The Glojure programming language
172 stars 8 forks source link

Abstract map methods #6

Closed venantius closed 8 years ago

venantius commented 8 years ago

Another rather monstrous PR. Feel free to take a look, if you're so inclined. Development notes and commit messages are where the good stuff is.

keithballinger commented 8 years ago

This is a fun read!

On Sun, Jan 31, 2016 at 8:55 PM Ursa americanus kermodei < notifications@github.com> wrote:

Another rather monstrous PR. Feel free to take a look, if you're so inclined. Development notes and commit messages are where the good stuff

is.

You can view, comment on, or merge this pull request online at:

https://github.com/venantius/glojure/pull/6 Commit Summary

  • PersistentArrayMap satisfies APersistentMap interface
  • Validated persistenthashmap functionality
  • Starting to refactor ASeq from struct to interface

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/venantius/glojure/pull/6.

venantius commented 8 years ago

Merging. New semantic branch to follow on the work I've been doing on vars.