Marcel Garus
Marcel Garus
See #4 for more details. This issue is not an immediate priority for me. If you need this feature, don't hesitate to ping me here.
For a new version of the package, I consider completely overhauling the API of this package. **Fundamental problems of this package** * The mutable class is often not needed, people...
Create packages: ```[tasklist] ### Packages - [ ] stdin/out utilities like a print function - [ ] https://github.com/candy-lang/candy/issues/905 - [ ] logging - [ ] https://github.com/candy-lang/candy/issues/787 - [ ] Markdown...
Ideas: ```[tasklist] ### Tasks - [ ] More efficient argument preparation in function call (so we don't have to push references if the evaluation order doesn't change conceptually) - [...
Closes: #485 ### Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug...
Closes: #630 ### Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug...
In a match, after a pattern, you can have a comma and a match condition. These don't get formatted yet.