<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9" -->

---
title: The Sweetest Programming Language: MNM | daily.dev
description: MNM is an esoteric programming language created by [Muffed] that uses M&amp;M-like colored candies as its fundamental building blocks. Programs are constructed by...
canonical: https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Sweetest Programming Language: MNM | daily.dev
og:description: MNM is an esoteric programming language created by [Muffed] that uses M&amp;M-like colored candies as its fundamental building blocks. Programs are constructed by...
og:url: https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9
og:image: https://api.daily.dev/og/posts/5xdU2pbQ9.png
og:image:alt: The Sweetest Programming Language: MNM
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Sweetest Programming Language: MNM

**[Hackaday](https://daily.dev/sources/hackaday)** · 2 min read · 2 upvotes · 0 comments

## Summary

MNM is an esoteric programming language created by [Muffed] that uses M&M-like colored candies as its fundamental building blocks. Programs are constructed by arranging colored candies (or their ASCII representations) in a grid, where color and count encode opcodes, integer literals, control flow, variables, and math operations. The language was inspired by a packet of GEMS candies that spilled into an arrow shape. A web-based playground and GitHub repo are available, though the language currently requires a companion JSON file for string and variable data.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://hackaday.com/2026/03/09/the-sweetest-programming-language-mnm/>

## Similar posts on daily.dev

- [I made a programming language with M&Ms](https://daily.dev/posts/i-made-a-programming-language-with-m-ms-mxmhqb572) · Hacker News · 0 upvotes · 0 comments
- [T3X.ORG nmhbasic](https://daily.dev/posts/t3x-org-nmhbasic-k7oor3t8d) · Two Stop Bits · 0 upvotes · 0 comments

---

Tags: [#compiler](https://daily.dev/tags/compiler)

[View this post on daily.dev](https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Sweetest Programming Language: MNM","url":"https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9"},"datePublished":"2026-03-10T02:26:57.045Z","dateModified":"2026-03-10T02:27:20.062Z","description":"MNM is an esoteric programming language created by [Muffed] that uses M&M-like colored candies as its fundamental building blocks. Programs are constructed by...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8d176abec6adfa538cbbb0792f9f84b1?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8d176abec6adfa538cbbb0792f9f84b1?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hackaday","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hackaday","logo":"https://media.daily.dev/image/upload/s--JhDfhy70--/f_auto,q_auto/v1767541814/logos/hackaday","url":"https://daily.dev/sources/hackaday"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-sweetest-programming-language-mnm-5xdu2pbq9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"compiler","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hackaday","item":"https://daily.dev/sources/hackaday"},{"@type":"ListItem","position":3,"name":"The Sweetest Programming Language: MNM"}]}
```

