<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jewelforth, branch main</title>
<subtitle>x86_64 forth
</subtitle>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/'/>
<entry>
<title>jewelforth: version 1</title>
<updated>2026-03-13T09:36:56+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-13T09:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=acd4c350073bdab710980c83ddea648a8b7b0919'/>
<id>acd4c350073bdab710980c83ddea648a8b7b0919</id>
<content type='text'>
well i guess that's how much i'm gonna get done today.
i may take a lil Break now, (possibly writing Another forth x3)
i've worked on this every day for over a month. which is a lot for me.
seems like a good time to enter Version 1, even though there's
still stuff i wish i got done. i'll get it done maybe probably at some
point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
well i guess that's how much i'm gonna get done today.
i may take a lil Break now, (possibly writing Another forth x3)
i've worked on this every day for over a month. which is a lot for me.
seems like a good time to enter Version 1, even though there's
still stuff i wish i got done. i'll get it done maybe probably at some
point.
</pre>
</div>
</content>
</entry>
<entry>
<title>2swap, 2over, env</title>
<updated>2026-03-13T05:30:22+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-13T05:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=0a625a8852bbcc1f1636c2c59e928552c33ad47d'/>
<id>0a625a8852bbcc1f1636c2c59e928552c33ad47d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'tell' -&gt; 'type'</title>
<updated>2026-03-13T03:39:52+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-13T03:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=7cbb6a8c79d15f200383521f448f6812d8d053b9'/>
<id>7cbb6a8c79d15f200383521f448f6812d8d053b9</id>
<content type='text'>
idk where i got 'tell' from. ans calls it 'type'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
idk where i got 'tell' from. ans calls it 'type'
</pre>
</div>
</content>
</entry>
<entry>
<title>some work on env, swap arg order of `dump`</title>
<updated>2026-03-13T03:37:13+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-13T03:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=ebd5d7b57d5411735424f7c41bf5497b2553a6c3'/>
<id>ebd5d7b57d5411735424f7c41bf5497b2553a6c3</id>
<content type='text'>
i think practically every time i have used `dump`
i have had to `swap` it beforehand. also i think this is
standard anyway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i think practically every time i have used `dump`
i have had to `swap` it beforehand. also i think this is
standard anyway
</pre>
</div>
</content>
</entry>
<entry>
<title>not working yet DO LOOP</title>
<updated>2026-03-12T03:30:27+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-12T03:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=41af0f7a1f4d0754d92dfc34917a18a23e01697d'/>
<id>41af0f7a1f4d0754d92dfc34917a18a23e01697d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xterm altscr/normscr</title>
<updated>2026-03-11T04:20:54+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-11T04:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=c7b225fa133e3632159c9dc1d22f88461760df1e'/>
<id>c7b225fa133e3632159c9dc1d22f88461760df1e</id>
<content type='text'>
useful for terminal graphics
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
useful for terminal graphics
</pre>
</div>
</content>
</entry>
<entry>
<title>EXIT (finally)</title>
<updated>2026-03-09T15:46:57+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-09T15:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=89a89b9892804084146903c5eb8cc01d32542bba'/>
<id>89a89b9892804084146903c5eb8cc01d32542bba</id>
<content type='text'>
it's immediate unlike in ANS forth, because it literally just puts a C3
into the current definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's immediate unlike in ANS forth, because it literally just puts a C3
into the current definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock_gettime</title>
<updated>2026-03-09T15:01:43+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-09T15:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=ea0c00411656872dcce0cf7bf124457dd0e45720'/>
<id>ea0c00411656872dcce0cf7bf124457dd0e45720</id>
<content type='text'>
i was gonna add time&amp;date but i have no clue how to approach calculating
the date
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i was gonna add time&amp;date but i have no clue how to approach calculating
the date
</pre>
</div>
</content>
</entry>
<entry>
<title>rm outdated caveat</title>
<updated>2026-03-08T15:21:06+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-08T15:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=0987d769fef46c8d2780eacbddaba63aae9e8ba4'/>
<id>0987d769fef46c8d2780eacbddaba63aae9e8ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s=</title>
<updated>2026-03-08T15:18:50+00:00</updated>
<author>
<name>kitty</name>
<email>nepeta@canaglie.net</email>
</author>
<published>2026-03-08T15:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.angora.pet/jewelforth/commit/?id=10f306c2305bd71f547ee4e539f971142acbb1af'/>
<id>10f306c2305bd71f547ee4e539f971142acbb1af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
