ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108,558 results

Missing Semester
Lecture 8: Metaprogramming (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/metaprogramming/ Help us ...

49:53
Lecture 8: Metaprogramming (2020)

116,559 views

6 years ago

nextapp devCon
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

Talk: The Lazy (Meta)programmer's Guide to Hilt Extensions Speaker: Fabian Shallari Event: droidcon Berlin 2024 Date: ...

28:17
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

17 views

6 months ago

MUCplusplus
[MUC++] Andrew Sutton - "Metaprogramming in C++" (Virtual)

This talk charts the trajectory of compile-time metaprogramming support in C++, starting with template metaprogramming, through ...

1:30:05
[MUC++] Andrew Sutton - "Metaprogramming in C++" (Virtual)

959 views

5 years ago

FOSDEM
Metaprogramming with Nim

by Peter Munch-Ellingsen At: FOSDEM 2019 https://video.fosdem.org/2019/H.2215/nim_metaprogramming.webm Over the years ...

14:38
Metaprogramming with Nim

6,745 views

6 years ago

NebraskaJS
JavaScript Metaprogramming - Nick Nisi

A talk given at NebraskaJS. For more info on past and future events, see http://nebraskajs.com/

42:28
JavaScript Metaprogramming - Nick Nisi

2,106 views

9 years ago

Rev Jonathan Barlow Gee (benpadiah)
What Is Meta-Programming?

PODcast 018 7 7. What is meta programming? “Meta-programming” is a term coined by Timothy Leary to describe the process of ...

0:59
What Is Meta-Programming?

60 views

1 year ago

nextapp devCon
Meta-programming with K2 compiler plugins - Tadeas Kriz | droidcon San Francisco 2024

Talk: Meta-programming with K2 compiler plugins Speaker: Tadeas Kriz Event: droidcon San Francisco 2024 Date: June ...

41:52
Meta-programming with K2 compiler plugins - Tadeas Kriz | droidcon San Francisco 2024

35 views

7 months ago

Mario Carneiro
TPIL 2025: Lecture 5 - Programming & Metaprogramming

Lecture 4 of TPIL 2025, Chalmers University of Technology.

1:10:56
TPIL 2025: Lecture 5 - Programming & Metaprogramming

117 views

11 months ago

Underscore
Scalapeño 2016: Fun With Types & Scala Metaprogramming (Meir Maor)

In this talk I will discuss some runtime meta-programming tools. Including the compiler toolbox, the Scala interpreter, and some ...

46:04
Scalapeño 2016: Fun With Types & Scala Metaprogramming (Meir Maor)

304 views

9 years ago

CppNow
Sebastian Redl: switchAny: A Practical Exercise in Template Metaprogramming

Have you heard about template metaprogramming? Have you seen how you can use it to calculate factorials at compile time?

1:35:54
Sebastian Redl: switchAny: A Practical Exercise in Template Metaprogramming

389 views

9 years ago

Data Science Learning Community Videos
Advanced R: Metaprogramming intro and big picture (advr10 17)

Martín Venegas leads a discussion of Chapter 17 ("Metaprogramming intro and big picture") from Advanced R by Hadley ...

56:39
Advanced R: Metaprogramming intro and big picture (advr10 17)

149 views

1 month ago

FOSDEM
Async await in Nim A demonstration of the flexibility metaprogramming can bring to a language

by Dominik Picheta At: FOSDEM 2020 https://video.fosdem.org/2020/AW1.125/asyncawaitnim.webm The most basic API for async ...

18:20
Async await in Nim A demonstration of the flexibility metaprogramming can bring to a language

4,130 views

5 years ago

CppNow
Louis Dionne: Metaprogramming for dummies

In most languages, metaprogramming is a powerful tool that allows writing more expressive and more maintainable code.

1:27:21
Louis Dionne: Metaprogramming for dummies

5,674 views

9 years ago

GopherConIndia
Go metaprogramming - GopherConIndia 2015

Talk on "Go metaprogramming" by Beyang Liu Live Blog: https://sourcegraph.com/blog/live/gopherconindia/111554301542 ...

23:45
Go metaprogramming - GopherConIndia 2015

1,529 views

10 years ago

CppNow
Louis Dionne: Metaprogramming for the brave

In this session crafted exclusively for the core audience of C++Now library writers, we will explore creative techniques using ...

1:31:09
Louis Dionne: Metaprogramming for the brave

1,308 views

9 years ago

Montreal Elixir
The Upside Down Dimension of Elixir - An Introduction to Metaprogramming

Open the gate and enter into the Upside Down Dimension of Elixir that is metaprogramming. If you have become frustrated with ...

52:05
The Upside Down Dimension of Elixir - An Introduction to Metaprogramming

3,253 views

5 years ago

Boston Groovy Grails & Spring Meetup
Groovy Compile-time Meta-programming Magic's Biggest Secrets Finally Revealed!

We had some technical difficulties streaming, but I did record the meetup. At the end we devolved more into a discussion about ...

1:50:33
Groovy Compile-time Meta-programming Magic's Biggest Secrets Finally Revealed!

182 views

8 years ago

Cpp Usergroup Dresden
Andreas Reischuck "Faster ►► C++ Meta-Programming"

When we embraced meta programming in our application code we noticed a hit in compile times. This started an ongoing journey ...

1:17:49
Andreas Reischuck "Faster ►► C++ Meta-Programming"

1,039 views

5 years ago

Web Fundamentals
2.7 Web Scripting - Runtime Model - Metaprogramming

How a JavaScript program can process itself. Slides: ...

2:24
2.7 Web Scripting - Runtime Model - Metaprogramming

50 views

10 months ago

Stateless Code
Codecast: Create a RubyGem 66: Overview of Metaprogramming using method_missing

What if I told you that we could write our code in such a way that we could dynamically allow for rolling of any number of dice, ...

25:27
Codecast: Create a RubyGem 66: Overview of Metaprogramming using method_missing

24 views

4 years ago

GR8Conf
Metaprogramming with Groovy

Groovy is a dynamic language that provides different types of metaprogramming techniques. In this talk we'll mainly see runtime ...

45:15
Metaprogramming with Groovy

1,011 views

9 years ago

The ASF
Apache Groovy's Metaprogramming Options and You

Apache Groovy's Metaprogramming Options and You Andres Almiray A presentation from ApacheCon @Home 2020 ...

31:47
Apache Groovy's Metaprogramming Options and You

178 views

5 years ago

Melbourne CocoaHeads
Meta programming with X-Macros - Oliver Jones - Melbourne Cocoaheads March 2013

Oliver Jones explains how to use X-Macros effectively in your applications. March 2013 Slides: ...

31:25
Meta programming with X-Macros - Oliver Jones - Melbourne Cocoaheads March 2013

63 views

6 years ago

Confreaks
RubyConf 2014 - Your Bright Metaprogramming Future: Mistakes You'll Make (and How to Fix Them)

By, Betsy Haibel Ruby's full of nice little metaprogramming tricks. Learning a new one's always the same cycle: 1. scared ...

33:18
RubyConf 2014 - Your Bright Metaprogramming Future: Mistakes You'll Make (and How to Fix Them)

3,173 views

11 years ago

GR8Conf
Metaprogramming With The Groovy Runtime - Part 1 of 2

The dynamic runtime nature of Groovy is one of the things that sets it apart from standard Java and makes it a fantastic language ...

50:51
Metaprogramming With The Groovy Runtime - Part 1 of 2

9,209 views

11 years ago