-
While I was trying to investigate some issues with `fgets` implementation, I've noticed that the source of the issue is EOF definition itself.
```c
int c = getchar();
if (c < 0) {
printf("%x\n…
-
Hello,
While trying to use esolang/m4, I issued the following command:
```console
❯ docker run --rm -it esolang/m4 m4 --help
Usage: /bin/m4 [-d]
```
Looking at the [m4 operation modes descr…
-
While I'm raising issues about the examples, this is something that really frustrated me when I first started learning Befunge. When you try and run these examples, a significant percentage of them do…
-
Hey, after you pinged me at https://github.com/cwesson/funge-plus-plus/issues/1 I took a look at https://github.com/tjol/rfunge/wiki/Undefined-behaviour-and-known-bugs out of curiosity and had a few t…
-
Full disclosure: I already tweeted [this bash one-liner](https://twitter.com/catseye_tc/status/584113700958797824) which generates 30 single-stanza poems. Or 1 poem with 30 stanzas. Or something. A…
-
I'm reading your personal web site and seeing all your endeavours with languages and I like your attitude you expressed e.g. in [Why didn't you use an existing game engine?](https://github.com/zestere…
-
I suggest asciidots as another esolang
-
In the Chef notes, you note that you cannot determine a correct verb plural. However, in the [spec](https://www.dangermouse.net/esoteric/chef.html), it states that the correct plural is always the ver…
-
1. lets use rdf/turtle and allow for inference steps so we can expect more from the reader
2. very good, so lets use shorter prefixes and be terse. lets first start by quoting the poem and then usi…
-
using MacBook, btw
```
bussin % cd bussin-esolang
bussin-esolang % npm run bussin ../helloworld.bsx
> bussin
> npx ts-node src/main.ts ../helloworld.bsx
/Users/[user]/.npm/_npx/1bf7c3c15bf4…