puddlelang
- October 4, 2018
- puddledockgames
puddlelang is an esoteric programming language (esolang) created for fun by @matthewrmilson. The goal was to take inspiration from existing esolangs and put my own twist on it. Rather than make a single stack based language, puddlelang is designed around using a grid. It also features two pointers, allowing for more programming possibilities especially when combined with the Copy/Move function. If…