huff

/huff113

Huff is an emerging low level assembly language for the Ethereum Virtual Machine

If you've used foundry-huff in the past to build your Huff projects, you may prefer the more minimal huff-runner from @jtriley

Give it a try https://github.com/whitenois3/huff-runner
Bytecode Assembler w/ Low-Level Scheduling (BALLS)

https://github.com/Philogy/balls/tree/main
Fast Fourier Transform implemented in Huff. This was for the 2023 Huffathon where it was a winner. https://github.com/Prabhat1308/Huffathon_23
jtriley on the Art of Huff back at Devconnect Istanbul last year

Huff morning

https://www.youtube.com/watch?v=FxsQE6uJKI0&pp=ygUMaHVmZiBqdHJpbGV5
If you are new to the Huff language, check out this video from OpenZeppelin for the basics! https://www.youtube.com/watch?v=UWY27vL1cw4
And here's the video of his deep dive into METH during the Huffathon back in October.
For this channel's first post, I'll throw it back to when Philogy wrote his initial version of METH, WETH9 in Huff, and wrote this fantastic piece on function dispatchers! https://philogy.github.io/posts/selector-switches/