ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

671 results

Trace Myers
Coding Speedrun : metaprogramming a ToString() for enums in c++

I got excited by GDQ and I thought it would be fun to do a coding speedrun. This feature automatically adds a ToString() function ...

14:30
Coding Speedrun : metaprogramming a ToString() for enums in c++

196 views

3 weeks ago

Next LVL Programming
How To Do Metaprogramming In Java? - Next LVL Programming

How To Do Metaprogramming In Java? In this informative video, we will explore the fascinating world of metaprogramming in ...

4:01
How To Do Metaprogramming In Java? - Next LVL Programming

32 views

7 months ago

Mike Shah
Template Metaprogramming - Type traits - part 1 of n | Modern Cpp Series Ep. 221

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

17:07
Template Metaprogramming - Type traits - part 1 of n | Modern Cpp Series Ep. 221

2,121 views

7 months ago

Logan McNichols
JSON Parsing in C with metaprogramming

A little example of how to use metaprogramming in C. Source code: https://github.com/loganamcnichols/json_parser JSON ...

5:04
JSON Parsing in C with metaprogramming

3,735 views

3 months ago

mccormix
What's the point of LISP?

The answer to a question on Hacker News about why people like LISP syntax.

5:26
What's the point of LISP?

29,190 views

10 months ago

David Styrbjörn
[Jai] Small Metaprogramming Experiment

Not much, just a small thing you can do with metaprogramming in Jai. This is a very basic example there is much more to expand ...

8:37
[Jai] Small Metaprogramming Experiment

411 views

5 months ago

Arborius
I built a metaprogramming language from scratch

I give an introduction to my programming language Forj. I would love to hear any suggestions you have! Join the discord here: ...

8:31
I built a metaprogramming language from scratch

107 views

6 months ago

Fusion of Knowledge TV
Metaprogramming the Human Biocomputer

Discover the groundbreaking concept of metaprogramming your mind to unlock your full potential! In this video, we explore Dr.

11:11
Metaprogramming the Human Biocomputer

1,645 views

9 months ago

TheTechyShop
C3 vs C: A Cleaner C for 2025?

Description C is the workhorse. C3 tries to tidy the workshop without moving your tools. In this video I compare C and C3 from a ...

10:20
C3 vs C: A Cleaner C for 2025?

12,513 views

2 months ago

Gamedev Engine Room
Unity Metaprogramming: Reflection, Source Generators, IL Weaving

Reflection, Roslyn Source Generators, IL Weaving, and Reflection.Emit are the most popular metaprogramming techniques you ...

11:38
Unity Metaprogramming: Reflection, Source Generators, IL Weaving

520 views

1 month ago

CodeLucky
Kotlin Metaprogramming: Master KSP for Compile-Time Code Generation

Master Kotlin Symbol Processing (KSP) and unlock the power of compile-time code generation! Learn how to automate repetitive ...

8:52
Kotlin Metaprogramming: Master KSP for Compile-Time Code Generation

54 views

3 months ago

ACM SIGPLAN
[POPL'25] A Dependent Type Theory for Meta-programming with Intensional Analysis

A Dependent Type Theory for Meta-programming with Intensional Analysis (Video, POPL 2025) Jason Z. S. Hu and Brigitte ...

19:30
[POPL'25] A Dependent Type Theory for Meta-programming with Intensional Analysis

180 views

8 months ago

ChipTask
Roslyn : Compiler to Platform

Roslyn: Compiler-as-a-Service and SDK Explain the functionality and significance of the .NET Compiler Platform, commonly ...

6:08
Roslyn : Compiler to Platform

201 views

2 months ago

CodeLucky
Ruby Interview Questions 2025: Metaprogramming, OOP & Testing Frameworks Complete Guide

Master Ruby interview questions with this comprehensive guide covering all essential topics! What You'll Learn: ✓ Ruby ...

10:07
Ruby Interview Questions 2025: Metaprogramming, OOP & Testing Frameworks Complete Guide

61 views

4 months ago

Lex Clips
Ruby vs Python: DHH on why Ruby is better | Lex Fridman Podcast Clips

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=vagyIcmIGOQ Thank you for listening ❤ Check out our ...

8:36
Ruby vs Python: DHH on why Ruby is better | Lex Fridman Podcast Clips

23,675 views

6 months ago

cuppajoeman
automating the glue with metaprogramming
19:37
automating the glue with metaprogramming

34 views

5 months ago

Coding Jesus (getcracked.io)
Finally, a decent C++ developer called in.

Defense industry C++14 dev calls in. #1 Non-Leetcode Interview Platform: https://www.getcracked.io (20% off with code ...

17:19
Finally, a decent C++ developer called in.

153,831 views

5 months ago

The Algorithm Alchemist
Rust's Magic: How Code Writes Code

Have you ever felt like programming is just typing the same repetitive boilerplate code over and over again? What if you could ...

6:22
Rust's Magic: How Code Writes Code

168 views

5 months ago

MI4 Metaprogramming in Forth
Omni*Web: Crypto-Metaprogramming (CMP) as alternative to Model-View-Controller; towards Metanarchy

Omni*Web: Crypto-Metaprogramming (CMP) as alternative to Model-View-Controller; towards Metanarchy.

14:13
Omni*Web: Crypto-Metaprogramming (CMP) as alternative to Model-View-Controller; towards Metanarchy

37 views

5 months ago

CodeWithSmitesh
Recursive Template Instantiation in C++ | Template Metaprogramming Explained

Recursive Template Instantiation in C++ | Template Metaprogramming Explained Learn Recursive Template Instantiation in C++!

19:26
Recursive Template Instantiation in C++ | Template Metaprogramming Explained

88 views

11 months ago

ComputerBread
Zig polymorphism (anytype, comptime interfaces, tagged unions)

Hello, this is ComputerBread, back at it again, with a new episode of zig stuff, in the previous video I talked about runtime ...

8:50
Zig polymorphism (anytype, comptime interfaces, tagged unions)

7,456 views

7 months ago

İlker Arslan
Julia Programming | Metaprogramming | 53 Writing Macros

All the codes and resources I use in this course and upcoming courses will be in the following GitHub repo: ...

18:36
Julia Programming | Metaprogramming | 53 Writing Macros

24 views

9 months ago

CppCon
Lightning Talk: Generative C++ - Alon Wolf - CppCon 2024

https://cppcon.org --- Lightning Talk: Generative C++ - Alon Wolf - CppCon 2024 --- Generate C++ classes, reflection meta data, ...

4:11
Lightning Talk: Generative C++ - Alon Wolf - CppCon 2024

4,717 views

9 months ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

110,881 views

9 months ago

The Theory Terminal
Python Metaprogramming Deep Dive In Nepali: Metaclasses & AST in Action

Unlock the power of metaprogramming in Python! In this video, we dive deep into metaclasses and AST (Abstract Syntax Tree) to ...

10:35
Python Metaprogramming Deep Dive In Nepali: Metaclasses & AST in Action

17 views

11 months ago