Chang

Results 12 issues of Chang

I'm getting `ValueError: invalid literal for int() with base 10:` for strings with non-ascii symbols, e.g Finnish äö. Any thoughts on how to fix? Thanks

There's some really cool features in the Chromecast API, such as [remote display](https://developers.google.com/cast/docs/remote) and [game manager](https://developers.google.com/cast/docs/gaming). Would it be possible to support them on React Native?

feature-request
v4

Currently only pointer types can be declared optional: ```swift var a: int* // non-optional, cannot be null var b: int*? // optional, can be null ``` Extend this feature also...

compiler

- [x] MVP: non-capturing lambda, explicit parameter types, single-expression body (a08e68e0ec8f4fa9861e162a9aeee88ff11c41a0) - [x] implicit parameter types - [x] allow block as body - [ ] allow capturing variables from enclosing...

compiler

To include all language features and more examples Concepts to cover in the Book: - [ ] everything from spec.md - [ ] package manager - [ ] build system

documentation
high priority

To allow one to specify a conversion to an existing class for your own class e.g call StringRef methods on Strings directly

language design
compiler

- [ ] enum member functions - [ ] allow enums to implement interfaces - [ ] allow omitting enum type when it can be inferred

compiler
low priority

Now that the standard library is growing, we really need this. Suggestion: could be e.g ```swift class Foo { // private stuff public: // public stuff protected: // package-only stuff...

compiler

e.g `typedef long long ll`

compiler
low priority

For e.g `std::print` or `std.print`

compiler
low priority