<?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: nanda</title>
    <description>The latest articles on DEV Community by nanda (@nan455).</description>
    <link>https://dev.to/nan455</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%2F3958213%2Fbe914f33-c748-438c-ba22-a0a03e8ef414.png</url>
      <title>DEV Community: nanda</title>
      <link>https://dev.to/nan455</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nan455"/>
    <language>en</language>
    <item>
      <title>I built a programming language where the syntax is plain English</title>
      <dc:creator>nanda</dc:creator>
      <pubDate>Fri, 29 May 2026 09:50:44 +0000</pubDate>
      <link>https://dev.to/nan455/i-built-a-programming-language-where-the-syntax-is-plain-english-2khe</link>
      <guid>https://dev.to/nan455/i-built-a-programming-language-where-the-syntax-is-plain-english-2khe</guid>
      <description>&lt;p&gt;Most beginners don't struggle with logic — they struggle with syntax. &lt;br&gt;
Brackets, semicolons, indentation rules, parentheses in the wrong place... &lt;br&gt;
it's discouraging. So I built SYLESS: a language where you just write &lt;br&gt;
what you mean in plain English, and it compiles to Python.&lt;/p&gt;

&lt;p&gt;Instead of:&lt;br&gt;
  if (score &amp;gt;= 90) { print("Grade: A") }&lt;/p&gt;

&lt;p&gt;You write:&lt;br&gt;
  check score &amp;gt;= 90 {&lt;br&gt;
      show "Grade: A"&lt;br&gt;
  }&lt;/p&gt;

&lt;p&gt;It compiles to Python under the hood, so it runs on any machine.&lt;/p&gt;

&lt;p&gt;It also has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Built-in AI tutor (explains errors in plain English)&lt;/li&gt;
&lt;li&gt;Machine learning commands (train, predict, evaluate)&lt;/li&gt;
&lt;li&gt;Data structures built into the language (stacks, queues, trees)&lt;/li&gt;
&lt;li&gt;A VS Code extension with syntax highlighting + F5 to run&lt;/li&gt;
&lt;li&gt;A free online IDE — no install needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it here (no signup): &lt;a href="https://syless.vercel.app/" rel="noopener noreferrer"&gt;https://syless.vercel.app/&lt;/a&gt;&lt;br&gt;
VS Code Extension: search "SYLESS Language" in VS Code&lt;/p&gt;

&lt;p&gt;I built this for beginners and students who want to learn programming &lt;br&gt;
logic without getting stuck on syntax. Would love your honest feedback!&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/nan455/SYLESS" rel="noopener noreferrer"&gt;https://github.com/nan455/SYLESS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
