Blog

Brad Wood

July 24, 2017

Spread the word


Share your thoughts

At this year's CF.Objective I presented on the topic of programming design patterns.  Here are the slides for the presentation.  This session covers what programming design patterns are, how they got their start, and reviews common design patterns and antipatterns.  There are simple code samples that go with most of the samples, including the antipatterns.

Add Your Comment

Recent Entries

Building Native CLI Apps with MatchBox & Native Fusion

Building Native CLI Apps with MatchBox & Native Fusion

MatchBox makes BoxLang practical for a classic deployment target: the single-file command-line application.

The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox.

With the MatchBox native target, you can compile a .bxs script into a standalone executable for macOS, Linux, or Windows. The generated binary includes the MatchBox VM core and your compiled BoxLang bytecode. It does not require a JVM, a separate MatchBox install, or any runtime on the target machine.

Jacob Beers
Jacob Beers
July 14, 2026