Compilers, Decompilers and Programming Language Design
tibleiz.net·41w
Preview
Report Post

2024-01-04

I’m starting this blog to talk about compilers, decompilers and programming language design. I have accumulated tons of random notes on these topics from my experiments through the years. Lot of them are worthless but few ones may be worth sharing; the good ideas as well as the bad ones.

This is an hobbyist’s blog, I am not an expert in programming language theory, there won’t be any advanced theory here, just simple problems with simple solutions. I’m not a researcher, I may occasionnally cite some papers, the classic ones in the domain, but don’t expect any scientific rigor here.

Programming Language Design

I really love assembly programming:

  • it’s simple,
  • I directly instruct the CPU what to execute,
  • I see the cost in size and time of my code,
  • I have access…

Similar Posts

Loading similar posts...