This is a secondary account that sees the most usage. My first account is listed below. The main will have a list of all the accounts that I use.

henfredemars@lemmy.world

Personal website:

https://henfred.me/

  • 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle










  • There’s actually good reasons for this design. It’s easy to write a Scheme interpreter, but it’s hard to write a C compiler that handles everything correctly. Much rather write it in higher level language if possible and Scheme lowers the bar to getting there.

    Then you can write your C compiler in C and close the loop. For your final step, you use the C compiler to compile itself.