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

Originial function names without "M" at the end #13

Open
aminya opened this issue Nov 26, 2019 · 2 comments
Open

Originial function names without "M" at the end #13

aminya opened this issue Nov 26, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@aminya
Copy link
Member

aminya commented Nov 26, 2019

Add a feature to export functions with their original name if they are not defined in Julia Base

@aminya aminya added the enhancement New feature or request label Nov 26, 2019
@aminya aminya self-assigned this Nov 26, 2019
@longemen3000
Copy link

maybe create an M module that defines the non-M functions (but doesnt export anything) and do something like:

using MatLang.M
M.double(2)

@aminya
Copy link
Member Author

aminya commented Sep 7, 2020

Yeah, that's a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants