A repl for Odin? #2237
Inc0n
started this conversation in
Ideas/Requests
Replies: 2 comments 3 replies
-
No. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Okay so, this is terribly hacky and I am embarrassed to share, but I've hacked a Python script that serve as a REPL for simple one-liners: https://github.com/eliasdorneles/dotfiles/blob/master/bin/odinsh.py 😄 What an example session looks like:
It's VERY hacky and generally a terrible idea, but may be occasionally useful to quickly try out some function from the core libraries. No promises about maintaining/improving this, but feel free to copy it and make it your own if you so wish! =) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea: implement a repl for Odin.
References:
https://clang.llvm.org/docs/ClangRepl.html
https://github.com/root-project/cling
Beta Was this translation helpful? Give feedback.
All reactions