gmitscha 5 days ago

What's EOF?

Edit: nvm found it! No it doesn't, as this is not dealing with EVM at all

1
ted_dunning 4 days ago

I hate to sound sarcastic, but you answered your own question about an opaque acronym with another couple of opaque acronyms. And didn't repeat the answer that you found.

So what's EOF? What's EVM?

I happen to know that nvm probably means never mind, but that is not a given for other readers.

vons 4 days ago

So, EOF is basically an object format for EVM (Ethereum Virtual Machine) bytecode. You can learn more here: https://evmobjectformat.org/. Clean is basically a DSL for writing zero-knowledge-proof circuits, so it is unrelated to the EVM.

ted_dunning 3 days ago

Thanks!