-
Notifications
You must be signed in to change notification settings - Fork 7
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
Datamancer works not with nimscript #70
Comments
So there's two things to mention:
For 1), here is the patch I used. Apply it to a local Datamancer version of yours and your nimscript code should run. Maybe I'll merge it one of these days, but at the moment I don't think it's extremely useful.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run the example code from Datamancer's documentation:
As a compiled binary works great. Out of curiosity I tried to run it as a Nimscript but I get the following output:
command:
nim datamancer_intro.nims
output:
Is there a solution or workaround?
It would be nice for Datamancer to work in scripts so when REPL is available for Nim, a tool similar to R/Jupyter Notebooks could be built.
The text was updated successfully, but these errors were encountered: