Refaktor

Results 55 comments of Refaktor

Anyhow, this is a solution in Rye https://github.com/refaktor/rye/blob/main/examples/transit-lang-cmp/main.rye My fried was also inspired by your challenge to do a demo with Scala and ZIO. BTW, he made this somewhat similar...

Looks great! I hope it gets merged.

I've scanned the page and examples. Of course something similar to this is be possible to make. The luax as I saw uses transpiler to generate Lua code (structures) from...

Thank you for the feedback. Good observation. It will get documented in the Meet Rye where we talk about op and pipe words. It's not a bug (but might still...

I will leave this issue open until the behavior is properly documented or changed in other way. Thanks!

Just adding food for thought. I was making an example today. Where I first wanted to multiply by -1 and then add up and this behaviour bit me. ``` {...

Math dialect works quite well and it should be the preferred way to enter any non-trivial math expressions. More info here: https://www.reddit.com/r/ryelang/comments/1bgws3z/ryes_math_dialect/ Currently I found no other evaluation strategy for...

@yhirose thank you for a very quick reply. I understand you development moved to c++. I don't like the idea of adding a cgo dependency right into the core of...

Thanks for your feedback Mr. Fork :). I think your proposal makes sense, and I was always cringing a little when I had to write "Truthy" in documentation or tutorial...

This is getting implemented now. We got a separate Boolean datatype and all / any will only accept false as true false. 0 and empty strings will be truthy in...