[Libre-soc-dev] Introduction

Jacob Lifshay programmerjake at gmail.com
Thu Sep 9 23:15:06 BST 2021


On Thu, Sep 9, 2021, 14:47 lkcl <luke.leighton at gmail.com> wrote:

> On September 9, 2021 8:11:50 PM UTC, Andrey Miroshnikov <
> andrey at technepisteme.xyz> wrote:
> >Although my degree is in electronic engineering (graduated in 2019),
> >for
> >the last year and a half I've been looking into programming language
> >grammar. It's a fascinating topic, here's a fun learning series where
> >you build a Pascal interpreter in Python:
> >https://ruslanspivak.com/lsbasi-part1/.
>
> nice! like it. very funny, and informative.  i did a pascal compiler 3rd
> year, in modula-2, target machine was a 68,000.
>

Ah, I wrote a QuickBasic to x86 on MS-DOS compiler like 7 years ago, i got
it to run a 3D renderer for drawing molecules, one of the molecules was
caffeine.

I also wrote a full JavaScript compiler for a previous job, it was
optimized for real-time operation (the garbage collector is time-limited,
so each time an allocation is performed it does a little garbage
collection). It also supported generators.

>
Jacob

>


More information about the Libre-soc-dev mailing list