That 300 char class name should tell anyone it is Java :')
- 0 Posts
- 11 Comments
Gebruikersnaam@lemmy.mlto Linux@programming.dev•AMD's Newest Open-Source Surprise: "Peano" - An LLVM Compiler For Ryzen AI NPUs2·1 year agoMy only gripe is that they post everything, so you need something like Lemmy to filter their posts. No way this ends up on my rss feed list, but really happy they exist.
Was really surprised by this too, because iirc Python 2 did not do this.
No, type hints are not enforced.
It is but if you start with a float you get a float back.
Yes, it has no implicit conversions like JS or R. It does, however, allow you to not specify the type of a variable and even change it without complaining. Even if you add types these are only hints that won’t generate errors unless you use external type checking (e.g. mypy).
Python is strongly typed, but it is also dynamically typed.
Gebruikersnaam@lemmy.mlto Open Source@lemmy.ml•What if we made an alternative to everything on Android?2·2 years agoAhh I was kinda fearing that but had no idea how that would wotk, thanks!
Gebruikersnaam@lemmy.mlto Open Source@lemmy.ml•What if we made an alternative to everything on Android?1·2 years agoIs it something that can never work or something that is not yet implemented?
Wayland is a replacement for the X11 window system protocol and architecture with the aim to be easier to develop, extend, and maintain.
Wayland is the language (protocol) that applications can use to talk to a display server in order to make themselves visible and get input from the user (a person). A Wayland server is called a “compositor”. Applications are Wayland clients.
Love this keyboard! My only gripe is that it crashes whatsapp sometimes, but that also makes me use that app less so win-win I guess.