Repository History
Explore all analyzed open source repositories

Bunster: Compile Shell Scripts into Secure, Portable, Static Binaries
Bunster is an innovative shell compiler that transforms shell scripts into standalone, shell-independent programs. Unlike traditional wrappers, it transpiles scripts into Go code, which is then compiled into secure, portable, and static binaries. This tool offers a robust solution for distributing shell logic without external dependencies.

CSSQL: Convert SQL to CSS with this Esoteric Programming Language
CSSQL is a unique "esoteric" programming language and compiler that allows developers to write CSS using a SQL DDL-like syntax. It reimagines CSS selectors as relational database tables, providing a novel approach to styling files. Written in Haskell, CSSQL is also made available for JavaScript environments via GHCJS.

Nuitka: Compiling Python to Executables and Extension Modules
Nuitka is a powerful Python compiler written in Python itself, offering full compatibility across a wide range of Python versions. It transforms Python applications into standalone executables or extension modules, significantly enhancing performance and simplifying distribution. This tool is ideal for developers looking to optimize their Python projects and create deployable binaries.