Minikotlin
minikotlin.run
Minikotlin
1–10 of 42 posts
Re: Minikotlin
#2Re: Minikotlin
#3Re: Minikotlin
#4Is the expectation that people write kotlin in their browser? How do people work this into their development workflow? Is this just a neat demo?
Re: Minikotlin
#5This is very cool! Slightly off-topic though, I miss technical people writing in their own voice about the awesome things they've built.
Re: Minikotlin
#6Re: Minikotlin
#7- repo: https://github.com/modulovalue/dart-live
- demo: https://modulovalue.com/dart-live/
It's on my todo list to support compiling dart code through the wasm bundle to wasm directly. Right now it's running the dart arm simulator on the web because it supports hot reload.
I'm wondering if there are any cool use-cases that motivate having the compiler itself run in wasm. I did it mostly for fun and besides building tooling for compiler developers themselves or IDEs, I can't come up with much.
There was one guy that wanted a sandboxed environment for agents as he couldn't find anything else. A few other people used the dart live project to build playgrounds for their own packages.
Who's the target audience for minikotlin? I'm just curious.
In any case, cool project, thanks for sharing!
Re: Minikotlin
#8Visibly claude produced website. No link to code. Is the expectation that people write kotlin in their browser? How do people work this into their development workflow? Is this just a neat demo?
Re: Minikotlin
#9This is very cool! Slightly off-topic though, I miss technical people writing in their own voice about the awesome things they've built.
Chances are they aren't a technical person and didn't build it, so wouldn't have anything interesting to say anyways. Web compilers are dime-a-dozen and LLMs can easily produce them with no active guidance. Very much in the training data[1]. This looks like just another person posting something they spent all of two minutes prompting. [1] https://github.com/JetBrains/kotlin-playground
Re: Minikotlin
#10The official Kotlin playground uses WASM, for example (JVM drop down-> choose "WASM")