Is anyone using Kotlin for purposes other than mob...
# random
t
Is anyone using Kotlin for purposes other than mobile, desktop, or web (backend included)? was just wondering if there are any unusual use cases that people have somehow hacked it to use for 👀
j
I use it for snippets and PoC code where others would have used Python
same 3
❤️ 4
g
I use it for mathematical experiments which is my hobby. (I am also writing my bachelor paper using Kotlin as a language for implementing algorithms from the paper.) I also use it on work where I implement mathematical algorithms or simulators (that are then used usually for desktop or server applications on JVM).
🔥 1
p
Kotlin scripts count? or rather Gradle scripts/plugins
Would love to see an Arduino Kotlin framework 😃
4
👌 1
d
I used it for BigData analysis via Kotlin Notebooks and dataframes and prototyping
❤️ 1
e

https://youtu.be/D0P5Lb-2uCY

p
not sure if it counts as non-standard use or hacking, but: https://github.com/typesafegithub/github-workflows-kt
🔥 1
t
Definitely counts!
d
About hacking, I was surprised to see this, because I did when I was a kid, it was fun to change the memory of a process:

https://youtu.be/lwFNdphmZbE?si=cbySnxWADuFvakJr

👍 1
🔥 1
h
GitHub Actions (via Kotlin/JS) and business process modeling (SAP Integration Suite), theoretically a low code framework but I only use Kotlin/JVM code directly and a custom Kotlin/JVM dsl for the process modeling.