-
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…
-
Current version of Rust has many changes from when this was written. Now that the API has largely stabilized, it would be helpful to use it.
-
Take the program
```
_->10a+c
a+c->c
c->Out_a
```
This should randomly remove some `a` atoms before printing the number of `a` atoms and terminating. However, with your optimisations, it rep…
-
I think this project is incredibly fun and actually educational to break down what an operating system is. I am already running OS.BF on a custom-made interpreter for embedded boards. One day, I will …
-
[This is my first issue, sorry if it's really bad]
Should the Quine hole accept error output from language interpreters/compilers as valid output? If it did, then the following would be a valid Qui…
-
Here we collect academic conferences that contribute to the field of algorithmic art: creative coding, generative art, live coding, digital art preservation. Venues that publish regularly on these top…
-
maybe a docker container for each?
-
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…
-
Please take a look at [the list of actual regular expressions](https://github.com/linksplatform/Bot/blob/master/python/config.py#L44) for programming languages.
List of requests:
* [x] Erlang
* …
-
Hi there,
maybe it's a dumb question. Maybe a nice starter. But I kinda feel limited of using forth mostly in the context of writing a forth system from scratch or the obvious "embedded system" usage…
ghost updated
8 years ago