rdebath
rdebath
This is a much larger piece of BF, however, it is expressly designed so that it's as easy as possible for a BF translator to convert. As such a translator...
It is expected that this `bf` code will print the string `Hello World!`, Esotope-bfc mis-identifies a loop that it should be able to recognise as a comment loop instead generating...
The below code is completely defined from the initial `[-]` instructions and prints a simple piece of text. Esotope-bfc generates weird, incorrect and probably uncompilable code. ``` bf >[-]++++++++++++.-[---]+++++[< ---->-]+++++[-]+----.+++++[-...
This translation from BF should print "Hello World!" ``` pf*gasp*b*gasp*tbl*gasp**pomf*bpf*gasp*bpfpfpfb*gasp*pfpfpfpfpfpfpfpfpfpfpfb*pomf**gasp*b*pomf*bl*gasp*t*pomf*bbl*pomf**pomf*pfpfpfpfpfpfpfpfpfpft*pomf*bbbbbbblblblbl!ttpfpfpf!tbl!!pfpfpf!tbl!bbb!tt!pfpfpf!blblblblblbl!bbl!ttpf!t! ``` This implmentation does print "Hello World!" as does [Lunar Fire](http://newlunarfire.github.io/brainpuff/) ``` ruby #!/usr/bin/ruby h = { 'b' => 'p+=1;',...
**Describe the issue** On a windows 11 machine (23H2, 22631.3007) with Applocker enabled in Audit mode. First command for a given powershell session takes a long time to start, 43...
**Describe the issue** The `-before` option is ignored and we get the most recent version, not Sunday's. **Scripts used to create container and cause the issue** ``` $LastWeekEnd = [DateTime]::Today.AddDays(-[datetime]::Today.DayOfWeek)...
See. http://esolangs.org/wiki/Fuckfuck
Pwsh corrupts PATH environment variable, breaking nested invocations on everything that isn't x86-64
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
**Describe the issue** The variable is the location that an addition copy of DotNET may be download to if the installed version is "not usable", currently always created below the...
The makefile has EXTRA_CFLAGS for flags to add to the C compile but `EXTRA_CFLAGS=-m32` or -m64 etc fails because it's not applied to the link phase too.