Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 9

Show HN: Embeddable scripting language for Go

By funbitty
2026๋…„ 2์›” 20์ผ
**Show HN: Embeddable scripting language for Go**

Funxy - a statically typed scripting language that compiles to native binaries and can leverage the entire Go ecosystem.The main pain points I wanted to solve:- Quick scripting without sacrificing type safety- Seamless interop with existing Go packages- Single-file deployment for tools and automationWhat makes it different from other embedded languages:- Native Go package access (declare deps in config.yaml, get auto-generated bindings)- BusyBox-style multi-script bundling- Strong type inference that actually works wellI'd really appreciate technical feedback on:- The Go interop approach (any edge cases I might have missed?)- The language design decisions (pipes, pattern matching, etc.)- Potential use cases I haven't consideredGitHub: https://github.com/funvibe/funxy Comments URL: https://news.ycombinator.com/item?id=47079907 Points: 1 # Comments: 0

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.