<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://mountainmandan.net/doku/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://mountainmandan.net/doku/feed.php">
        <title>Mountain Man Wiki</title>
        <description></description>
        <link>http://mountainmandan.net/doku/</link>
        <image rdf:resource="http://mountainmandan.net/doku/lib/images/favicon.ico" />
       <dc:date>2011-10-07T11:14:35-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=playground:playground&amp;rev=1317662788&amp;do=diff"/>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=mpforth:reference&amp;rev=1238702981&amp;do=diff"/>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=mpforth:code&amp;rev=1231034251&amp;do=diff"/>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=keyrpn:beta&amp;rev=1231034204&amp;do=diff"/>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=touchrpn:tipsandtricks&amp;rev=1229980337&amp;do=diff"/>
                <rdf:li rdf:resource="http://mountainmandan.net/doku/doku.php?id=touchrpn:skins:simple_tutorial&amp;rev=1229885954&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mountainmandan.net/doku/lib/images/favicon.ico">
        <title>Mountain Man Wiki</title>
        <link>http://mountainmandan.net/doku/</link>
        <url>http://mountainmandan.net/doku/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=playground:playground&amp;rev=1317662788&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-03T10:26:28-07:00</dc:date>
        <title>playground:playground - Hi</title>
        <link>http://mountainmandan.net/doku/doku.php?id=playground:playground&amp;rev=1317662788&amp;do=diff</link>
        <description>Looking for RecentChanges.
Hi Dan from ChrisGarrod</description>
    </item>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=mpforth:reference&amp;rev=1238702981&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-02T13:09:41-07:00</dc:date>
        <dc:creator>dstaudigel</dc:creator>
        <title>mpforth:reference</title>
        <link>http://mountainmandan.net/doku/doku.php?id=mpforth:reference&amp;rev=1238702981&amp;do=diff</link>
        <description>MP-FORTH is a language created to be a quick, useful language that will be fun and pain-free to develop both on small-screen devices (read: iPhone) as well desktops.  MP-FORTH stands for Multi-Precision FORTH, because it is essentially a re-creation of FORTH with a heterogeneous stack, designed for interactive use.  It is linguistically similar to the way that most HP RPN calculators do programming, with a few tricks up its sleeves.</description>
    </item>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=mpforth:code&amp;rev=1231034251&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-03T18:57:31-07:00</dc:date>
        <dc:creator>dstaudigel</dc:creator>
        <title>mpforth:code - created</title>
        <link>http://mountainmandan.net/doku/doku.php?id=mpforth:code&amp;rev=1231034251&amp;do=diff</link>
        <description>MP-FORTH Code


I'll get around to posting the MP-FORTH code somewhere (probably google code) once I've figured out what licensing agreement I should use.  Let me know if you have any input on this matter!</description>
    </item>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=keyrpn:beta&amp;rev=1231034204&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-03T18:56:44-07:00</dc:date>
        <dc:creator>dstaudigel</dc:creator>
        <title>keyrpn:beta</title>
        <link>http://mountainmandan.net/doku/doku.php?id=keyrpn:beta&amp;rev=1231034204&amp;do=diff</link>
        <description>KeyRPN is an Intel-only (sorry, PowerPC fans, I don't want to recompile GMP &amp; MPFR for you!) way to work with MP-FORTH.  The code will come as soon as I have re-arranged everything so other people can deal with it!

You can download KeyRPN and use it.  It is pretty crappy in terms of visuals, but hey, it's development code!</description>
    </item>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=touchrpn:tipsandtricks&amp;rev=1229980337&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-22T14:12:17-07:00</dc:date>
        <dc:creator>dstaudigel</dc:creator>
        <title>touchrpn:tipsandtricks</title>
        <link>http://mountainmandan.net/doku/doku.php?id=touchrpn:tipsandtricks&amp;rev=1229980337&amp;do=diff</link>
        <description>Here is a collection of usage tips that will help you get TouchRPN to do what you want!


HP Style &quot;roll&quot;

TouchRPN's roll function is the same as FORTH, not the HP-style.  The FORTH one pops the X register, and sticks the Y register (now the X register) and slips it into the Xth register (effectively rolling down every element).  You can also think of it as taking X+1 items and rolling them around.  I agree that this is sort of counter-intuitive, personally, I always thought of roll as rolling …</description>
    </item>
    <item rdf:about="http://mountainmandan.net/doku/doku.php?id=touchrpn:skins:simple_tutorial&amp;rev=1229885954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-21T11:59:14-07:00</dc:date>
        <dc:creator>dstaudigel</dc:creator>
        <title>touchrpn:skins:simple_tutorial</title>
        <link>http://mountainmandan.net/doku/doku.php?id=touchrpn:skins:simple_tutorial&amp;rev=1229885954&amp;do=diff</link>
        <description>Here's the step-by-step on creating a very basic skin for TouchRPN.  This tutorial requires that you know something about MP-FORTH syntax. 


Step One: Basics and Colors

First we have to set up some utility functionality, and the colors:


&quot;iface&quot; vocabulary{
	( Here we define some colors for use later.  These are used in button definitions to clarify what
	colors are being used.  They show up in configuration lists ) 

	( R      G      B       A   &lt;commands&gt;      name )
	169/255  82/255 94/255…</description>
    </item>
</rdf:RDF>

