Optics. That's the true name of the evil overlord.
Government cares about "looking" like they are doing the right thing. Because they want to get public support.
Then there is corruption. But I will say that's a secondary issue. Anyways, I am pretty sure once govt changes were I am from, former politicians will find a job easily in pharma. Again this is secondary and will always happen.
I never said PRN is simpler.
It is just as hard as infix.
I do not like PNR any better or worse. It takes me about 5 minutes to switch from lisps to others and back. I just put the parens in the wrong place a couple of times and I am done.
Paredit + PNR makes editing slightly more comfy, but that's it. They are the same thing.
I ate two bananas before my motorcycle test for their placebo effects to calm nerves. Cool as a cucumber I passed without a jitter on the throttle. It's anect-data-l. I know.
A) I would say lisps are rather boring. Clojure, one of the most recent ones hasn't changed in 15 years.
B) most systems are built in C, Java, Python. So no wonder most complex systems are written in those.
Efficiency is rewarded by consumer buying (voting with money) efficiently produced products.
It's not some abstract evil ideal that drives the market. It's people doing purchases.
Now, good markets need good (perfect to be precise) information. If people knew this is where we would end up (say most production moved to Asia), would they have made different choices (say to preserve manufacturing in US EU with better worker conditions)?
I would argue our economic system is just fine. But we fail in political, educational and ethical issues. Especially ethical, people know about horrible conditions in sweatshops, still there are massive queues to shop at low cost brands. I feel clothing as the most egregious, because there are decent alternative choices.
There is very little spec logic. It looks a lot like type declarations in typed languages.
It's usually outside the scope of functions, since you are likely going to want to reuse those declarations. For example, you can use spec to generate test cases for something like quick-check.
You can add pre and post conditions to clojure function's metadata that test wether the spec complies with the function's input/output.
As far as I understand, and I don't understand much. Also I am not endorsing vanden Bossche because I don't understand much. Furthermore, just as everyone else, he is just trying to sell his vaccine over others'.
The issue is selective pressure. Yes, the virus will mutate. But under an mRNA vaccine, only the spike protein needs to mutate for the vaccine to be render useless. In other words: mutating the spike protein will give the virus access to very broad unimmunized population.
Up to that it makes perfect sense to me and my limited evolutionary knowledge. I can't tell wether is right or wrong. But it makes sense.
He goes further saying that antibodies from vaccines are more affine to the virus, even with mutated spike protein, this compromises the natural immune system, given it will try to fight off infection with useless vaccine-learnt antibodies rather than with natural antibodies. This will make the virus more deadly.
This seems off to me. I can't see the logic, but I will be happy to be corrected. How can something be ignored by the virus and be more affine to it?
Again, he says that all these issues are solved with his vaccine, once he finishes it.
I worked through this book and I think is a fine way to get your feet wet with C.
When I learn a new language, I like learning something else in the way, because language learning tends to be samey once you have gone through a couple.
This book was right up my alley, cause you get a sense of language design and the very basics of C.
After reading the book I managed to write some cli programs in C, modifying someone else's code.
The main caveat about the book: It Is an introduction in both it's topics. I know the bare minimum of C and I could not design a language. Yes, the lisp you build... Well I would not use for anything.
But is well written and it has exercises, and I believe exercises is how you learn.