Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
11–20 of 27 posts
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#12Earlier quoted context omitted.
If they have a trademark they don't defend, they can lose it.
The word "micron" is a common unit of measurement (μm). The trademark Micron™ only applies to microelectronic hardware, I suppose.
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#13Micron seems like a bad naming choice...maybe it predates the manufacturer?
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#14Earlier quoted context omitted.
They surely have better things to do than worry about what I call my programming language.
If they have a trademark they don't defend, they can lose it.
Or worse, you just relied on a vague memory that other people said the reason they have to do something reprehensible was because it's legally required, and even though you've heard that bullshit from a dozen US politicians in the last week and know it's bullshit you thought they must be correct.
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#15Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#16Earlier quoted context omitted.
If they have a trademark they don't defend, they can lose it.
No. This is a common misconception. I know, you asked an LLM and it said you were very right and it cited a bunch of legal cases which prove you correct. You didn't check any of those citations, because they looked right, because it's an LLM and generating plausible nonsense is exactly what it's good at. Or worse, you just relied on a vague memory that other people said the reason they have to do something reprehensi…
Nowadays it can indeed be difficult to avoid getting taken in by LLM bullshit even if you don't ask an LLM yourself, but it is still possible.
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#17Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#18I'd be more interested in the results, relative to the languages from the main repository.
Or here: https://github.com/rochus-keller/Oberon/blob/master/testcase...
The main repository only recently added a C++ implementation, but it was significantly slower than mine when I check last time (see https://github.com/smarr/are-we-fast-yet/issues/80).
I mostly use the benchmarks to check how my compilers do compared to the big ones, or how the technologies I'm interested in evolve.
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#19I'd like to hear more about the Oberon languages and compilers used.
Re: Are-we-fast-yet implementations in Oberon, C++, C, Pascal, Micron and Luon
#20I'd be more interested in the results, relative to the languages from the main repository.