#metaprogramming نتائج البحث

لا توجد نتائج لـ "#metaprogramming"
لا توجد نتائج لـ "#metaprogramming"
لا توجد نتائج لـ "#metaprogramming"

#c #metaprogramming An attempt at metaprogramming in C using `_Generic` and `typeof`. I managed to successfully do some work with function "signatures." Otherwise, it was just a bit of fun. gist.github.com/ttldtor/759be9…

ttldtor's tweet image. #c #metaprogramming
An attempt at metaprogramming in C using `_Generic` and `typeof`.
I managed to successfully do some work with function "signatures." Otherwise, it was just a bit of fun.

gist.github.com/ttldtor/759be9…
ttldtor's tweet image. #c #metaprogramming
An attempt at metaprogramming in C using `_Generic` and `typeof`.
I managed to successfully do some work with function "signatures." Otherwise, it was just a bit of fun.

gist.github.com/ttldtor/759be9…
ttldtor's tweet image. #c #metaprogramming
An attempt at metaprogramming in C using `_Generic` and `typeof`.
I managed to successfully do some work with function "signatures." Otherwise, it was just a bit of fun.

gist.github.com/ttldtor/759be9…

Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025 #MetaProgramming #Java #JConf #JConfGt2025

guatejug's tweet image. Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025

#MetaProgramming #Java #JConf #JConfGt2025
guatejug's tweet image. Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025

#MetaProgramming #Java #JConf #JConfGt2025

Building a quad tree for #MuckyVision sprite collisions got me thinking on pros/cons of #metaprogramming (minimal example below). Pros: succinct code, tree builds at compile time. Cons: Bloated executable, some runtime delay (copying tree to heap?). Maybe 'can'≠'should'?🤔

MuckyTaters's tweet image. Building a quad tree for #MuckyVision sprite collisions got me thinking on pros/cons of #metaprogramming (minimal example below). Pros: succinct code, tree builds at compile time. Cons: Bloated executable, some runtime delay (copying tree to heap?). Maybe 'can'≠'should'?🤔

Programs that write programs? Welcome to the fascinating world of metaprogramming. #FutureOfCode #Metaprogramming #CodeNerd

_codebeans's tweet image. Programs that write programs? 
Welcome to the fascinating world of metaprogramming. 

#FutureOfCode #Metaprogramming #CodeNerd

Scala superpower unlocked: Spec-first APIs *without* a separate codegen pass. ⚡Just Import 'N' Go!⚡ Typesafe and IDE assisted. Pictured is my prototype for OpenAPI, but can be done for GraphQL, Smithy, Protobuf/gRPC, Avro, ... #Scala #Metaprogramming #OpenAPI

tomas_mikula's tweet image. Scala superpower unlocked:

Spec-first APIs *without* a separate codegen pass.

⚡Just Import 'N' Go!⚡

Typesafe and IDE assisted.

Pictured is my prototype for OpenAPI, but can be done for GraphQL, Smithy, Protobuf/gRPC, Avro, ...

#Scala #Metaprogramming #OpenAPI
tomas_mikula's tweet image. Scala superpower unlocked:

Spec-first APIs *without* a separate codegen pass.

⚡Just Import 'N' Go!⚡

Typesafe and IDE assisted.

Pictured is my prototype for OpenAPI, but can be done for GraphQL, Smithy, Protobuf/gRPC, Avro, ...

#Scala #Metaprogramming #OpenAPI
tomas_mikula's tweet image. Scala superpower unlocked:

Spec-first APIs *without* a separate codegen pass.

⚡Just Import 'N' Go!⚡

Typesafe and IDE assisted.

Pictured is my prototype for OpenAPI, but can be done for GraphQL, Smithy, Protobuf/gRPC, Avro, ...

#Scala #Metaprogramming #OpenAPI
tomas_mikula's tweet image. Scala superpower unlocked:

Spec-first APIs *without* a separate codegen pass.

⚡Just Import 'N' Go!⚡

Typesafe and IDE assisted.

Pictured is my prototype for OpenAPI, but can be done for GraphQL, Smithy, Protobuf/gRPC, Avro, ...

#Scala #Metaprogramming #OpenAPI

Really enjoyed this talk by Harry Goldstein that demonstrates inventive uses of the #LeanLang InfoView enhanced by metaprogramming techniques to display real-time testing data. #LeanProver #Metaprogramming #VSCode #PropertyTesting

leanprover's tweet image. Really enjoyed this talk by Harry Goldstein that demonstrates inventive uses of the #LeanLang InfoView enhanced by metaprogramming techniques to display real-time testing data.

#LeanProver #Metaprogramming #VSCode #PropertyTesting

An interesting example of Rails using metaprogramming in view rendering! 💚 #rubyonrails #metaprogramming

RubyCademy's tweet image. An interesting example of Rails using metaprogramming in view rendering! 💚

#rubyonrails #metaprogramming

