/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dmitryfrank.com
| | kuruczgy.com
3.6 parsecs away

Travel
| | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations.
| | steve-yegge.blogspot.com
3.7 parsecs away

Travel
| |
| | www.moddable.com
2.3 parsecs away

Travel
| | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.
| | blog.libove.org
18.9 parsecs away

Travel
| [AI summary] The author describes the creation of a programming language called Chromahack, which interprets strings as programs to generate visual art inspired by hacker aesthetics, with implementation details and future plans for animation and genetic algorithm-based program generation.