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.

Show HN: Turn JavaScript code into Emoji using Webpack

26 pointsby mechazawaalmost 8 years ago

4 comments

haburkaalmost 8 years ago
This should be the industry standard for uglifying js. I would love to inspect source of websites and find out that everything is an emoji.
vesinisaalmost 8 years ago
Heh, this is quite funny. By quick reading, it seems to just encode the input JavaScript source bytes into emoji. A further development idea would be to parse the input file with one of the JavaScript JavaScript parsers, encode only select keywords, operators and number &#x2F; string constants in emoji and leave the rest as as-is.<p>One could select clever emoji for the keywords (eg. if=pondering face, while=ferris wheel etc.) to produce a kind of shortened visual JavaScript emoji syntax.
评论 #14762146 未加载
danesparzaalmost 8 years ago
I love that the question of &#x27;WHY?!&#x27; is asked and answered on their Github project page.
runnr_azalmost 8 years ago
I work on an emoji-related project and always joke about the whole stack being emoji. Now, i can be soooo serious about it.<p>Uhhh... thx?