Who cares if it's European sounding, it's still an interesting language that is relatively easy to learn, even for people from non-romance backgrounds.
Hawk
joined 1 year ago
I personally find multiple dispatch far more challenging to use than OOP. I'd reach for Torch over Flux any day.
Although, I really like that the majority of the Flux stack is Julia rather than a collection of Cpp.
If you want something more Unix like and less PowerShell (but absolutely not POSIX), checkout Elvish.
Jetpack compose in Kotlin, Flutter using Dart or Fyne are all pretty easy to get started with.
I couldn't figure this out either
I suppose this instance is more porn centric. However, I would love to see some of these older drug ret Reddit subs come back, like:
- darknet markets
- onions
- trees
- steroids
- steroidsourcetalk
Other than traps and femboys were always quite popular albeit niche.
Simply, the lsp is far less useful. An object might have a dozen methods that act like verbs or some attributes that act as adjectives.
In Julia there is a huge number of functions, that work differently for different types and different combinations of types. So finding the documentation involves finding the right name for a function that does different things for different types, then scrolling down the docs for the the behaviour that corresponds to the specific combination of inputs.
I moved from R/Py to Julia for a while before moving back to Py (and a little bit of Rust).
I love how fast Julia is and the 1-index is fine for me, but I still prefer py for the oop.