Уровень 0 · материалов: 3
В кластер входят документы о создании сложных программных или графических решений с помощью простых интерпретаторов и командных оболочек, но не входят общие руководства по программированию.
Общие признаки: использование ограничений языков, реализация сложной логики и графики, нестандартное применение инструментов автоматизации, преодоление технических ограничений через хаки
Группа выше: Минимизация размера кода, демосцена и обфускация
Смысл: The main idea is to demonstrate that GNU bc is more than just a simple calculator; it is a Turing-complete scripting language capable of complex logic, mathematical visualizations, and even interactive games, despite its inherent limitations.
An educational guide that transforms the GNU bc calculator into a programming tool, culminating in the creation of a solitaire game.
Смысл: The main idea is that Windows batch scripting, despite its limitations and lack of native features like floating-point math or binary file output, can be used to perform complex computational and graphical tasks through creative engineering and 'hacks'.
An exploration of 'abnormal programming' featuring a batch script that renders a Mandelbrot fractal into a BMP image.
Смысл: The text is a technical retrospective on the feasibility and challenges of creating a graphical game in a shell environment, demonstrating that while possible through creative workarounds, Bash is highly inefficient for real-time rendering.
A developer shares their experience building a pseudo-3D maze shooter in Bash, highlighting the technical hurdles of rendering and maze generation in a terminal.