Refaktor

Results 55 comments of Refaktor

Rye so far doesn't have `find` like Rebol has it. I think in Rebol there was `found?` so in this manner your block would be something like. ``` all {...

Your issue triggered me thinking about this, and with Rye goal is to be flexible with language composition but strict / exact with data / state. So your feedback made...

> Certainly it seems that everyone who ponders Rebol-adjacent designs sees different things worth preserving, > or okay to sacrifice. I think forcing injection of a call to convert boolean...

Those pages were there more to try to figure out what date / time functions make the most sense. I now have to unify them, since there is some nanosecond...

@michaeldesu This and related datetime functions are coming with a bigger update and code re-org and documentation today. I am still working on details for documentation.

This will be part of big v0.0.90 update discussed on out reddit.

These fixes were part of v0.0.80. It will be described in function reference. With this I'm closing the issue. Thanks! ![Image](https://github.com/user-attachments/assets/b39c40ba-5fab-43bc-be41-0a6e8fd519e0)

Hm ... it currently uses a proof of concept level, more spaghetti style bash script and rye script in utils/ to generate the executable. It's similar for generation of android...

Frankly, I haven't taken the time to figure out how defer works internally in Go and if we could use that or "simulate" on our own side. I will check...

First version of defer is comming with next big update v0.0.90.