spy16 / parens

Parens is a highly flexible and embeddable LISP toolkit. :computer:
33 stars 3 forks source link

Merge value package into parens root #22

Closed spy16 closed 4 years ago

spy16 commented 4 years ago

@lthibault This is a PR to get your opinion on something.

I like packages with well defined scope and responsibility and I like less packages in general. So, I was thinking may be it would better to merge the value package (right now I see it simply as a dumping place for value types) into the parens package itself. This makes the parens root package a self contained fully usable pure-lisp setup.

When we add other container types or "special" types, we can add them to separate package along with their specialised analyser implementations.