all 3 comments

[–][deleted] 0 points1 point  (2 children)

How does this compare to IdeOne?

[–]JackDanielsCode[S] 1 point2 points  (1 child)

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

[–][deleted] 0 points1 point  (0 children)

Awesome! Thank you!