Vitaly Banchenko

Results 8 comments of Vitaly Banchenko

Jet is great tool. Thanks! I always use it from emacs to convert my buffers. And I also has struggle in that it does not have yaml. I know that...

50% yaml -> edn and 50% yaml -> json. I can spend some time to try implement this.

Thank you for the fast release !!! Already use the new version 😃

Or simpler ```ceylon class CeylonInputStream(ByteBuffer buffer) extends InputStream() { shared actual Integer read() { try { return buffer.get().unsigned; } catch (BufferUnderflowException e) { return -1; } } } ``` ```ceylon...

I agree with @luolong. 1. Should be allowed `identity` annotation without parameters. 2. `identity` is not good name, it's confusing in terms equality and identity, cos inverse meaning of the...

I am agree with @gavinking , I found `then` a little bit annoying. For very short `if` expressions there are so many words. `value a = if(a % 2 ==...

@ChristopheLs , no no no , in the inverse order so hard to make conclusions on quick look. I used something similar in ruby (example `a = :zero if a...