Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
Closure Conversion Takes The Function Out Of Functional Programming
https://www.reddit.com/r/programming/comments/1kmfodz/closure_conversion_takes_the_function_out_of/

<!-- SC_OFF -->The next entry in the making a language series (https://thunderseethe.dev/series/making-a-language/). This time we're talking about closure conversion. <!-- SC_ON --> submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/closure-convert-base/) [comments] (https://www.reddit.com/r/programming/comments/1kmfodz/closure_conversion_takes_the_function_out_of/)
Random Ask
https://www.reddit.com/r/programming/comments/1kn0czy/random_ask/

<!-- SC_OFF -->Can you envision a scenario in which VIBE CODING ceases to exist entirely? <!-- SC_ON --> submitted by /u/Abir_Islam (https://www.reddit.com/user/Abir_Islam)
[link] (https://youtu.be/Tw18-4U7mts?si=3UpYdj1XO7jl79R0) [comments] (https://www.reddit.com/r/programming/comments/1kn0czy/random_ask/)
We explored how DCP (Dynamic Contract Protocol) could complement MCP and A2A for dynamic API generation
https://www.reddit.com/r/programming/comments/1kn44bv/we_explored_how_dcp_dynamic_contract_protocol/

<!-- SC_OFF -->We’ve been experimenting with DCP — a protocol where clients define what they need via ContractMessage, and the server generates custom endpoints, schemas, and policies at runtime. Blog post here: https://medium.com/@gokayokutucu/a-complementary-approach-to-mcp-and-a2a-dynamic-contract-protocol-984333cc74ee Curious to hear your thoughts... <!-- SC_ON --> submitted by /u/okutucu (https://www.reddit.com/user/okutucu)
[link] (https://medium.com/@gokayokutucu/a-complementary-approach-to-mcp-and-a2a-dynamic-contract-protocol-984333cc74ee) [comments] (https://www.reddit.com/r/programming/comments/1kn44bv/we_explored_how_dcp_dynamic_contract_protocol/)
I finally "got" the Single Responsibility Principle — wrote a story-style blog to make it easier for others too
https://www.reddit.com/r/programming/comments/1knby3z/i_finally_got_the_single_responsibility_principle/

<!-- SC_OFF -->Hey folks,
As a new developer, I always struggled to understand SOLID principles in practice. Recently, I started turning them into stories — something that feels less like theory and more like real-life dev convos. My latest one is on Single Responsibility Principle, told as a conversation between a junior dev (me, basically) and a senior dev with lots of experience.
Includes humor, code in Go, and practical refactoring steps. If you're trying to write cleaner code or just want to reinforce SRP, I’d love for you to give it a read and share thoughts. 👉 https://medium.com/design-bootcamp/from-theory-to-practice-single-responsibility-principle-with-jamie-chris-cd380c61e2ad Happy to hear feedback or discuss other principles too! <!-- SC_ON --> submitted by /u/priyankchheda15 (https://www.reddit.com/user/priyankchheda15)
[link] (https://medium.com/design-bootcamp/from-theory-to-practice-single-responsibility-principle-with-jamie-chris-cd380c61e2ad) [comments] (https://www.reddit.com/r/programming/comments/1knby3z/i_finally_got_the_single_responsibility_principle/)