Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Allow recursive functions #83

Open
asm0dey opened this issue May 22, 2024 · 2 comments
Open

[Bug] Allow recursive functions #83

asm0dey opened this issue May 22, 2024 · 2 comments
Labels
compiler enhancement New feature or request

Comments

@asm0dey
Copy link

asm0dey commented May 22, 2024

Currently if I make a recursive call, it fails: the function is not visible from inside itself. Some recursive call are hard to translate to loops, which makes it harder to write a code.

@Ph0enixKM
Copy link
Member

It can be fairly easy to implement. Not an important feature for now but it's good to keep this idea in mind

@asm0dey
Copy link
Author

asm0dey commented May 24, 2024

It would be really nice to have to, for example, traverse a directory tree, looking for files matching certain criteria

@github-project-automation github-project-automation bot moved this to 📋 Todo in Amber Project May 25, 2024
@Ph0enixKM Ph0enixKM changed the title Allow recursive functions 🐞 Allow recursive functions May 25, 2024
@b1ek b1ek added the enhancement New feature or request label May 26, 2024
@b1ek b1ek added this to the Stable release milestone May 29, 2024
@Mte90 Mte90 added the compiler label Jul 19, 2024
@Ph0enixKM Ph0enixKM changed the title 🐞 Allow recursive functions [Bug] Allow recursive functions Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants