#metaprogramming 搜尋結果
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
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…
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
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
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 agents building AI? Meta-level programming is here. Automation's automating itself. Buckle up! 🤯 #AI #MetaProgramming #FutureOfWork
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'?🤔
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
@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
'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
Add a string constant column via metaprogramming? Use sqlColAlias and parseExpr! Check the script for implementation. #Metaprogramming #DataColumns #CodingTips
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
🧐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
A compile-time map, with `lookup` not using recursion! Give it a try: godbolt.org/z/MPzro3zMf! #cpp #cplusplus #metaprogramming #map #cxx
The Dark Arts of Self-Writing Code: A Journey from DOS to .NET Sorcery jocheojeda.com/2025/01/14/the… #metaprogramming #dotnet #CSharp #reflection #MSDOS #programmingJourney #codingHistory #softwareDevelopment #TurboPascal #Cplusplus #automation #scripting #batchFiles #AUTOEXECBAT…
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
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!
Something went wrong.
Something went wrong.
United States Trends
- 1. The BONK 40.5K posts
- 2. FINALLY DID IT 349K posts
- 3. Jalen 74.3K posts
- 4. #Nifty 7,087 posts
- 5. $FULC 6,531 posts
- 6. Eagles 117K posts
- 7. US Leading Investment Team 3,057 posts
- 8. Chargers 85.2K posts
- 9. Good Tuesday 23.8K posts
- 10. Herbert 33.5K posts
- 11. AJ Brown 10.3K posts
- 12. Piers 83.5K posts
- 13. #BoltUp 4,655 posts
- 14. #WWERaw 50.5K posts
- 15. Tony Jefferson 3,095 posts
- 16. Saquon 11.6K posts
- 17. Cameron Dicker 1,938 posts
- 18. Sirianni 5,680 posts
- 19. Fuentes 118K posts
- 20. #Dragula N/A