Come join us for "The battle for control of the future of computing” debate at
RSVPs to rdwestfall@csupopmona.edu are encouraged
Parking will be $5.00 at Cal Poly Pomona Parking Structure.
Come join us for "The battle for control of the future of computing” debate at
RSVPs to rdwestfall@csupopmona.edu are encouraged
Parking will be $5.00 at Cal Poly Pomona Parking Structure.
Recent Entries
The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.
That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.
Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.
BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.
Add Your Comment