Leverage Cern Root #19
alejandrogallo
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
That's an interesting idea, and bindings would be useful. There's cephes.cl for many statistical functions, but Root seems to cover a lot more. I think a wrapper is possible to build now, but would be 'cutting edge'. The reason is that wrapping C++ has historically been a challenge in Common Lisp. Wrapping C is is easy. There are a couple of systems for wrapping C++ that have been released in the last year that could be used. I suspect something this large will expose some bugs, so whoever does this will have to work with the system authors (of the C++ wrapping systems) to resolve any issues. I hope someone picks this idea up. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have asked myself always why people don't leverage more Root https://root.cern/.
It seems that providing high quality bindings from common lisp would be super useful,
both for statistics, plotting and even for 3d graphics https://root.cern.ch/doc/master/group__opengl.html
Has anyone tried to really consider this?
Beta Was this translation helpful? Give feedback.
All reactions