Closed MicoDan closed 5 months ago
There're issues in the way Kin handles errors.... lemme check it 👍
This is the error that you've.
There have been an issue with how Kin handles errors as communicated early, this is fixed for now and those fixes will appear in @kin-lang/kin - v0.3.0
which will be released later this week
This is the error that you've.
In Kin we don't use garura
we use tanga
.
Okay, got it, thank you very much.
I encountered an error "Unhandled: undefined" while implementing the quick sort algorithm in Kin Lang. Here is the code snippet that produces the error:
Error Message: The error occurs on line 2: "Kin Error: Unhandled: undefined".
Context: I am trying to implement merge sort in Kin Lang. The error seems to be related to the array slicing or loop conditions. Any guidance or fixes would be appreciated.