CMM2 vs. PicoMite 2 Mio For-Next-Benchmark


Author Message
andreas

Senior Member

Joined: 07/12/2020
Location: Germany
Posts: 182
Posted: 02:30pm 26 Sep 2022      

  Tinine said  
  andreas said  

The CMM2 has an #include-statement which enables modular software.

-andreas


Because it runs from SD?



Craig


Yes, the CMM2 has a SD-Card. But the picos can have a sd-card also. If one uses a pico as data logger, educational hardware, game machine, hobbyist thing - it makes sense to have a mass storage.

#include in MMBASIC is the same as a definition/implementation module in Modula-2 or a DLL in Windows or a word in FORTH. You need it if you want to write code only once for a certain task and create more and more complex software out of simple building blocks.

-andreas