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

Actual Julia package to access wiki entries #1

Open
pbouffard opened this issue Jul 15, 2018 · 0 comments
Open

Actual Julia package to access wiki entries #1

pbouffard opened this issue Jul 15, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pbouffard
Copy link
Owner

pbouffard commented Jul 15, 2018

Though the wiki doesn't follow any formal structure, it's structured enough that it would seem relatively easy to implement a Julia package such that you could do something like:

julia> using MatlabToJulia

julia> @matlabtojulia ones

ones Create array of all ones

ones in Julia is basically identical.

^ where the output is pretty-printed Markdown (I think that this is easily done in Julia as the help system uses it (?))

@pbouffard pbouffard added the enhancement New feature or request label Jul 15, 2018
@pbouffard pbouffard self-assigned this Jul 15, 2018
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

1 participant