Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pluggable ":format" #3

Open
tolitius opened this issue Mar 3, 2016 · 0 comments
Open

Pluggable ":format" #3

tolitius opened this issue Mar 3, 2016 · 0 comments

Comments

@tolitius
Copy link
Owner

tolitius commented Mar 3, 2016

Currently the default configuration format is EDN, but cprop also knows how to work with .properies, so it make sense to add a reader for that.

Also nothing stops cprop to later know YAML or JSON or somethin more exotic, etc..

Needs more thinking and would probably look something like:

(load-config :format :lua)
(load-config :format :yaml)

with :edn be a default format.

(needs to be pluggable, so it is easy for others to contribute more formats)

@tolitius tolitius changed the title Optional :format with potential all String restrictions Optional pluggable ":format" Mar 3, 2016
@tolitius tolitius changed the title Optional pluggable ":format" Pluggable ":format" Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant