home
about
logo
blog
contact
portfolio music conlangs video games board games puzzles square dancing

posts tagged programmingview all ยป


Splitting hairs

2024-01-11
very long (3990 words) programming

The split function, near-universal in modern programming languages, for separating a string into a list of strings on a delimiter: how hard could it be?

Factorial in Mathematica

2020-08-21
very short (70 words) programmingmathematica

Here is a list of (mostly) increasingly stupid ways of calculating the factorial of n in Mathematica.