Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Develop an Interpreter using Go Programming
Rating: 4.6 out of 5(12 ratings)
134 students

Develop an Interpreter using Go Programming

Build an interpreter from scratch
Created byHarish Krishnan
Last updated 10/2023
English

What you'll learn

  • Creating an Interpreter from Scratch
  • Understanding different steps in building an Interpreter
  • Learn to build Interpreter using Go Programming
  • Follow TDD when building Interpreter using Go
  • Create data structures like Arrays & Hash

Course content

6 sections140 lectures14h 29m total length
  • Introduction3:25

    Introduction to developing an interpreter using Go programming

  • Birds eye view on Interpreter4:58

    Birds eye view on what interpreter does

  • Installation2:19

    Installing Go and Visual Studio Code

  • Monkey Programming Language Introduction4:46

    Introduction to Monkey Programming Language

Requirements

  • Experience using Go Programming

Description

Hello everyone welcome to the course Develop an Interpreter using Go Programming.


This course is a comprehensive and practical guide that takes you on a journey of building your own interpreter using the Go programming language. This course is inspired by the great book Writing An Interpreter In Go by Thorsten Ball. All credit to him as well. We will demystify the complex world of interpreters in this course.


The course begins by introducing the fundamental concepts of interpreters and programming languages, making it accessible to both beginners and experienced developers. We will build an interpreter using Go for a custom programming language called Monkey through a hands-on approach.


we will understand key concepts such as lexical analysis, parsing, and evaluating expressions. In the course we will learn how to design and implement a lexer and a recursive descent parser, providing you learners with a solid foundation in language processing techniques.


The course will help developers seeking to deepen their understanding of language implementation. We will use Go as it is simple and easy to use.


During the process of developing an interpreter, we will also learn more advanced topics like closures, first-class functions, and error handling.


By the end of the course, you would have hopefully gained a deep understanding of how interpreters work and the skills to build your own programming language, opening up new possibilities for exploration and creativity in the world of software development.

Who this course is for:

  • Beginner Go Programmers interested to understand how to build an Interpreter