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.

Define Java_has_a_preprocessor

2 pointsby mckinneyalmost 6 years ago

2 comments

mckinneyalmost 6 years ago
What is cool about Manifold&#x27;s new preprocessor is that it does not involve extra build steps or additional file I&#x2F;O as do many conventional preprocessors. Instead, via the Javac Plugin API, the preprocessor contributes as an integral part of the compilation pipeline -- it&#x27;s FAST, very easy to use, and allows you to build multiple targets from a single codebase.<p>In any case preprocessors are definitely not for everyone, but if you provide separate distributions based on Java version, library versions, Standard v. Pro versions, etc., a preprocessor can save you a ton of trouble.
I_am_neoalmost 6 years ago
Nice, I&#x27;ve been looking for something like this.