-
Notifications
You must be signed in to change notification settings - Fork 14
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
TODO/Help wanted #18
Comments
What about giving the possibility to use Nimscript instead of compiled Nim? Even if still limited it can handle almost all the standard libraries and would be great for people just learning and experimenting Nim, the cells would execute way faster. P.S. I can help with the less programming-intensive part (for sure with the Logo). |
Having nim evaluate the code is an interesting idea, but the main reason I didn't implement that is graphs, as far as I know none of the plotting libraries work in the vm (ok, technically nim-plotly might work), and similarly numerical libraries. Of course, any help is appreciated! And hearing from users is always very helpful to find bugs that just don't appear on my system. |
Hey! Sorry for not getting back to you, thanks for reporting a bug, I'll look into it. |
What about using inim? They are better at interactive stuff already.
It has "hot reload" too. It compiles the imported file again on every REPL loop. |
Hey! Thanks for the comment. Jupyternim and inim work the same under the hood, or at least they did last time I checked. Neither implements hcl as it's still too buggy on the nim side. |
inim's support for directly showing the expression value is buggy. A multiline expression will fail:
|
Some things that would be useful:
Some of these things may be harder than the rest :)
Other PRs are very welcome too!
edited: from hacktoberfest to general todo
The text was updated successfully, but these errors were encountered: