- Jun 7, 2023
- 395
- 144
Hey Everyone,
I implemented this Spintax processor for Java, if anyone is interested. I noticed tons of implementations in PHP and Python, but none for java. Moreover, all the implementations of Spintax have some pretty wonky looking code. This one uses recursion and is pretty elegant I think. Feel free to incorporate this into your proejcts, or if you have improvements, you're welcome to make a pull request:
The repository: https://github.com/gbiz123/spintax4j
Cheers!
I implemented this Spintax processor for Java, if anyone is interested. I noticed tons of implementations in PHP and Python, but none for java. Moreover, all the implementations of Spintax have some pretty wonky looking code. This one uses recursion and is pretty elegant I think. Feel free to incorporate this into your proejcts, or if you have improvements, you're welcome to make a pull request:
The repository: https://github.com/gbiz123/spintax4j
Cheers!