✨ RAILS PRO TIPS ✨ Use define_method to simplify repetitive methods in your classes ✨💫 ⚠️ Metaprogramming can obscure your code, so use it sparingly and wisely! #rubyonrails #metaprogramming

RubyCademy's tweet image. ✨ RAILS PRO TIPS ✨

Use define_method to simplify repetitive methods in your classes ✨💫

⚠️ Metaprogramming can obscure your code, so use it sparingly and wisely!

#rubyonrails #metaprogramming

'Proxy' object in JS enables you to create a custom behavior for fundamental operations (e.g.:property lookup, assignment, func invocation) on an object. This opens up a world of possibilities for meta-programming and advanced use cases. An example. #JavaScript #MetaProgramming

bull_times_'s tweet image. 'Proxy' object in JS enables you to create a custom behavior for fundamental operations (e.g.:property lookup, assignment, func invocation) on an object. This opens up a world of possibilities for meta-programming and advanced use cases. An example. #JavaScript #MetaProgramming

We really loved this series of tutorials on #metaprogramming in #LeanLang by Heather Macbeth. It's a great intro to a complex topic for novice users of #LeanProver! Pt 1: youtube.com/watch?v=cKvgMj… Pt 2: youtube.com/watch?v=5er4yL… Pt 3: youtube.com/watch?v=TJ8Tqv…

leanprover's tweet image. We really loved this series of tutorials on #metaprogramming in #LeanLang by Heather Macbeth. It's a great intro to a complex topic for novice users of #LeanProver!

Pt 1: youtube.com/watch?v=cKvgMj…
Pt 2: youtube.com/watch?v=5er4yL…
Pt 3: youtube.com/watch?v=TJ8Tqv…

While working on some #Scala3 #Metaprogramming, the harsh reality hit: IDEA fell short, unable to assist me further, sometimes even with basic completions. 😐 I've worked with @scalameta before, but it saved my life this time. Great job, guys! 👍

filemon_279's tweet image. While working on some #Scala3 #Metaprogramming, the harsh reality hit: IDEA fell short, unable to assist me further, sometimes even with basic completions. 😐 
I've worked with @scalameta before, but it saved my life this time. Great job, guys! 👍

The newest release of my C++ metaprogramming library mlib is out: github.com/robertshepherd…! Check the newest features out! Check out the new compile time string features (string_parse.hpp)!🎉 #cpp #metaprogramming #cplusplus #c #programming #github

rshepherdcpp's tweet image. The newest release of my C++ metaprogramming library mlib is out: github.com/robertshepherd…! Check the newest features out! Check out the new compile time string features (string_parse.hpp)!🎉 #cpp #metaprogramming #cplusplus #c #programming #github
rshepherdcpp's tweet image. The newest release of my C++ metaprogramming library mlib is out: github.com/robertshepherd…! Check the newest features out! Check out the new compile time string features (string_parse.hpp)!🎉 #cpp #metaprogramming #cplusplus #c #programming #github

Use `define_method` to simplify repetitive methods in your classes! ⚠️ Metaprogramming can obscure your code, so use it sparingly and wisely! #rubyonrails #metaprogramming

RubyCademy's tweet image. Use `define_method` to simplify repetitive methods in your classes!

⚠️ Metaprogramming can obscure your code, so use it sparingly and wisely!

#rubyonrails #metaprogramming

Came out with a C++ metaprogramming technique where a macro differentiates between types and enum values. Sample output: "C" is a type "E::v1" is a numeric expression Works primarily with non-enum classes. Fascinating hack! #cplusplus #metaprogramming

galtza's tweet image. Came out with a C++ metaprogramming technique where a macro differentiates between types and enum values. Sample output:

"C" is a type
"E::v1" is a numeric expression

Works primarily with non-enum classes. Fascinating hack! #cplusplus #metaprogramming

@PyConMY welcomes Neha to reveal "The Zen of Metaprogramming"! She's a Ph.D. researcher in Precision Medicine @UniofNewcastle + former IT pro @TCS & @HCLTech + passionate about teaching coding! 💪 #Python #Metaprogramming #WomenInTech #PrecisionMedicine

pyconmy's tweet image. @PyConMY welcomes Neha to reveal "The Zen of Metaprogramming"!

She's a Ph.D. researcher in Precision Medicine @UniofNewcastle + former IT pro @TCS & @HCLTech + passionate about teaching coding! 💪
#Python #Metaprogramming #WomenInTech #PrecisionMedicine

AI agents building AI? Meta-level programming is here. Automation's automating itself. Buckle up! 🤯 #AI #MetaProgramming #FutureOfWork

itz_sayan_03's tweet image. AI agents building AI? Meta-level programming is here. Automation's automating itself. Buckle up! 🤯 #AI #MetaProgramming #FutureOfWork

Loading...

Something went wrong.


Something went wrong.


United States Trends