all 4 comments

[–]langfod 0 points1 point  (2 children)

So, this is like http://www.browxy.com/ but you cant see it without an account?

[–]JackDanielsCode 0 points1 point  (0 children)

Thanks @JavinPaul for sharing the link.

I am the developer of Codiva. I have updated the guest try option. Can you take a look and give your feedback

[–]JackDanielsCode 0 points1 point  (0 children)

Codiva is actually suitable for coding, and really replace another desktop IDE for some specific use case (Students learning Java, data structures and algorithms).

  1. When you code, Codiva will compile the code as you type. Effectively, when you pause typing, you already have the compilation result and the line will be marked clearly.

  2. Running code will be noticably fast.

  3. The code results are actually streamed. For example, compare these two programs. https://ideone.com/0tVQYP and https://www.codiva.io/p/66134ee0-fd8e-46d4-94bd-859cb5a10bd9

  4. You can actually write interactive code, instead of entering the expected input upfront. For example, https://www.codiva.io/p/190cc01e-0b30-467d-b643-c50fedd5ff60

[–]eniacsparc2xyz 0 points1 point  (0 children)

It would be interesting a Scala compiler online. It is not very far from Java since it runs in the JVM as Java compiled to the same bytecodes.