-
https://github.com/danielgrimshaw/Befunge
Projects like these would be a lot easier if there were an openly available API for using the code you've already written and (I'm assuming) gotten to work.
…
-
Right now Ada can actually manipulate the program while riding on the grue, by inscribing new sigils, expunging old ones, or by taking, dropping, or flipping the Free Buls. It would only really apply …
-
Simplest issue is a typo in [for_in_range.md](https://github.com/aaronduino/asciidots/blob/master/docs/libs/for_in_range.md): "firt" should be "first".
At the bottom of each lib doc, there's an URL…
-
Quoting from the section on Strings in the [Funge-98 documentation](https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown#strings):
>In Funge-98 stringmode, spaces are treated "SGML-…
-
これができないと多分Stackの方もお話にならないと思うので
-
I'm a big fan of the freestyle format, but unfortunately it doesn't support input yet. I don't know if you already had something in mind for this, but I was thinking one possible syntax could be `
-
I'm implementing [Befunge-98 in Ruby](https://github.com/Nakilon/befunge98).
The problem is that according to the Lahey-space wrapping the backtracking a long delta is not the same as circling arou…
-
@aturley and @mtve -- assuming you are who I think you are (and if you're not, please let me know) -- hi guys! Would you consider putting your old Befunge-93 example programs into the public domain (…
-
I'm confused by why in [the SPI example component](https://github.com/technicalmachine/fractal-docs/blob/jon-intro/examples/spi.yaml) there are code snippets like `on_begin: enable_spi(self)` and `con…
-
Use `clap` to make `bff` a proper CLI utility.
- extra note: add a `-u` mode to write a Unefunge 98 string to interpret right on the command line, like this:
```
# multiply 2 numbers
bff -u &&*.…