Quicksort and Traits examples from the webpage don't compile #22
Replies: 2 comments 1 reply
-
Hi, thank you for your interest. Compiler rewritten, here is PR: #23 |
Beta Was this translation helpful? Give feedback.
-
Hello, downloaded the new version, tested a few files, and they compile fine. Didn't fully understand the traits example, probably because I don't really understand the difference between interfaces and traits yet. What I see so far is really interesting. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi, started to look into Jule and wanted to let you know that the quicksort example on the webpage does not compile.
It differs from the quicksort example from the test directory, which compiles just fine.
Suppose the webpage code needs to be updated.
Also, the traits example does not compile either.
There is no error message, but the compiler says: "exit status 1".
(webpage version and test directory version are the same)
Besides that, keep up the good work!
sparky
Beta Was this translation helpful? Give feedback.
All reactions