ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

285,109 results

Devoxx
Powerful Metaprogramming Techniques With Groovy by Jeff Brown

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

2:04:09
Powerful Metaprogramming Techniques With Groovy by Jeff Brown

4,345 views

10 years ago

Raw Coding
Meta Programming is King

Meta Programming is still one of the most powerful things that you can learn, especially when it seems like that task will require ...

23:49
Meta Programming is King

6,085 views

2 years ago

Tsoding Daily
Powerful Meta-Programming in C

References: - Previous Episode - Source Code: https://github.com/tsoding/la - Handmade Hero Day 162 - Introduction to Fonts: ...

2:38:40
Powerful Meta-Programming in C

29,601 views

4 years ago

Software Unscripted Podcast
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

Harry Goldstein talks with Richard Feldman about the Lean 4 programming language's compile-time metaprogramming ...

41:19
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

2,097 views

1 month ago

Tsoding Daily
Jai Meta-Programming is WILD

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:01:55 - HTML ...

2:24:25
Jai Meta-Programming is WILD

55,084 views

6 months ago

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,562 views

6 years ago

CppCon
Template Metaprogramming: Practical Application - Jody Hagins - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- This presentation is a tutorial covering multiple metaprogramming ...

1:02:49
Template Metaprogramming: Practical Application - Jody Hagins - CppCon 2021

24,334 views

4 years ago

CppCon
Template Metaprogramming: Type Traits (part 1 of 2) - Jody Hagins - CppCon 2020

PART 2: https://youtu.be/dLZcocFOb5Q https://cppcon.org/ ...

1:00:01
Template Metaprogramming: Type Traits (part 1 of 2) - Jody Hagins - CppCon 2020

71,709 views

5 years ago

Ruby Central
RubyConf 2022: In Defense of Ruby Metaprogramming By Noel Rappin

If you've learned Ruby recently, you've likely been told to avoid using Ruby's metaprogramming features because they are ...

25:29
RubyConf 2022: In Defense of Ruby Metaprogramming By Noel Rappin

2,448 views

3 years ago

NDC Conferences
JavaScript Metaprogramming - Dave Fancher - NDC London 2022

Metadata, data about data, is everywhere. We seem to intrinsically understand that using data to further describe the data within ...

58:26
JavaScript Metaprogramming - Dave Fancher - NDC London 2022

5,411 views

3 years ago

DevGAMM
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

In this talk we you go over practical cases of applying code-generating techniques in production environments you will learn ...

27:24
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

486 views

8 months ago

Dude the Builder
Zig in Depth: Metaprogramming Utilities

NOTE: This series only covers Zig 0.11.0! Help me create more content like this!

21:45
Zig in Depth: Metaprogramming Utilities

3,044 views

2 years ago

Toronto Elixir Meetup
Tyler Pachal - Elixir Metaprogramming

Examining some of the basic usages for metaprogramming in Elixir with an emphasis on demystifying "quote" and "unquote" and ...

30:14
Tyler Pachal - Elixir Metaprogramming

407 views

5 years 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

CppCon
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

https://cppcon.org​ --- Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024 --- Meta-programming is one of the ...

1:03:13
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

16,766 views

10 months ago

CppCon
CppCon 2015: Louis Dionne “C++ Metaprogramming: A Paradigm Shift"

http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:08:11
CppCon 2015: Louis Dionne “C++ Metaprogramming: A Paradigm Shift"

18,124 views

10 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

Func Prog Sweden
Meta programming in Erlang by Max Nordlund

Elixir isn't the only one to have powerful compile time transformations. I'll look at how preprocessing is done in Erlang, what parse ...

39:45
Meta programming in Erlang by Max Nordlund

3,139 views

4 years ago

Scalable Parallel Computing Lab, SPCL @ ETH Zurich
AI-Driven Performance Metaprogramming

Recent advances in artificial intelligence methods show the enormous potential of AI methods. The underlying concepts are ...

44:49
AI-Driven Performance Metaprogramming

596 views

2 years ago

Tech With Tim
Expert Python Tutorial #3 - Metaclasses & How Classes Really Work

In this video I discuss metaclasses and how classes actually work in python. This expert level feature (metaclasses) allows you to ...

20:41
Expert Python Tutorial #3 - Metaclasses & How Classes Really Work

163,648 views

5 years ago

CppCon
From C++ Templates to C++ Concepts - Metaprogramming: an Amazing Journey - Alex Dathskovsky

https://cppcon.org/ --- From C++ Templates to C++ Concepts - The Amazing Journey of Metaprogramming - Alex Dathskovsky ...

53:01
From C++ Templates to C++ Concepts - Metaprogramming: an Amazing Journey - Alex Dathskovsky

45,100 views

3 years ago

Strange Loop Conference
"Nim Nuggets: Systems Programming & Metaprogramming Magic" by Aditya Siram

On the surface Nim (https://nim-lang.org/) is familiar, a fast statically typed highly productive language that looks like Python, but ...

41:55
"Nim Nuggets: Systems Programming & Metaprogramming Magic" by Aditya Siram

20,955 views

4 years ago

Valigo
Advanced Jai metaprogramming

Hitboxer: https://github.com/valignatev/hitboxer Jai on Linux monorepo: https://github.com/valignatev/jai-on-linux/ Join my discord: ...

3:36:00
Advanced Jai metaprogramming

118 views

Streamed 3 months ago

CppCon
CppCon 2015: Fedor Pikus “C++ Metaprogramming: Journey from simple to insanity and back"

http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:05:58
CppCon 2015: Fedor Pikus “C++ Metaprogramming: Journey from simple to insanity and back"

40,964 views

10 years ago

The D Language Foundation
DConf Online 2021 - Metaprogramming in D - Bradley Chatha

D's large array of metaprogramming features can be quite overwhelming, so Bradley has picked out a few usage examples to ...

24:40
DConf Online 2021 - Metaprogramming in D - Bradley Chatha

1,165 views

4 years ago