Build Your Own Language - Why and How
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the world of domain-specific languages (DSLs) in this 49-minute conference talk from GOTO Amsterdam 2018. Discover why and how to build your own language with Markus Völter, a renowned language engineer. Learn about the motivations behind creating custom languages, the process of language development, and real-world examples of DSLs in action. Gain insights into using the MPS language workbench, building modular extensions, and understanding syntax tree structures and interpreters. Examine other language workbenches and vendors in the field. Delve into valuable lessons learned, including how to make people more precise in their language use and how DSLs relate to agile methodologies and continuous integration. Whether you're developing satellite software, implementing government policies, or creating healthcare apps, this talk offers practical knowledge for leveraging the power of custom languages in your domain.
Syllabus
Intro
Motivation
Fastly Cut
How it works
Examples
Built with MP
Demo
Building a modular extension
Syntax tree structure
Interpreter
Other language workbenches
Language work vendors
Lessons learned
Style
How to make people precise
Legacy systems
How does this relate to agile
Continuous Integration
Wrapup
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube