Artyom Bologov

Results 539 comments of Artyom Bologov

> However, I have changed > srfi.css to add this: > > vertical-align: top; > }``` > > This makes tables like the one you referenced in SRFI 48 much...

Hello darinsecurity, > BF-ES Brainfuck Enterprise Solutions trademark abbreviation is BES. Please use that to avoid miscommunication. > I think this project is incredibly fun and actually educational to break...

> However, I've encountered an issue with the operating system where the file system functions more as a stack than a file directory. To be precise, the data structure is...

Yes, a good observation. Doesn't mean de-duplication should be optional, though. Emacs just shuffles the duplicate entry back at the top, and that's a pretty intuitive behavior.

> > @Ambrevar, are you maybe aware of de-duplicating data structures from e.g. `containers`, that we can use? > > Not that I know of. > > Curiously I don't...

Fair, I'll come up with test cases :+1:

I'm using my own toolkit, [cl-blc](https://codeberg.org/aartaka/cl-blc), compilable with `make blc` in the project dir only having `sbcl` Lisp installed (see full instructions in the README.) With it, things can be...

> I still cannot get that to work: > > $ ls -l bin/sort1* > -rw-r--r-- 1 tromp staff 389 Nov 21 10:31 bin/sort1.blc > -rw-r--r-- 1 tromp staff 49...

Down to 341 bits thanks to `cons` inlining: ``` 01000100010001000100000101100111110000000000101011111111001011101111010111111011100000101110000000010111100111110000000000101010111111101110011000001100001011011110010111101111101100001011001110000011000010110111110111100001011011000001000010001101000011100110100000010101011011101100000001000001100000000101011110000001100111011110001100010 ``` Compiled from ```lisp (let ((pred (lambda (n f x) (n (lambda (g h) (h (g f))) (lambda (u) x)...

> What does uni imply about the program input? > > I run uni in the default byte mode [1] [2], where input is a list of (length 8) lists...