Is there a difference between a for loop and a while loop?

This page summarizes the projects mentioned and recommended in the original post on /r/embedded

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Really depends on the Compiler. Some compilers understand the for(;;) is an infinite loop, and create assembler code to handle this correctly. While(1) is the most basic and when assembled, it will have to jump to start of loop at the end of the while loop. If you really want to understand more, look into basic assembler. Have a play around with https://godbolt.org/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts