Hacker News new | ask | show | jobs
by johan_felisaz 1340 days ago
I would recommend this: https://m.youtube.com/user/CBaggers/featured

This is a real project, this guy wrote a compiler, to convert common lisp to GLSL (I'm not talking about a simple DSL with code generation, but also type checking and so on).

In his Livestreams, he usually try to implement a specific 3D feature (like triplanar mapping, the Phong of lighting, ...).

Everything is done in a single window, with the program being recompiled while running, pure lisp style.

He is on a hiatus right now though with livestreams, but there is plenty of material already to watch ...