[New Language] Java
Hi,
I first wanted to say that I really like the ccxt library and used it in some of my projects. I wish I could use it in Java. Now I'm thinking about writing the ccxt library in Java but I thought maybe it's possible to transpile to java.
Any thoughts on this, how can I start with this? I would be happily provide a PR for this.
Greetings
I also look at knowm/XChange, but it's only support Sport not Futures trading
GitHub https://github.com › knowm › XChange XChange is a Java library
Hello @lythanh24,
Thanks for showing interest in contributing to CCXT.
Adding Java will be very similar to C#: https://github.com/ccxt/ccxt/pull/17650
Basically we need to do:
- Add the Java support to the ast-transpiler (https://github.com/ccxt/ast-transpiler)
- implement the language-specific methods
- implement the transpiler helpers
What is the current status of the progress regarding the addition of the Java programming language?
Would be also very interested in it :)
+1
+1
+1
+1
@dahuether @PatrickHuetter @AGDO89 @dman-sol @metaruslan
Stay tuned, we will have an update in a few months!
Just saw that there is already a pull request. Something is going on :) #27071