Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
lxmcf199506y@Gregozor2121 Loops are piss easy, if you can work out how to build an if statement and functioning blocks, its the same principle as tying functions to block execution... Buuuuuuut I still can't work out either so loops are scaring me now
-
I can really recommend http://craftinginterpreters.com, before that interpreters and compilers were dark magic to me, now they are a bit less dark magic, but still magic :D
-
lxmcf199506y@YADU Yeah I've noticed that, I'm going to build the same one in multiple simple languages just to get the basics then implement bytecode into each, just drill it into my head essentially
-
lxmcf199506y@YADU I meant Ive noticed how different it can be, Ill stick with just AST until I can build them with my eyes closed then I'll move onto bytecode
Related Rants
-
franga200029These guys were studying for a Java exam...from PRINTED OUT PHONE PICTURES OF CODE ON THEIR SCREENS
-
stov12I had to go help marketing with a website UI issue today: Me: What version of IE are you using? Her: Oh my go...
-
CookieMonster16Train conversation between 3 girls: A: "Oh, I've got 4G.. " B: "What, we have 4G!?" C: "OMG I HATE 4G!" A: "Y...
Started work on a language interpreter and all is going well, until I realise I still need to implement a way of reading and executing code blocks and work out if statements... Ah fuck...
rant
kill me
interpreter