A Fast Bytecode VM for Arithmetic: The Compiler
abhinavsarkar.net
A Fast Bytecode VM for Arithmetic: The Compiler
1–6 of 6 posts
Re: A Fast Bytecode VM for Arithmetic: The Compiler
#2The code is here: https://github.com/mech-lang/mech/tree/main/src/core/src/pro...
Re: A Fast Bytecode VM for Arithmetic: The Compiler
#3Re: A Fast Bytecode VM for Arithmetic: The Compiler
#4Super cool! I just happened to write one of these last week, I posted it here if anyone wants to take a look at another implementation: https://github.com/mech-lang/mech/releases/tag/v0.2.58-beta The code is here: https://github.com/mech-lang/mech/tree/main/src/core/src/pro...
This article is yet another reminder I need to learn Haskell (I've been meaning to for a decade), although the code from this article is approachable considering the topic. However, I've just started using Rust for professional projects, so the code you've posted is a bit easier to read, if more verbose, though the concepts are still unfamiliar to me.
I'm assuming this isn't your first go at writing a compiler?
Re: A Fast Bytecode VM for Arithmetic: The Compiler
#5Re: A Fast Bytecode VM for Arithmetic: The Compiler
#6Super cool! I just happened to write one of these last week, I posted it here if anyone wants to take a look at another implementation: https://github.com/mech-lang/mech/releases/tag/v0.2.58-beta The code is here: https://github.com/mech-lang/mech/tree/main/src/core/src/pro...
Cool project! This article is yet another reminder I need to learn Haskell (I've been meaning to for a decade), although the code from this article is approachable considering the topic. However, I've just started using Rust for professional projects, so the code you've posted is a bit easier to read, if more verbose, though the concepts are still unfamiliar to me. I'm assuming this isn't your first go at writing a c…
> I'm assuming this isn't your first go at writing a compiler?
Not quite, the first real language I worked on was called Eve: https://witheve.com