rivondaveforrivondave's blogrivondave.hashnode.netยทApr 16, 2023Interpreter and Compiler in programming explained! (Never forget again)This is a very short article with a detailed explanation of interpreters and compilers What is a programming language? A programming language is a language that enables humans (developers) to communicate with a computer system. So yeah, HTML is not ...Yash K. and 3 others are discussing this4 people are discussing thisDiscussยท41 likesยท34 readsinterpretergreat write up 20
Sadia MukhtarforSadiasadiamukhtar.hashnode.netยทJan 4, 2023Demystifying JAVA's Bytecode.Java had always been known for its security, flexibility and portability. Java changed the way the world looks at the issue of portability and security. A program, when downloaded might contain any virus which may possess a threat to the system. For ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscussยท26 likesยท109 readsbytecode
Jacob BumbunaforBumbunadevbumbuna.hashnode.netยทDec 7, 2022Building an interpreter: A CalculatorTo get a full picture of how a language interpreter works we are going to build a simple arithmetic calculator that employs the same procedures as an interpreter when evaluating arithmetic expressions. C Headers // Jacob Bumbuna <developer@devbumbuna...Discussยท3 likesinterpreter
Pavel Durovforp3ld3v blogdrkimchi.hashnode.netยทApr 21, 2023Writing interpreter in Rust using grmtoolsIntroduction This article overviews the process of writing an interpreter with Rust programming language. We will use the grmtools Rust crate to help with the parsing. We will define tokens of our language and create math addition and multiplication ...DiscussRust
rivondaveforrivondave's blogrivondave.hashnode.netยทApr 16, 2023Interpreter and Compiler in programming explained! (Never forget again)This is a very short article with a detailed explanation of interpreters and compilers What is a programming language? A programming language is a language that enables humans (developers) to communicate with a computer system. So yeah, HTML is not ...Yash K. and 3 others are discussing this4 people are discussing thisDiscussยท41 likesยท34 readsinterpretergreat write up 20
Aris Stepeforarisstepe.hashnode.netยทApr 3, 2023A journey of 603 pages...That feeling of "I have no idea what this is" is exciting for me; It's what led me to pick up Crafting Interpreters by Robert Nystrom. I already have a decent understanding of what an interpreter is, what it does, why we need it, and how it differs f...Discussยท45 readsCrafting My Own Interpreterinterpreter
Kurt SchelfthoutforGet Codegetcode.hashnode.netยทMar 22, 2023Efficient, Extensible, Expressive: Typed Tagless Final Interpreters in RustAn explanation of typed tagless final interpreters by Carette et al, with examples in Rust. The main contribution of this post is to explain what "typed tagless final" means, and show that Rust with generic associated types (GATs) is a good fit for w...DiscussRust
Abhishek MukherjeeforAbhishek Mukherjeeabmukherjee.hashnode.netยทFeb 28, 2023Difference between Compiler and Interpreter.Compiler and Interpreter are two different types of programs used for translating programming code into machine-executable code. Although they perform the same task, they have different approaches and functions. Here's an easy explanation of the diff...Discussยท47 readsJavascript Seriescompiler
Kiran Satya RajforCloudNativeFolks Communitysangambiradar-1649136612601.hashnode.netยทFeb 26, 2023Exploring the Features and Functionality of Traefik YaegiWhy? Well, I want to understand the project, so that I can get involved with it because it seems complex, at least at this point, Yes it does I spent a reasonable amount of time learning Go, but I didn't harness it by building projects and contributi...Discussยท2 likesยท172 reads GopherLabs Go LanguageGood one Satya ๐ 4
Dhawal PandyaforDhawal Codesdhawalpandya01.hashnode.netยทFeb 16, 2023Under the hood - JavaScript's InterpreterHere interpretation must be read as execution directly. You'll see what I mean. JavaScript is a high-level, dynamic, and interpreted programming language that is widely used for developing web applications and other software. Unlike compiled language...Discussยท31 readsinterpreter
Shruti PandeyforShruti Pandey's Blogshrutipandey.hashnode.netยทFeb 12, 2023How are Compiler and Interpreter different?Firstly let's know what is HIGH-LEVEL LANGUAGE and LOW-LEVEL LANGUAGE. In basic terms, High-Level Language is in human understandable form and Low-Level Language is in machine-understandable form. Compiler and Interpreter, both are a type of translat...Discussยท33 readscompiler
Sadia MukhtarforSadiasadiamukhtar.hashnode.netยทJan 4, 2023Demystifying JAVA's Bytecode.Java had always been known for its security, flexibility and portability. Java changed the way the world looks at the issue of portability and security. A program, when downloaded might contain any virus which may possess a threat to the system. For ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscussยท26 likesยท109 readsbytecode
Jacob BumbunaforBumbunadevbumbuna.hashnode.netยทDec 7, 2022Building an interpreter: A CalculatorTo get a full picture of how a language interpreter works we are going to build a simple arithmetic calculator that employs the same procedures as an interpreter when evaluating arithmetic expressions. C Headers // Jacob Bumbuna <developer@devbumbuna...Discussยท3 likesinterpreter