posts tagged programmingview all ยป
Splitting hairs
2024-01-11very 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-21Here is a list of (mostly) increasingly stupid ways
of calculating the factorial of n
in Mathematica.