M. Mert Yildiran

Results 101 comments of M. Mert Yildiran

@dumblob it's just a syntax proposal at this point. I've no idea how are we going to implement it. Also the current state of `master` far from making parallelism possible....

@lewek I've implemented **return chaining**([see](https://chaos-lang.org/docs/11_decision_making)) in such a way that; you need to return a variable name rather than a mathematical expression or a logical expression. Because of that, your...

@naltun yes, you're right. `inspect will be an important library to unveil the information about the language internal workflow and it will be required to write a debugger and intellisense...

@dumblob it could be, yeah thanks for the clarification. I'll update the issue description.

@lewek it's not implemented yet and when it's implemented, it will be not directly implemented into this repository but rather it will be a function in an official Chaos spell....

@nateupstairs the all Batch files, GitHub workflows and the Batch files in the Chaos C extensions revolved around cmd and Chocolately, not Powershell. So adding support for Scoop seems like...

@apotheon are you on OpenBSD? I don't have a BSD installed machine right now. Have you tried to compile it if so what error did you get? I guess adding...

@apotheon thank you so much for your detailed response. I'll work on the BSD support and converting the Bash scripts into more common shell scripts as soon as I got...

@naltun I've updated the description to ` function is untested!` format. Do you suggest to add another keyword like `unused` to ignore untested function warnings? Like a function decorator: ```ruby...

@locriacyber thank you so much for reporting the issue. Would you like to implement the fix? You just need to look at the places where `\033[` occur. For example in...