hydiomatic icon indicating copy to clipboard operation
hydiomatic copied to clipboard

The Hy Transformer

Results 4 hydiomatic issues
Sort by recently updated
recently updated
newest added

Per [this discussion](https://github.com/hylang/hydiomatic/pull/13#issuecomment-428833370), for some of the new Hy update rules, we will need to add new `import` and `require` statements. The additions will need to be scoped somewhat intelligently...

bug
enhancement

Can the `[pre/post]walk` and fixed-point iterations be performed in miniKanren (e.g. using recursive relations, `conde`/`alwayso`/`anyo`, etc.)? If so, are there any advantages to doing that?

question

As mentioned [here](https://github.com/hylang/hydiomatic/pull/13#issuecomment-426900471), we should probably add source and target versions to the rulesets and command line. This would allow us to safely reinstate the old and new Hy syntax...

bug
enhancement

Given the recent major release of Hy 1.0.0 (Afternoon Review), now seems an opportune moment to resurrect this project and catch it up to the current master in hylang/hy. Subsumes...