//////////////////////////////////////////////////////////////////////////////////////// ------------------------------ Blend --------------------------------- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ Hi everyone, this is (again) a programming language... But what is different from the ones before ? now you can allocate diffrent sizes of memory using the malloc function and use module with more maniability. The test program is just the 3n+1 problem Here's the turbowarp link (recommended for speed): https://turbowarp.org/972979774?turbo And a small documentation: https://scratch.mit.edu/discuss/topic/749669/?page=1#post-7878722 For a comparaison, you have around 10,000 operations per sec on Scratch and 500,000 on Turbowarp (that's quite a diffrence) /!\ There is a bug that affect global variables (non import related) where they have the wrong value when called (it comes from the way global variable are treated in the translation in scratch assembly) it might (never?) be fixed so watch out ! Credits: - as always, this incredible text engine by @-Rex- - and the tri-filler also by @-Rex- - everything else is by me ! Change log: - v0.9: realised - v0.9.1: fixed the graphics module - v0.9.2: fixed a compiling bug (thanks to @pitmiwi) [well... dont mind this...] #programming #language #math #function #type