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

Remove namespace from equations #6

Open
rogerallen opened this issue Jun 13, 2015 · 1 comment
Open

Remove namespace from equations #6

rogerallen opened this issue Jun 13, 2015 · 1 comment

Comments

@rogerallen
Copy link
Owner

It would be nicer if every function was not fully namespace qualified. E.g. change

(clisk.live/vdivide (clisk.live/vfrac (clisk.live/vmin (clisk.live/v+ ...

to

(vdivide (vfrac (vmin (v+ ...

and remember to allow for the older version.

@rogerallen
Copy link
Owner Author

first attempt of (def V+ `v+), etc. did not work. Might just resort to string manipulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant