A repl for Odin? #2237
Replies: 3 comments 3 replies
-
|
No. |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
No. |
Beta Was this translation helpful? Give feedback.
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