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

Improve use of P #76

Open
spmallette opened this issue Jun 3, 2016 · 0 comments
Open

Improve use of P #76

spmallette opened this issue Jun 3, 2016 · 0 comments

Comments

@spmallette
Copy link
Contributor

The use of P in could be better. You get ugly stuff like this right now:

(q/where :a (P/eq "b"))

That's just an example, but it shows how you have to use the String "b" rather than :b which would be more consistent with the rest of Ogre. There are similar weird bits with other aspects of P like:

(P/without [1])

where Ogre forces use of [] to denote the collection.

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