{"id":681,"date":"2025-12-11T21:03:49","date_gmt":"2025-12-11T21:03:49","guid":{"rendered":"https:\/\/mityjohn.com\/?p=681"},"modified":"2025-12-11T21:03:49","modified_gmt":"2025-12-11T21:03:49","slug":"scrum-programming-language-release-v1-3-0","status":"publish","type":"post","link":"https:\/\/mityjohn.com\/?p=681","title":{"rendered":"SCRUM Programming Language \u2014 Release v1.3.0"},"content":{"rendered":"\n<p><em>The Scrummy Edition<\/em>**<\/p>\n\n\n\n<p>Every good programming language eventually hits that moment.<br>The moment where it stops being \u201ca fun experiment you hacked together on a suspiciously long weekend\u201d\u2026<br>\u2026and starts behaving like a <strong>real grown-up language<\/strong>.<\/p>\n\n\n\n<p>SCRUM starting to hit that moment.<\/p>\n\n\n\n<p>Version <strong>1.3.0<\/strong> is by far the biggest leap the language has taken so far: IDE integration, a full API framework, stronger error handling, major documentation expansions, and\u2014because every language deserves a mascot with unreasonably strong opinions\u2014<strong>Scrummy<\/strong> has officially joined the team.<\/p>\n\n\n\n<p>Let\u2019s unpack what\u2019s new before Scrummy interrupts again.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>IDE Support for IntelliJ IDEA &amp; Visual Studio Code<\/strong><\/h2>\n\n\n\n<p>SCRUM now walks into your IDE like it owns the place.<\/p>\n\n\n\n<p>Thanks to the new IntelliJ and VS Code extensions, you get:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Syntax highlighting<\/li>\n\n\n\n<li>Structural parsing<\/li>\n\n\n\n<li>Filetype recognition<\/li>\n\n\n\n<li>A foundation for future inline diagnostics &amp; autocompletion<\/li>\n<\/ul>\n\n\n\n<p>Writing SCRUM code suddenly feels <em>normal<\/em>. Maybe even\u2026 pleasant?<br>(Scrummy calls this \u201cvelocity.\u201d The rest of us call it \u201cfinally.\u201d)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"747\" height=\"491\" src=\"https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/image-2.png\" alt=\"\" class=\"wp-image-682\" srcset=\"https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/image-2.png 747w, https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/image-2-300x197.png 300w\" sizes=\"auto, (max-width: 747px) 100vw, 747px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>A Brand-New API Framework<\/strong><\/h2>\n\n\n\n<p>You can now define APIs directly in SCRUM\u2014cleanly, declaratively, and without duct tape.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Declarative <strong>endpoint definitions<\/strong><\/li>\n\n\n\n<li>Automatic <strong>HTTP method routing<\/strong><\/li>\n\n\n\n<li>A structured way to build backend services in pure SCRUM<\/li>\n<\/ul>\n\n\n\n<p>This new framework opens the door to scalable services, micro-services, nano-services, and\u2014if Scrummy gets his way\u2014services made of Post-its taped to your screen.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Enhanced Error Handling<\/strong><\/h2>\n\n\n\n<p>Version 1.3.0 ships with significantly improved runtime and compile-time feedback:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Division by zero? Detected.<\/li>\n\n\n\n<li>Undefined variable? Reported instantly.<\/li>\n\n\n\n<li>Syntax hiccup? SCRUM now explains what you did\u2026 SCRUM-style.<\/li>\n<\/ul>\n\n\n\n<p>In practice, your programs now fail:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Faster<\/li>\n\n\n\n<li>Louder<\/li>\n\n\n\n<li>And with considerably less emotional damage<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Massive Documentation Upgrade<\/strong><\/h2>\n\n\n\n<p>Developers kept asking for more documentation.<br>Scrummy kept replying, \u201cBut mystery is part of agility.\u201d<\/p>\n\n\n\n<p>We ignored him.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">New materials include:<\/h3>\n\n\n\n<p><strong>API-DEFINITIONS.md<\/strong><br>A full tour of the new API framework.<\/p>\n\n\n\n<p><strong>LANGUAGE-REFERENCE.md<\/strong><br>The most complete, structured definition of the SCRUM language to date.<\/p>\n\n\n\n<p><strong>IDE Extension Docs<\/strong><br>Installation guides, examples, and everything you need to get SCRUM running in your editor of choice.<\/p>\n\n\n\n<p>Expect fewer questions. And far fewer interpretative dances trying to explain syntax.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>New Testing &amp; Example Programs<\/strong><\/h2>\n\n\n\n<p>SCRUM 1.3.0 comes with a set of example programs\u2014some normal, others designed to fail spectacularly to show off the new diagnostic messages.<\/p>\n\n\n\n<p>You\u2019ll also find fresh examples demonstrating:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Endpoint definitions<\/li>\n\n\n\n<li>HTTP operations<\/li>\n\n\n\n<li>Runtime behavior under error conditions<\/li>\n<\/ul>\n\n\n\n<p>Scrummy added one example where the compiler insults your indentation.<br>We removed that one.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Introducing Scrummy \u2014 The Official SCRUM Mascotte<\/strong><\/h2>\n\n\n\n<p>Every iconic language has a face:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Java has Duke<\/li>\n\n\n\n<li>Go has the gopher<\/li>\n\n\n\n<li>Rust has Ferris<\/li>\n\n\n\n<li>And now SCRUM has <strong>Scrummy<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Scrummy is energetic, round, occasionally helpful, and often found proposing architectural rewrites nobody asked for.<\/p>\n\n\n\n<p>He will appear in:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Documentation<\/li>\n\n\n\n<li>Blog posts<\/li>\n\n\n\n<li>IDE banners<\/li>\n\n\n\n<li>Tutorials<\/li>\n\n\n\n<li>And future community updates<\/li>\n<\/ul>\n\n\n\n<p>He also tried to rewrite the compiler using only sticky notes and an \u201cinspirational sprint board.\u201d<br>We are still investigating what happened to sprint 2.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/scrummy_christmas-1-1024x683.png\" alt=\"\" class=\"wp-image-685\" srcset=\"https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/scrummy_christmas-1-1024x683.png 1024w, https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/scrummy_christmas-1-300x200.png 300w, https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/scrummy_christmas-1-768x512.png 768w, https:\/\/mityjohn.com\/wp-content\/uploads\/2025\/12\/scrummy_christmas-1.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why v1.3.0 Matters<\/strong><\/h2>\n\n\n\n<p>This release brings SCRUM closer to its mission:<br><strong>A language that is playful on the outside, powerful on the inside, and pragmatic where it counts.<\/strong><\/p>\n\n\n\n<p>v1.3.0 delivers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A professional, modern development experience<\/li>\n\n\n\n<li>A powerful API framework<\/li>\n\n\n\n<li>Stronger error handling<\/li>\n\n\n\n<li>Significantly expanded documentation<\/li>\n\n\n\n<li>A mascotte who refuses to sit still<\/li>\n<\/ul>\n\n\n\n<p>If you\u2019ve been watching SCRUM from afar, this is the moment to dive in.<br>Just\u2026 don\u2019t let Scrummy drive.<\/p>\n\n\n\n<p><strong>Explore the release:<\/strong><br><a href=\"https:\/\/github.com\/janvanwassenhove\/scrum\/releases\/tag\/v1.3.0\">https:\/\/github.com\/janvanwassenhove\/scrum\/releases\/tag\/v1.3.0<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Scrummy Edition** Every good programming language eventually hits that moment.The moment where it stops being \u201ca fun experiment you hacked together on a suspiciously long weekend\u201d\u2026\u2026and starts behaving like a real grown-up language. SCRUM starting to hit that moment. Version 1.3.0 is by far the biggest leap the language has taken so far: IDE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":683,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-681","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development"],"_links":{"self":[{"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/posts\/681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mityjohn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=681"}],"version-history":[{"count":1,"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/posts\/681\/revisions"}],"predecessor-version":[{"id":686,"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/posts\/681\/revisions\/686"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mityjohn.com\/index.php?rest_route=\/wp\/v2\/media\/683"}],"wp:attachment":[{"href":"https:\/\/mityjohn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=681"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mityjohn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=681"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mityjohn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}