Posted December 12, 2025 by RARE DEVELOPER
Make is a simple, English-like scripting language designed to help beginners learn programming and let advanced users build quick utilities. Version 2.0 introduces built-in classes, self-documenting libraries, better examples, and cleaner function usage.
useBuiltInClass string
length:[string]split:[string,start,end] and split:[string,start]getWordAt:[string,place,token]numberOfWords:[string,token]useBuiltInClass stringshow \lastFunctionOutput
createClassWithSource source as class
show \useFunction_split_from_string_giving_\str_0_5
space and underscore are written as words.
Everything else can be written normally (/, \, {}, etc.).
useBuiltInClass string show \getFunctionsIn_string string = hello_world showLine \useFunction_length_from_string_giving_\string showLine \useFunction_getWordAt_from_string_giving_\string_1_underscore showLine \useFunction_split_from_string_giving_\string_0_5 showLine \useFunction_numberOfWords_from_string_giving_\string_underscore
This version focuses on discoverability. Instead of searching for documentation, users can inspect classes inside Make itself and learn by exploring. Built-in libraries now act as both code and tutorials.
Open Make, load the advanced example, or paste the demo code above and run it. If you find bugs or want new features, feel free to post them on the itch.io page.
Enjoy Make 2.0!