Aos Enkimaru - aka - Angelo Schneider
Aos Enkimaru - aka - Angelo Schneider
> However, one thing is clear. If anyone has any lingering doubts about the wisdom of using unrestricted Unicode identifiers (#948), this is yet another reason why it would be...
> Well my personal taste would be to have a native type for `Char`. It would solve a bunch of problems, but I wounder how costly it could be in...
Small Talk has Strings with only one quote on one side, like this: #iamaSingleWordLitteral. Which is equivalent to 'iamaSingleWordLitteral' (Small Talk uses single quotes for string). So you could type...
I would put argument labels into the method signature. And I would greatly simplify the method declaration, by simply only adding a ":" behind the argument name. Special setters and...
> It is implementation details, and as this it does not solve calling conventions... No, it is a language detail. The original and some follow up proposals make from a...
I cloned from github, and have the project in my Eclipse IDE. BUT: I can not figure how to start it. Three main methods are basically "test methods" for small...
Interesting point of view. As we usually do not really "use" setters, but what other languages call "property access". Aka, we pretend there is no setter and we could write...
This seems not to be in your repository @joshgoebel. Might it be in a branch you have not committed to github yet?
> https://github.com/joshgoebel/wren-console/blob/network/src/module/network.wren > > The stuff I was working on can be found in the branch I pointed to. Thank you :D however, the link I answered to: is either...
Same for relative imports that do not use a dot in front of the imported module: The files: ``` Idunn2:kestrel-devel angelos$ cd relative_import_bug/ Idunn2:relative_import_bug angelos$ ls main.wren to_be_imported.wren Idunn2:relative_import_bug angelos$...