Hacker News new | past | comments | ask | show | jobs | submit login

The insane things people do in Bash sometimes...although I don't think anything can top the x86 Assembler that was written entirely in Bash:

http://lists.gnu.org/archive/html/bug-bash/2001-02/msg00054....




to call this an assembler is to not give it credit where it's due - this is not an assembler, it's much more than that.

it's a set of functions for bash that when sourced make the assembly a valid bash script which then runs and assembles itself. this is genius.


It's using the shell's own tokenizer to parse asm! That's glorious!

I don't really understand why the code works since I can't read x86 asm yet, but I think how it works is reasonably clear. Each instruction has its own bash function that writes its opcodes to the output file and the asm script to be assembled is (I think) sourced directly into the running shell session.


Neat!


why ....


Click the link, and you're just a few spacebar presses away from answering that question for yourself (it's a few paragraphs down).


> It just continuously cracks me up.

My favourite of the listed reasons.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: