refaktor / rye

homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
406 stars 21 forks source link

Feature/function support #308

Closed yumaikas closed 4 weeks ago

refaktor commented 1 month ago

Hi, great! ... can you put the to-eyr back. I just recently started experimenting with compiling Rye to Eyr which is this code (still work in progress) and I don't want it removed :)

refaktor commented 1 month ago

For golangci-lint check to pass you can run bin/golangci-lint run and fix what it reports (some unreachable return).

yumaikas commented 1 month ago

Hi, great! ... can you put the to-eyr back. I just recently started experimenting with compiling Rye to Eyr which is this code (still work in progress) and I don't want it removed :)

How do you feel about moving it to it's own file for the time being, since an interpreter can look rather different from a compiler? If not, I can add it back, just thinking about keep from stepping on each other's toes

refaktor commented 1 month ago

Yes, good idea. Will you move it to it's own file of should I?

yumaikas commented 1 month ago

I can do the movement later today