Similar Posts
CSS, multiple transitions?
ByOpber34
Hello, if I have a button for which I want to change the opacity in the "Hover" pseudo-class in a 2ms transition, how can I change the opacity of the "Active" pseudo-class in a different transition time? If I write "transition: opacity 2ms", this will apply to both "hover" and "active", but I want different…
What kind of clients pay the 80-120 EUR for IT freelancers?
They are paid 80-120 EUR for 2-week projects or only by the hour. Somehow I find it difficult to reconcile the amounts that come out with what most (private) people can/want to spend on websites, for example. What kind of client can pay 700 EUR daily rates or more, and for how long, for projects?…
Java 2D game custom draw method?
Hello, my question is, what are the advantages/disadvantages of having a "custom" draw method in my 2D Java game…instead of simply overriding the paintComponent…because I have a drawToTempScreen method (which calls all the draw methods from the other classes) and a drawToScreen method that actually draws the content into the window (this was explained in…
Program updated values for items?
Hey, I wanted to ask how one would roughly program a system, like Geizhals, where you have a product and the prices and maybe even the availability automatically change? Thanks
Menu/Title screen in Java?
Hello, I'd like to know the best way to create a menu/title screen in my Java game. Is it better to use two separate JFrames for the menu and game, or is it better to handle everything in one JFrame using the game state?
The original goal of Brainfuck was to develop a full Turing language with the smallest possible interpreter. However, you already need a bit of brainpainting to make meaningful programs with the programming language. So things like If-Else are challenging in brainfuck. Especially if you don’t want to set the respective variable to 0 to get out of the If again. Or arrays are made quite different in brainfuck than in “normal” programming languages.
There are also some other “esoteric” programming languages. For example. Brain flakes I found it funny or Mornington Crescent.
For fun.
You can also invent one yourself if you like.
Esoteric programming languages, including brainfuck, are not intended for practical use but to implement unusual language concepts to try out new ideas or to show unusual possibilities such as extreme simplification or extremely incomprehensible syntax.
The goal of Brainfuck was to design a simple Turing-complete language that can be translated with a compiler as small as possible.
https://de.wikipedia.org/wiki/Brainfuck#General
As a demonstration, how easy a language concept can be to a language, which is nevertheless complete with a turing. Little comfortable for the programmer, very close to the machine.
to show what you can do…