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

[Experiment] New object-oriented grammar for distkv cli #616

Open
jovany-wang opened this issue Mar 16, 2020 · 2 comments
Open

[Experiment] New object-oriented grammar for distkv cli #616

jovany-wang opened this issue Mar 16, 2020 · 2 comments

Comments

@jovany-wang
Copy link
Collaborator

jovany-wang commented Mar 16, 2020

I'd like to propose a new grammar for distkv, and the new grammar looks like a object-oriented command set:

> li = list("v1", "v2", "v3")
> ok
> li.lput("v0")
> ok
> print li
> LIST with 4 items: ["v0", "v1", "v2", "v3"]
@jovany-wang
Copy link
Collaborator Author

@tortuo @kairbon @meijies @senyer

@jovany-wang jovany-wang changed the title [Experiment] New grammar of distkv cli [Experiment] New object-oriented grammar for distkv cli Mar 16, 2020
@kairbon
Copy link
Collaborator

kairbon commented Mar 16, 2020

This grammar looks good and can be used as a new grammar standard. If we have the idea of expanding this project into distributed computing in the future, I think this syntax is very helpful.

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

2 participants