#metaprogramming search results
#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…
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
#Ai #metaprogramming Six principles to code with A.I. open.substack.com/pub/guillermoe…
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…
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
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'?🤔
I learned more about how Annotations work behind the scenes today What did you do today? #AndroidDev #Annotations #Metaprogramming #Dagger #Moshi #Kotlin #Java #Reflection #Lint #CodeGeneration #DeveloperTools #androiddevelopment #android #jetpackCompose
Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025 #MetaProgramming #Java #JConf #JConfGt2025
Use `define_method` to simplify repetitive methods in your classes! ⚠️ Metaprogramming can obscure your code, so use it sparingly and wisely! #rubyonrails #metaprogramming
Our new J.UCS issue is out today!🎉 lib.jucs.org/issue/5178/ It features a bibliometric retrospective on 30 years of J.UCS. Plus, 5 more articles exploring #convolutionalneuralnetworks, #NLP, #metaprogramming, #anomalyprevention and #GeneticAlgorithms.🌍✨Photo: Christian Trummer
Programs that write programs? Welcome to the fascinating world of metaprogramming. #FutureOfCode #Metaprogramming #CodeNerd
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
✨ 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
Only a few days left until the Scala 3 #Metaprogramming workshop with @jdegoes! ⏰ Explore quoting, splicing, type-level metadata, and support for type class derivation. Implement your own Scala 3 macros with confidence and secure your spot before it's too late! 💪 ➡️…
An interesting example of Rails using metaprogramming in view rendering! 💚 #rubyonrails #metaprogramming
Sneak Peek: Local Llama 3.1 (70 B) model reviewing the DevoxxGenie project using the DevoxxGenie plugin 🤯 + Window context now visible for @Ollama models🔥 #MetaProgramming
Learn Scala 3 Metaprogramming with @jdegoes! Explore conditional givens, singleton types, quoting, splicing, and more. Empower your #Scala development by crafting your own macros with confidence. 💪 #metaprogramming #workshop
Why I no longer give my all programming professionally: I learned that companies want solutions others can maintain. This rules out every right brained contribution to #programming in general, such as #metaprogramming; #LISP, #FORTH. I internalized that I am a replaceable part.
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! 👍
Ruby와 Lisp: Lisp의 정신이 Ruby에 미친 영향 Lisp의 핵심 철학인 '코드는 데이터'와 '표현식 중심 사고'는 Ruby의 유연한 메타프로그래밍 및 DSL 구축 능력에 깊은 영향을 주었습니다. #metaprogramming ruby-news.kr/articles/ruby-…
Our new J.UCS issue is out today!🎉 lib.jucs.org/issue/5178/ It features a bibliometric retrospective on 30 years of J.UCS. Plus, 5 more articles exploring #convolutionalneuralnetworks, #NLP, #metaprogramming, #anomalyprevention and #GeneticAlgorithms.🌍✨Photo: Christian Trummer
Ruby와 그 이웃 언어: Lisp Lisp는 괄호 기반의 S-표현식과 코드-데이터 동일성이라는 독특한 문법을 가진 가장 오래된 프로그래밍 언어 중 하나입니다. #metaprogramming ruby-news.kr/articles/ruby-…
Ruby의 객체 모델 및 Rails 메타프로그래밍 마스터하기: 유연하고 확장 가능하며 유지보수 가능한 시스템 구축 방법 Ruby의 객체 모델과 메타프로그래밍은 Rails 애플리케이션의 유연성, 확장성, 유지보수성을 극대화하는 핵심입니다. #metaprogramming ruby-news.kr/articles/maste…
Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025 #MetaProgramming #Java #JConf #JConfGt2025
Save time on multi-column calcs in #DolphinDB! Use metaprogramming (e.g., cross() + sqlCol()) to auto-generate moving stats for multiple windows. #Metaprogramming #Efficiency
#Ai #metaprogramming Six principles to code with A.I. open.substack.com/pub/guillermoe…
#scala #metaprogramming #typeclasses because, of course, I forgot
I haven't blogged in a while, but this needed to be written: kubuszok.com/2025/sanely-au…
@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
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…
#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…
Ο μεταπρογραμματισμός επιτρέπει στον κώδικα να «ξαναγράφει» τον εαυτό του. Οι μακρο-τελεστές λειτουργούν ως μοτίβα που δημιουργούν νέα συντακτικά εργαλεία, μετατρέποντας τη γλώσσα σε εργαστήριο ιδεών. delta-pi-systems.eu/el/blog/metapr… #Metaprogramming #Macros #Programming
“This tutorial introduces the features of the macro stepper by way of a few small examples. For more discussion on the macro stepper's features” ccs.neu.edu/home/ryanc/mac… #macros #metaprogramming #lisp
Στο The Art of the Metaobject Protocol οι Kiczales, des Rivieres & Bobrow δείχνουν πώς η Common Lisp CLOS μπορεί να αναδιαμορφωθεί εκ των έσω. Θεμελιώδες έργο για μετα-προγραμματισμό, όπου οι κανόνες του ίδιου του συστήματος γίνονται αντικείμενα προς έλεγχο #Lisp #Metaprogramming
🚀 Yeni Medium Yazım: Meta Programming Nedir? Kod yazmak hepimizin işi. Ama ya kodun kendi kendini yazması mümkün mü? İşte bu noktada Meta Programming devreye giriyor. medium.com/@halilbarim/me… #JavaScript #MetaProgramming #WebDevelopment #ProgrammingConcepts #SoftwareEngineering
medium.com
🚀 Meta Programming Nedir? Kodun Kendi Kendini Yazma Sanatı
Programlama dünyasında “kendini tekrar etme” (Don’t Repeat Yourself — DRY) ilkesi çok önemlidir. Ancak bazen işlerimizi daha da…
Programs that write programs? Welcome to the fascinating world of metaprogramming. #FutureOfCode #Metaprogramming #CodeNerd
Picture a software organism — not a static bundle of functions, but a living protocol. One that rewrites its own DNA (source code) based on the feedback it receives. #aimetaprogramming #metaprogramming #ai #SoftwareDevelopment #SoftwareEngineering
Add a string constant column via metaprogramming? Use sqlColAlias and parseExpr! Check the script for implementation. #Metaprogramming #DataColumns #CodingTips
Hello people! Here I am sharing how we are applying #metaprogramming to build software with A.I. It would be cool to read you. guillermoespinolaorci.substack.com/p/ai-software-…
#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…
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…
Samuel Palacios - Meta-programming en Java: Cómo escribir código que genera código, en la JConf Guatemala 2025 #MetaProgramming #Java #JConf #JConfGt2025
Programs that write programs? Welcome to the fascinating world of metaprogramming. #FutureOfCode #Metaprogramming #CodeNerd
Check out our latest blog post for an Introduction to #Metaprogramming with Elixir! 🚀🔍👉🏼teamextension.blog/2023/06/20/an-… #Elixir #Meta #macros #code #generatedcode #development #developers #programming #coding #techblog #TeamExtension
I learned more about how Annotations work behind the scenes today What did you do today? #AndroidDev #Annotations #Metaprogramming #Dagger #Moshi #Kotlin #Java #Reflection #Lint #CodeGeneration #DeveloperTools #androiddevelopment #android #jetpackCompose
AI agents building AI? Meta-level programming is here. Automation's automating itself. Buckle up! 🤯 #AI #MetaProgramming #FutureOfWork
@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
Add a string constant column via metaprogramming? Use sqlColAlias and parseExpr! Check the script for implementation. #Metaprogramming #DataColumns #CodingTips
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'?🤔
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
🧐Dynamic column fetching in #DolphinDB! Use metaprogramming with select to get multiple columns: select colNames()[idx1, idx2...] from table #DolphinDB #MetaProgramming #DataQuery
⏲️How to Dynamically Evaluate Row-Specific Formulas Stored in a Column in #DolphinDB? Use “parseExpr” ! Try the given code. #metaprogramming #dynamic_sql #row_wise_operation #eval
⏰How to query strings by specifying multiple matching patterns using #DolphinDB metaprogramming? There are two ways to achieve this: Function-based metaprogramming Macro-variable-based metaprogramming #Metaprogramming #WhereClause
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
A compile-time map, with `lookup` not using recursion! Give it a try: godbolt.org/z/MPzro3zMf! #cpp #cplusplus #metaprogramming #map #cxx
Struggling with repetitive iOS development tasks? Meet #metaprogramming - a technique to generate code, save time, and reduce maintenance. Learn metaprogamming with @ivan_goremykin from @RevolutApp to to see how you can add this support to your existing projects!
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 73.2K posts
- 2. #heatedrivalry 23.7K posts
- 3. LeBron 104K posts
- 4. Gibbs 20K posts
- 5. Lions 90.7K posts
- 6. Pickens 14.4K posts
- 7. scott hunter 4,783 posts
- 8. #OnePride 10.5K posts
- 9. Brandon Aubrey 7,320 posts
- 10. fnaf 2 25.5K posts
- 11. Shang Tsung 27.8K posts
- 12. Ferguson 10.8K posts
- 13. Paramount 19.6K posts
- 14. Warner Bros 19.8K posts
- 15. CeeDee 10.5K posts
- 16. Eberflus 2,648 posts
- 17. Goff 8,682 posts
- 18. Bland 8,571 posts
- 19. #criticalrolespoilers 1,956 posts
- 20. #PowerForce N/A