Speakeasy JS Discuss Redbean: Actually Portable Executable Web Server with Justine Tunney
In this episode of Speakeasy JS Justine Tunney provides a walk through of the concept of Actually Portable Executables and the blazingly fast web server Redbean.
Freddie
2 years, 4 months ago
0
No answers yet, be the first one to answer.
Mentioned Topics
Lua
Lua is an efficient and lightweight embeddable scripting language that supports procedural, object-oriented, functional, and data-driven programming. Lua combines powerful data description with a procedural syntax based on associative arrays and extensibl...
Redbean
Redbean is an open source web server in a zip executable that runs on six operating systems. The project is part of the C library Cosmopolitan libc and is the culmination of a series of remarkable hacks by the programmer Justine Tunney that allows the web...
Actually Portable Executable
Actually Portable Executables is a clever way of formatting a software program so that it can be interpreted by, and run on Windows, Linux, MacOS, OpenBSD, NetBSD, and FreeBSD. One day when Justine Tunney, the creator of the format, discovered that it's ...
APE
...
ZIP
...
C
C is a general-purpose, procedural computer programming language designed and developed by Dennis Ritchie at Bell Labs back in 1972. The language supports structured programming, lexical variable scope, and recursion, while a static type system prevents u...