--- import '../../../global.css' import Categories from '../../../layouts/categories.astro' const data = ( (await Astro.glob(`/src/translations/*.json`)).find( (translation) => translation.default.lang == (Astro.url.searchParams.get("lang") || "en_US") ) || {} ).default; ---

People learn best when they make things that they care about, which they can then share with others. This type of learning philosophy is called constructionism, and Sprig is a type of microworld. A microworld is an environment where you can discover programming by using it to express yourself.