Posted November 18, 2025 by RARE DEVELOPER
Make is a tiny, ultra-flexible scripting language and language-creation engine. This release focuses on readability, workflow, and polish. Project started 12 November 2025.
skipTo — replaces skipAfter with a clearer, shorter command for skipping to markers.comment: Make v1.3 (simple condition)
show \scriptname is running.... \nextline
a = 10
b = 11
skipTo end if_not a = b
show \a = \b \nextline
end
skipTo end if a = b
show \a ≠ \b \nextline
end
show \scriptname ends with 0 error
This demonstrates the new skipTo control flow and built-in escapes like \scriptname and \nextline.
toast <text> — show Android toasts (user behaviour)switchOnTorch / switchOffTorch — control the device torchdisableCore / enableCore — disable built-in behaviours to build a new language on top of Make.Thanks for trying Make — every download, bug report, or screenshot helps. If you like Make, please share it with friends and show what you can build.
— Rare Developer