<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Camus Programming Language</title>
    <description>Intention driven language</description>
    <link>https://camus-project.github.io/Camus-Programming-Language/Camus-Programming-Language/</link>
    <atom:link href="https://camus-project.github.io/Camus-Programming-Language/Camus-Programming-Language/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 11 Mar 2026 22:14:46 +0000</pubDate>
    <lastBuildDate>Wed, 11 Mar 2026 22:14:46 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Hello World - Welcome to the Camus Blog!</title>
        <description>&lt;p&gt;Welcome to the official Camus blog! We’re excited to launch this space where we’ll share updates, insights, and developments about the Camus project.&lt;/p&gt;

&lt;h2 id=&quot;what-to-expect&quot;&gt;What to Expect&lt;/h2&gt;

&lt;p&gt;This blog will be your go-to source for:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Project Updates&lt;/strong&gt;: Latest features, design decisions, and releases&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Community Highlights&lt;/strong&gt;: Showcasing how developers and researchers are experimenting with Camus&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Technical Deep Dives&lt;/strong&gt;: Behind-the-scenes looks at Camus’s design and implementation&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Usage &amp;amp; Design Tips&lt;/strong&gt;: Guidance for writing clear intentions and constraints&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Announcements&lt;/strong&gt;: Important news and upcoming events&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;our-journey-so-far&quot;&gt;Our Journey So Far&lt;/h2&gt;

&lt;p&gt;Camus grew from the need to make intent and responsibility explicit in code. Instead of hiding purpose in implementation details, Camus encourages capturing a function’s intention and constraints as first-class artifacts. We’re exploring language design, verification, and deterministic compilation to existing ecosystems.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;language-camus&quot;&gt;// Greetings from the Camus team
// This illustrative snippet documents intent for human review
function Hello() -&amp;gt; Void
  intention &quot;Welcome readers to the Camus blog&quot;
  constraints {
    input {}
    output {}
  }
  {
    // Intention and constraints are explicit and reviewable
  }
&lt;/code&gt;&lt;/pre&gt;

&lt;h2 id=&quot;whats-coming-next&quot;&gt;What’s Coming Next&lt;/h2&gt;

&lt;p&gt;We have exciting developments on the horizon:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Parsers and validators for intentions and constraints&lt;/li&gt;
  &lt;li&gt;Community showcase featuring real-world Camus usage and prototype tools&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;join-the-conversation&quot;&gt;Join the Conversation&lt;/h2&gt;

&lt;p&gt;Have questions, suggestions, or want to share how you’re using Camus? We’d love to hear from you! Join our &lt;a href=&quot;https://github.com/taophp/Camus/discussions&quot;&gt;GitHub Discussions&lt;/a&gt; to connect with other contributors and researchers.&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates, and happy writing!&lt;/p&gt;
</description>
        <pubDate>Fri, 25 Jul 2025 12:00:00 +0000</pubDate>
        <link>https://camus-project.github.io/Camus-Programming-Language/Camus-Programming-Language/announcements/2025/07/25/hello.html</link>
        <guid isPermaLink="true">https://camus-project.github.io/Camus-Programming-Language/Camus-Programming-Language/announcements/2025/07/25/hello.html</guid>
        
        <category>welcome</category>
        
        <category>introduction</category>
        
        <category>blog</category>
        
        
        <category>announcements</category>
        
      </item>
    
  </channel>
</rss>
