3 results for "65fca9401934f1119c0ecea21be8f4fd"
>>106637107
Thank you for telling me. These are excellent.

>>106637227
I made a compiler and a virtual machine, both powered by parser combinators. The compiler works flawlessly and I can verify the outputs are always correct. The virtual machine does not. It frequently produces incorrect results, or just silently fails and produces nothing instead of even throwing an exception and I have no idea why. I have been stepping through my code with a debugger for several hours without progress. Initially it was only failing in the pattern matcher (this is a string processing language) but now I have sporadic failures all over the place.

I have an older version of the same language which has everything except the pattern matcher, but it was built with JavaCC so I do not want to release it, due to third-party dependency.
/mrg/ - Maid Research General
Post advanced Mathematics and Computer Science research. Post your favorite papers and books. Post about your own research projects. Post interesting code examples.

>Official Dra/g/on Maid Board Maidposting Guide
Please be polite when posting on the Dra/g/on Maid Board. Be nice to other maids and attach an image of your favorite maid to each post where you do not need the image field for something else (a process traditionally known as maidposting).
>>106295237
A deterministic system can't do something non-deterministic. The best we can do is generate sets of numbers with certain mathematical properties which mimic randomness, or deferring generation to processes humans don't know how to predict yet.