Make V1.8
Make » Devlog
Make v1.8 Release Notes
Release Date: December 2025
What’s New in v1.8
- Imported Make Files Support
You can now import and use external.makefiles easily!
Example:
This lets you modularize your code and reuse functions across projects.mathPath = \examplesPath math.make useMakeFileFrom mathPath as math math = \useFunction_power_from_math_giving_2_3 show \math - New Built-in Paths
Added new special variables for easy file management:
\examplesPath— path to examples folder\mainStoragePath— main storage directory\scriptpath— current script file path\scriptname— current script file name
- Enhanced Output Commands
AddedshowLinefor printing with automatic newline (like println):
Output:showLine hello showLine world
hello world
- Function Call Output Available Globally
Function results are saved automatically in\lastFunctionOutputafter a call, so you can easily use function outputs anywhere. - Improved Core Stability and Bug Fixes
- Fixed indentation issues causing errors with
skipandgotoline. - Better handling of spaces and tabs at the start of lines.
- Refined parsing of
if else skipToconditional syntax for clearer, more readable code.
- Fixed indentation issues causing errors with
- New Documentation and Examples
Added more example files including a basic math library to get started quickly.
Quick Reminder: Make Language Basics
- Comments: Use
comment:for comments. - Variables: Assign like
a = 10. - Functions: Create with
createFunctionand call withuseFunction. - Control Flow: Use
if condition else skipTo labelfor conditional jumps. - Android Specifics: Use commands like
toast,vibrate, andswitchOnTorchon Android interpreter.
How to Update
Simply download the latest version and replace your old interpreter or editor app. Your existing .make scripts will work as before, now with enhanced features!
Thank you for using Make!
Feel free to share your projects and feedback on the community forums.
Files
Make Editor V1.8 88 kB
5 days ago
Make Learn.html 5.5 kB
5 days ago
Get Make
Make
A new programming language
| Status | Released |
| Category | Other |
| Author | RARE DEVELOPER |
| Tags | compiler, No AI, programming-language |
Leave a comment
Log in with itch.io to leave a comment.