Haskell, Rust, Lisp(s)... and JavaScript.
https://twitter.com/eugeniyoz
https://www.upwork.com/users/~01d95397aacaef6e88
http://careers.stackoverflow.com/oz
https://www.linkedin.com/in/newmanoz/
If you only use an encrypted connection when you need it, then one can know that, well, you need it.
You have nothing to hide... until you do.
reply
One thing I can't figure though: how do we set default values for internal Struct?
Said default values are mentionned in the documentation (here: <https://slint.dev/releases/1.0.2/docs/slint/src/reference/ty...>).
// ok even if a is missing, it will just have the default value
It's far from "default values in struct declaration". I mean this:
struct X { i:u32 = 5, j:u64 }
If you only use an encrypted connection when you need it, then one can know that, well, you need it.
You have nothing to hide... until you do.
reply