<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>shahroz&#039;s notes</title>
      <link>https://notes.ishahroz.com</link>
      <description>Last 10 notes on shahroz&#039;s notes</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>CHANGELOG.md</title>
    <link>https://notes.ishahroz.com/CHANGELOG</link>
    <guid>https://notes.ishahroz.com/CHANGELOG</guid>
    <description><![CDATA[ All notable changes to this project will be documented in this file. ]]></description>
    <pubDate>Sat, 18 Apr 2026 04:06:34 GMT</pubDate>
  </item><item>
    <title>Welcome to My Digital Garden</title>
    <link>https://notes.ishahroz.com/</link>
    <guid>https://notes.ishahroz.com/</guid>
    <description><![CDATA[ I will be using this website for publishing brain dump, random notes, unpolished thoughts, or in short, creating my own digital garden. ]]></description>
    <pubDate>Sat, 18 Apr 2026 04:06:34 GMT</pubDate>
  </item><item>
    <title>Interpreted Language</title>
    <link>https://notes.ishahroz.com/AREAS/Programming/Interpreted-Language</link>
    <guid>https://notes.ishahroz.com/AREAS/Programming/Interpreted-Language</guid>
    <description><![CDATA[ Interpreted language runs code through a runtime engine (Interpreter / Virtual Machine) instead of producing a standalone binary upfront. ]]></description>
    <pubDate>Sat, 18 Apr 2026 04:05:39 GMT</pubDate>
  </item><item>
    <title>Programming Language</title>
    <link>https://notes.ishahroz.com/AREAS/Programming/Programming-Language</link>
    <guid>https://notes.ishahroz.com/AREAS/Programming/Programming-Language</guid>
    <description><![CDATA[ Compiled Vs Interpreted Languages There is no such thing as a purely Interpreted Language or purely Compiled Language. ]]></description>
    <pubDate>Sat, 18 Apr 2026 04:04:29 GMT</pubDate>
  </item><item>
    <title>Numba</title>
    <link>https://notes.ishahroz.com/AREAS/Programming/Python/Numba</link>
    <guid>https://notes.ishahroz.com/AREAS/Programming/Python/Numba</guid>
    <description><![CDATA[  Numba is a JIT Compiler focused on NumPy or numerical functions in Python It uses the LLVM compiler project to generate machine code from Python syntax. ]]></description>
    <pubDate>Sat, 18 Apr 2026 03:54:55 GMT</pubDate>
  </item><item>
    <title>LLVM</title>
    <link>https://notes.ishahroz.com/AREAS/Compiler/LLVM</link>
    <guid>https://notes.ishahroz.com/AREAS/Compiler/LLVM</guid>
    <description><![CDATA[  LLVM Project is a collection of modular and reusable compiler and toolchain technologies LLVM originally stood for Low Level Virtual Machine. ]]></description>
    <pubDate>Sat, 18 Apr 2026 03:54:50 GMT</pubDate>
  </item><item>
    <title>PyPy</title>
    <link>https://notes.ishahroz.com/AREAS/Programming/Python/PyPy</link>
    <guid>https://notes.ishahroz.com/AREAS/Programming/Python/PyPy</guid>
    <description><![CDATA[  PyPy is an Interpreter that implements the Python programming language It is based on the RPython compiler framework for dynamic language implementations It is a replacement of CPython and it generally runs faster than that. ]]></description>
    <pubDate>Sat, 18 Apr 2026 03:51:06 GMT</pubDate>
  </item><item>
    <title>JIT (Just-in-Time) Compiler</title>
    <link>https://notes.ishahroz.com/AREAS/Compiler/JIT-(Just-in-Time)-Compiler</link>
    <guid>https://notes.ishahroz.com/AREAS/Compiler/JIT-(Just-in-Time)-Compiler</guid>
    <description><![CDATA[  Just-in-time (JIT) compilation is compilation of computer code during execution of a program at run time rather than before execution . ]]></description>
    <pubDate>Sat, 18 Apr 2026 03:35:55 GMT</pubDate>
  </item><item>
    <title>AOT (Ahead-of-Time) Compiler</title>
    <link>https://notes.ishahroz.com/AREAS/Compiler/AOT-(Ahead-of-Time)-Compiler</link>
    <guid>https://notes.ishahroz.com/AREAS/Compiler/AOT-(Ahead-of-Time)-Compiler</guid>
    <description><![CDATA[  Ahead-of-time (AOT) compilation is the act of compiling an (often) higher-level programming language into an (often) lower-level language before execution of a program, usually at build-time It can also be called Static Compilation It reduces the amount of work needed to be performed at run time . ]]></description>
    <pubDate>Sat, 18 Apr 2026 03:35:20 GMT</pubDate>
  </item><item>
    <title>Static Type Checking</title>
    <link>https://notes.ishahroz.com/AREAS/Programming/Static-Type-Checking</link>
    <guid>https://notes.ishahroz.com/AREAS/Programming/Static-Type-Checking</guid>
    <description><![CDATA[ Static type checking provides code-level safety. ]]></description>
    <pubDate>Sat, 18 Apr 2026 00:01:41 GMT</pubDate>
  </item>
    </channel>
  </rss>