<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Emmanuel Lijo</title>
    <description>The latest articles on DEV Community by Emmanuel Lijo (@emmanuel_lijo_6fa821ceec8).</description>
    <link>https://dev.to/emmanuel_lijo_6fa821ceec8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3259720%2Fe902039c-ffe0-4038-be98-f5428a2b7c80.png</url>
      <title>DEV Community: Emmanuel Lijo</title>
      <link>https://dev.to/emmanuel_lijo_6fa821ceec8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/emmanuel_lijo_6fa821ceec8"/>
    <language>en</language>
    <item>
      <title>Ever wished programming languages spoke more like humans?</title>
      <dc:creator>Emmanuel Lijo</dc:creator>
      <pubDate>Sat, 06 Sep 2025 07:38:54 +0000</pubDate>
      <link>https://dev.to/emmanuel_lijo_6fa821ceec8/ever-wished-programming-languages-spoke-more-like-humans-57o1</link>
      <guid>https://dev.to/emmanuel_lijo_6fa821ceec8/ever-wished-programming-languages-spoke-more-like-humans-57o1</guid>
      <description>&lt;p&gt;What if coding could feel natural, intuitive, and beginner-friendly—without losing the power of traditional programming? That’s exactly why I created Jam, a programming language designed to lower the barrier for new coders while keeping the fun alive for pros.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Jam exists&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When I first started learning programming, I realized that many beginners struggle not because programming is “hard,” but because languages feel unnatural. Syntax errors, weird symbols, and abstract concepts often discourage new learners.&lt;/p&gt;

&lt;p&gt;I wanted something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reads more like natural language&lt;/li&gt;
&lt;li&gt;Lets beginners focus on logic and creativity, not syntax headaches&lt;/li&gt;
&lt;li&gt;Can be run in a web-based IDE for instant results&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What Jam can do&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Jam is simple but powerful:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Variables &amp;amp; control flow: if, repeat, etc.&lt;/li&gt;
&lt;li&gt;Functions, including anonymous functions&lt;/li&gt;
&lt;li&gt;Functional utilities like map for working with lists&lt;/li&gt;
&lt;li&gt;Randomization &amp;amp; math tools for interactive programs&lt;/li&gt;
&lt;li&gt;Interaction commands: say and ask to create text-based experiences&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All of this runs in a web IDE, so you can see your programs work instantly without any setup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try a tiny snippet&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here’s a simple example that asks for your name and greets you:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;print "Hello World"
repeat 5 {
    print "This will print 5 times"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Easy to read, right? And it works immediately in the browser!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check it out&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can try Jam yourself here: &lt;a href="https://jam-org.vercel.app" rel="noopener noreferrer"&gt;Try Jam IDE&lt;/a&gt;&lt;br&gt;
For source code and contributing: &lt;a href="//github.com/unitaryiron/jam-backend"&gt;Source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback, ideas, or even your first Jam program. Let’s make programming more human-friendly together!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
