-
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 …
-
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 expected `LIEK` to perform a deep copy of a BUKKIT type'd variable. It seems like it only copies the reference... which means there can only be one instance of my `SOCIALCONSTRUCT`.
Use Case: S…
-
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?
-
I can't find documentation. It seems to be a complicated language, but there's nothing showing how it works. I couldn't find anything on [the Esolangs wiki](https://esolangs.org/wiki/LOLZ) either.
-
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
* …
-
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…
-
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