TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A simple generic code generation tool

2 pointsby nodivbyzeroover 9 years ago

1 comment

mc_hammerover 9 years ago
using code to generate code? pretty cool.<p>another way to think of macros is functions that can take code as a param<p><pre><code> #define filter (a,b) ... filter(list, { v % 3 == 0 }) </code></pre> actually works in C. ignored and hated (?!) by modern languages!