-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
39 lines (39 loc) · 2.25 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Nothing to it</title>
<link>https://nothingtoit.net</link>
<description>Posts from Nothing to it</description>
<language>en</language>
<pubDate>Fri, 7 Mar 2025 23:30:00 -0800</pubDate>
<lastBuildDate>Fri, 7 Mar 2025 23:30:00 -0800</lastBuildDate>
<atom:link href="https://nothingtoit.net/rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introducing Ribbon, a new programming language!</title>
<link>https://nothingtoit.net/posts/introducing-ribbon/</link>
<description>Ribbon, a new programming language! Still in alpha! I provide 3 code samples to demonstrate my plans for it.</description>
<pubDate>Fri, 14 Feb 2025 23:00:00 -0800</pubDate>
<guid>https://nothingtoit.net/posts/introducing-ribbon/</guid>
</item>
<item>
<title>Compiled vs. interpreted languages</title>
<link>https://nothingtoit.net/posts/ribbon-compiled-and-interpreted/</link>
<description>I show how Ribbon handles errors at compile time and runtime.</description>
<pubDate>Fri, 21 Feb 2025 23:30:00 -0800</pubDate>
<guid>https://nothingtoit.net/posts/ribbon-compiled-and-interpreted/</guid>
</item>
<item>
<title>Unified tuples and structs in Ribbon: A brainstorming journey</title>
<link>https://nothingtoit.net/posts/ribbon-unified-tuples-structs/</link>
<description>I walk through my brainstorming that lead to the unification of tuples and structs in Ribbon.</description>
<pubDate>Fri, 28 Feb 2025 22:30:00 -0800</pubDate>
<guid>https://nothingtoit.net/posts/ribbon-unified-tuples-structs/</guid>
</item>
<item>
<title>Variables and scaffolds</title>
<link>https://nothingtoit.net/posts/ribbon-variables-scaffolds/</link>
<description>I showcase Ribbon's variables and a new mechanism I call scaffolding.</description>
<pubDate>Fri, 7 Mar 2025 23:30:00 -0800</pubDate>
<guid>https://nothingtoit.net/posts/ribbon-variables-scaffolds/</guid>
</item>
</channel>
</rss>