<?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: Yusuf Çiçel</title>
    <description>The latest articles on DEV Community by Yusuf Çiçel (@yusuf_iel_fd98c3a8f76cb).</description>
    <link>https://dev.to/yusuf_iel_fd98c3a8f76cb</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4121475%2F32c83ddf-f66e-4793-b093-7be680f70d44.png</url>
      <title>DEV Community: Yusuf Çiçel</title>
      <link>https://dev.to/yusuf_iel_fd98c3a8f76cb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yusuf_iel_fd98c3a8f76cb"/>
    <language>en</language>
    <item>
      <title>Meet isimbulamadimscript (IBS): A Lightweight Embedded Language for Web Games</title>
      <dc:creator>Yusuf Çiçel</dc:creator>
      <pubDate>Fri, 11 Sep 2026 21:42:46 +0000</pubDate>
      <link>https://dev.to/yusuf_iel_fd98c3a8f76cb/meet-isimbulamadimscript-ibs-a-lightweight-embedded-language-for-web-games-16mb</link>
      <guid>https://dev.to/yusuf_iel_fd98c3a8f76cb/meet-isimbulamadimscript-ibs-a-lightweight-embedded-language-for-web-games-16mb</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;isimbulamadimscript (IBS)&lt;/strong&gt;, a zero-dependency, lightweight, embeddable scripting language designed for web games and interactive logic.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why does it exist?
&lt;/h3&gt;

&lt;p&gt;Instead of embedding heavy engines, IBS lets you run scripts with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏎️ &lt;strong&gt;Constant Folding &amp;amp; AST Caching&lt;/strong&gt; (Optimized execution)&lt;/li&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Self-Healing Syntax&lt;/strong&gt; (Auto-corrects missing parens in &lt;code&gt;if&lt;/code&gt;/&lt;code&gt;while&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Subroutines&lt;/strong&gt; (&lt;code&gt;Addbranch&lt;/code&gt; / &lt;code&gt;Call&lt;/code&gt; macros)&lt;/li&gt;
&lt;li&gt;🌐 &lt;strong&gt;Remote Execution&lt;/strong&gt; (&lt;code&gt;Urlcall&lt;/code&gt; - loadstring over HTTP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out on GitHub:&lt;br&gt;
👉 &lt;a href="https://github.com/yusufcicel54-rgb/-simbulamadimscript" rel="noopener noreferrer"&gt;https://github.com/yusufcicel54-rgb/-simbulamadimscript&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CDN:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
html
&amp;lt;script src="https://cdn.jsdelivr.net/gh/yusufcicel54-rgb/-simbulamadimscript/ibs.js"&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>github</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
