Fortran has a 2018 release. Assembly is tied to the cpu, so I assume it changes every iteration.
- 0 Posts
- 58 Comments
I have a KVM switch for that.
Writing the requirements is what takes time.
And this is why mercurial is king. It just works.
I put everyone on LMDE
alsimoneau@lemmy.cato
Programmer Humor@programming.dev•I'm new to using Ruby and this tickled me pink
1·8 months agoPython is more system agnostic though.
alsimoneau@lemmy.cato
Linux@lemmy.ml•What are some cool things to put on a 32gb flashdrive?
4·9 months agoVentoy.
Fill it with ISOs
I’m not the only one! Mercurial is so much more intuitive. And it has proper branches!
Clearly you’ve never programmed anything outside of theoretical computer science or heavily enclosed and controlled systems.
That’s a very narrow definition of limited usefulness, and in practice it means your code is overly verbose and inflexible. You get stuck with polymorphism everywhere or you’re explicitly converting data all the time for nothing.
Plus, if you try to process some data from an external source (which you have to if you want to do anything useful) you don’t have any way to test if it’s the right type before execution, so you’re back at the same place that Python is, without the ability to cleanly recover.
You’re spewing nonsense.
There absolutely is a type system in Python. The fact that you have dynamic types doesn’t preclude having also strong types and certainly doesn’t mean you don’t have types at all. Try to do 2+“a” in Python and you’ll get a TypeError. The thing with Python is that values have a type, not variables. Because all variables are essentially pointers.
alsimoneau@lemmy.cato
Programmer Humor@lemmy.ml•The JavaScript type coercion algorithm
41·9 months agoIt’s not. It’s a strongly typed langage.
I don’t see the image and the last paragraph sais nothing about types.
But Python is a strongly typed language. It’s right there in the info box.
Python. Don’t know why you excluded it.
alsimoneau@lemmy.cato
Programmer Humor@programming.dev•there's no escape! brew another cup!
2·9 months agoI switched to TOML for my stuff.
That one is Canadiab Multilingual Standard. Canadian French is different. Both are in common use though.
Canadian French for programming is great. You have everything you need right there. The only downside is no euro symbol. CMS is something else. It has potential but I find the keybinds less intuitive.
Pip is amazing. It does somethings in seconds that take anaconda over an hour to do.


That’s irrelevant is it’s updated frequently.