all repos — h3rald @ bce1072c2e6ee2a6c3c411f5e68395468948490c

The sources of https://h3rald.com

#DecemberAdventure
h3rald h3rald@h3rald.com
Thu, 19 Dec 2024 15:59:04 +0100
commit

bce1072c2e6ee2a6c3c411f5e68395468948490c

parent

61c4b55eb10855e08959e4598b2df5876f1ea44e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M contents/articles/december-adventure-2024.mdcontents/articles/december-adventure-2024.md

@@ -666,4 +666,4 @@ ```

The funny thing is that now the resulting bytecode is actually _two bytes longer_, but that's because I am only using one symbol twice, and it's only made up of two letters. _Normally_, there would be savings as far as bytecode size goes! -That was satisfying. I was so happy about all this byte-wrangling that I also implemented a seamless way to support reading and writing binary files using the existing `read`, `write`, and `append` symbols. +That was satisfying. I was so happy about all this byte-wrangling that I also implemented a seamless way to support reading and writing binary files using the existing `read`, `write`, and `append` symbols. Oh, and I extended the `!` symbol to also evaluate an array of integers representing hex bytecode!