~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
aa49529f
—
Peter John 11 months ago
change plum
- src/routes/+page.svelte +3 -3
src/routes/+page.svelte
CHANGED
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
</span>
|
|
82
82
|
</p>
|
|
83
83
|
</Slide>
|
|
84
|
-
<Slide title="
|
|
84
|
+
<Slide title="plum" link="https://git.sr.ht/~pyrossh/plum">
|
|
85
|
-
<p>A statically typed,
|
|
85
|
+
<p>A statically typed, imperative programming language with ADT's (Algebraic Data Types) inspired by rust, gleam.</p>
|
|
86
|
-
<p>
|
|
86
|
+
<p>Plans to be compiled to amd64,arm64, and riscv64 using QBE maintaining C-ABI compatibility.</p>
|
|
87
87
|
</Slide>
|
|
88
88
|
<Slide title="Only Bible App" link="/only-bible-app" isExternal={false}>
|
|
89
89
|
{#snippet icon()}
|