But I do not want give up concerning fraud, I just do not see how a common licence will protect me more. And due to the nature of my project, I am not worried about people using code of mine, but repackaging and selling the whole thing as theirs and maybe even legally doing so, if I make a mistake there.
The ISC license is a simplification of the MIT/BSD licenses made possible by the universal adoption of the Berne Convention. Anyone who isn't doing GPL should choose the ISC license. There's also Apache 2.0 if you want to want to support FAANG in their efforts to weaken software patent holders.
What is your project? If it's possible for people to "steal" the whole thing and sell it then why do you intend to put it into the public domain? The open source code I write has less than zero economic value. If someone ever found a way to sell my work I'd be thrilled because then I could copy their tactic and convince their customers to become my customers.
Like Blockly? Have you considered offering it as an online service? Then you don't need to publish the code and at all and there's no problem.
With public domain, the public owns it. So even though it would be kind of slimy, they would be well within their rights to claim ownership over your work, because you gave it to them. The fact that you feel this way, would make me not believe a public domain accreditation coming from you btw. In fact, maybe it isn't slimy at all. Consider classical musicians. They own their performances of Mozart. If someone takes what you've built and pull through on the execution to turn it into a profitable product, then they're basically doing the same thing. They earned the income.
So the biggest concern with using someone's work, on the path to success, is making sure that it's being used in accordance with their intentions. Since otherwise the moment you start pulling in money those people will turn around and sue or generate bad press or gossip. Licenses protect your users rights. That's why you need one. Since otherwise no one's going to use your work.
I didn't say anything about compiling. What do you hope to gain by publishing the code? I'm assuming you've written GUI code? GUI code usually isn't a work of art.
Terry Davis was an idealist. He created a public domain operating system and it earned him the reward of becoming a homeless man who was killed at a railway crossing. His work can't make the world a better place anymore because he's not here to work on it.
What is your language doing for executables? I've been intending to offer an IDE of some sort for Actually Portable Executable for some time.
Well, "making the world a better place" is surely subjective. The taliban and the nazis want to make the world "better", too. And Terry Davis was a racist theocratist and had serious mental issues, so I think this is what lead to his sad ending, not that he choose the public domain for templeOS. And I think my ideals are more align to what is commonly accepted as "good".
And more details about my project I will share, once it is released. I just have to make up my mind about the licence and do a screencast.
But I do not want give up concerning fraud, I just do not see how a common licence will protect me more. And due to the nature of my project, I am not worried about people using code of mine, but repackaging and selling the whole thing as theirs and maybe even legally doing so, if I make a mistake there.