Didn’t you go into Turing machines and the Halting problem from that?
That was my intro into computation: regex, automatas, state machines, stack state machines, formal languages, grammars, Turing machines, Hanting Problem, P NP.
Didn’t you go into Turing machines and the Halting problem from that?
That was my intro into computation: regex, automatas, state machines, stack state machines, formal languages, grammars, Turing machines, Hanting Problem, P NP.
Python for excel, grafana for Bi?
I guess depends of your use case.
Children are people
Python in the browsers seems like the only outcome worst than JavaScript in the browser.
It sends shivers down my spine.
At least half of those are patched Firefoxes, without telemetry and improved privacy.
Brave, Vivaldi, Edge etc are way more different from chromium than any of those from Firefox.
The thing is Firefox components are more tightly coupled. blink and v8 are easier to wrap in your own browser than gecko and SpiderMonkey.
Mozilla has been refactoring for ages improving the modularity of Firefox, but it may be already to late.
Firefox architecture makes remarkably difficult to spin a browser based in its rendering engine.
I can forgive the JavaScript think taking into account the specification was made in 3 days and that the suits made “looking like Java” a requirement.
Everything else is true.
I know it’s a joke, but it’s an old one and it doesn’t make a lot of sense in this day and age.
Why are you comparing null to numbers? Shouldn’t you be assuring your values are valid first? Why are you using the “cast everything to the type you see fit and compare” operator?
Other languages would simply fail. Once more JavaScript greatest sin is not throwing an exception when you ask it to do things that don’t make sense.
A tree can be seen as a formal language. Look into L-systems.
If you generalize what a symbol is (the rgb value of a pixel) you can write a grammar that ends producing a list of pixels. You can then place it in a 2d matrix and you have an image.
I guess a better approach would be wave function colapse, but seems to me like it could be formally described as a grammar (CS or CF, dunno, would have to look into it)