Login
Roast topics
Find topics
Find it!
From:
news.ycombinator.com
(Uncensored)
subscribe
Show HN: I built a minimal Forth-like stack interpreter library in C | Hacker News
https://news.ycombinator.com/item?id=45210654
links
backlinks
Roast topics
Find topics
Roast it!
This weekend I created stacklib.h - a single-header library that brings Forth-style stack operations to C. It implements a basic interpreter with:- Stack operations (push/pop/dup/swap/over/drop)