<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/cjam/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Jun 2017 15:01:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cjam/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -23,7 +23,7 @@
 **Fan contributions:**

 - [CJam tutorial](http://cjam.readthedocs.org/en/latest/intro.html) (thanks to Sp3000)
-- [CJam cheat sheet](https://dl.dropboxusercontent.com/u/15495351/cjam.pdf) (thanks to Mauris aka Lynn)
+- [CJam cheat sheet](http://foldr.moe/cjam.pdf) (thanks to Lynn)
 - [CJam Explainer, Evaluator and Reference](http://usandfriends.github.io/CJam101/) (thanks to usandfriends)
 - [Online CJam interpreter](http://cjam.tryitonline.net/), server-side (thanks to Dennis)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 02 Jun 2017 15:01:02 -0000</pubDate><guid>https://sourceforge.net86694ac826e1dfdd66417f31c9155177369ab230</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -7,7 +7,9 @@
 You can also launch an interactive shell:
 `java -cp cjam-0.6.5.jar net.aditsu.cjam.Shell`

-A browser-based interpreter is available at http://cjam.aditsu.net (it works offline after initial loading)
+A browser-based interpreter is available at http://cjam.aditsu.net (it's client-side, works offline after initial loading)
+
+**Documentation:**

 - [Syntax](Syntax)
 - [The stack](The stack)
@@ -21,8 +23,9 @@
 **Fan contributions:**

 - [CJam tutorial](http://cjam.readthedocs.org/en/latest/intro.html) (thanks to Sp3000)
-- [CJam cheat sheet](https://dl.dropboxusercontent.com/u/15495351/cjam.pdf) (thanks to Mauris)
+- [CJam cheat sheet](https://dl.dropboxusercontent.com/u/15495351/cjam.pdf) (thanks to Mauris aka Lynn)
 - [CJam Explainer, Evaluator and Reference](http://usandfriends.github.io/CJam101/) (thanks to usandfriends)
+- [Online CJam interpreter](http://cjam.tryitonline.net/), server-side (thanks to Dennis)

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Mon, 04 Jul 2016 21:03:49 -0000</pubDate><guid>https://sourceforge.netf35d6043841f582c45693a2f317d02c1709af770</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -2,7 +2,7 @@
 It is an interpreted language, and the official interpreter is written in java.
 The name stands for cherry jam. The author is also using the language in [Google Code Jam](https://code.google.com/codejam/) competitions, and included a class called `JamCode` that helps deal with the input and output for multiple cases, but otherwise the language is not related to the Code Jam or Google in any way.

-In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.5.jar, and run this command:
+In order to run a CJam program, [download](https://sourceforge.net/projects/cjam/files/) the latest jar file, e.g. cjam-0.6.5.jar, and run this command:
 `java -jar cjam-0.6.5.jar file.cjam`
 You can also launch an interactive shell:
 `java -cp cjam-0.6.5.jar net.aditsu.cjam.Shell`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Sep 2015 15:38:48 -0000</pubDate><guid>https://sourceforge.net8d79917a872ff0dab283ee427a5f321535bcc61e</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -7,9 +7,8 @@
 You can also launch an interactive shell:
 `java -cp cjam-0.6.5.jar net.aditsu.cjam.Shell`

-A browser-based interpreter is available at http://cjam.aditsu.net
+A browser-based interpreter is available at http://cjam.aditsu.net (it works offline after initial loading)

-- [CJam tutorial](http://cjam.readthedocs.org/en/latest/intro.html) (thanks to Sp3000)
 - [Syntax](Syntax)
 - [The stack](The stack)
 - [Data types and literals](Data types and literals)
@@ -19,5 +18,11 @@
 - [Examples](Examples)
 - [Planned features](Planned features)

+**Fan contributions:**
+
+- [CJam tutorial](http://cjam.readthedocs.org/en/latest/intro.html) (thanks to Sp3000)
+- [CJam cheat sheet](https://dl.dropboxusercontent.com/u/15495351/cjam.pdf) (thanks to Mauris)
+- [CJam Explainer, Evaluator and Reference](http://usandfriends.github.io/CJam101/) (thanks to usandfriends)
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Sat, 22 Aug 2015 15:08:53 -0000</pubDate><guid>https://sourceforge.netef7e00ae5447329726b24febffeaf756e998a6a6</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -9,6 +9,7 @@

 A browser-based interpreter is available at http://cjam.aditsu.net

+- [CJam tutorial](http://cjam.readthedocs.org/en/latest/intro.html) (thanks to Sp3000)
 - [Syntax](Syntax)
 - [The stack](The stack)
 - [Data types and literals](Data types and literals)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Thu, 18 Jun 2015 20:21:49 -0000</pubDate><guid>https://sourceforge.neteb47c442b85e7eba3d5b9ef90a363f68c59ea20f</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -2,10 +2,10 @@
 It is an interpreted language, and the official interpreter is written in java.
 The name stands for cherry jam. The author is also using the language in [Google Code Jam](https://code.google.com/codejam/) competitions, and included a class called `JamCode` that helps deal with the input and output for multiple cases, but otherwise the language is not related to the Code Jam or Google in any way.

-In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.4.jar, and run this command:
-`java -jar cjam-0.6.4.jar file.cjam`
+In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.5.jar, and run this command:
+`java -jar cjam-0.6.5.jar file.cjam`
 You can also launch an interactive shell:
-`java -cp cjam-0.6.4.jar net.aditsu.cjam.Shell`
+`java -cp cjam-0.6.5.jar net.aditsu.cjam.Shell`

 A browser-based interpreter is available at http://cjam.aditsu.net

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 17 Apr 2015 20:15:04 -0000</pubDate><guid>https://sourceforge.netd5aeba5804d2dc5d322d4bda0d2e808d4a960b78</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -2,10 +2,10 @@
 It is an interpreted language, and the official interpreter is written in java.
 The name stands for cherry jam. The author is also using the language in [Google Code Jam](https://code.google.com/codejam/) competitions, and included a class called `JamCode` that helps deal with the input and output for multiple cases, but otherwise the language is not related to the Code Jam or Google in any way.

-In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.3.jar, and run this command:
-`java -jar cjam-0.6.3.jar file.cjam`
+In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.4.jar, and run this command:
+`java -jar cjam-0.6.4.jar file.cjam`
 You can also launch an interactive shell:
-`java -cp cjam-0.6.3.jar net.aditsu.cjam.Shell`
+`java -cp cjam-0.6.4.jar net.aditsu.cjam.Shell`

 A browser-based interpreter is available at http://cjam.aditsu.net

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 13 Feb 2015 16:04:01 -0000</pubDate><guid>https://sourceforge.net1d28922601c60aee0f68e4bfad21e69ddc1db79e</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1,13 +1,13 @@
 CJam is a stack-oriented programming language heavily inspired from [GolfScript](http://www.golfscript.com/golfscript/) and suitable for [code golfing](https://en.wikipedia.org/wiki/Code_golf).
 It is an interpreted language, and the official interpreter is written in java.
-The name stands for cherry jam. The author also plans to use the language in [Google Code Jam](https://code.google.com/codejam/) competitions, but otherwise it is not related to the Code Jam or Google in any way.
+The name stands for cherry jam. The author is also using the language in [Google Code Jam](https://code.google.com/codejam/) competitions, and included a class called `JamCode` that helps deal with the input and output for multiple cases, but otherwise the language is not related to the Code Jam or Google in any way.

-In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.2.jar, and run this command:
-`java -jar cjam-0.6.2.jar file.cjam`
+In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.3.jar, and run this command:
+`java -jar cjam-0.6.3.jar file.cjam`
 You can also launch an interactive shell:
-`java -cp cjam-0.6.2.jar net.aditsu.cjam.Shell`
+`java -cp cjam-0.6.3.jar net.aditsu.cjam.Shell`

-**New: browser-based interpreter at http://cjam.aditsu.net **
+A browser-based interpreter is available at http://cjam.aditsu.net

 - [Syntax](Syntax)
 - [The stack](The stack)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 30 Jan 2015 21:40:39 -0000</pubDate><guid>https://sourceforge.nete5a3ae849bd2bce384374906f47f36962e317858</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -2,10 +2,10 @@
 It is an interpreted language, and the official interpreter is written in java.
 The name stands for cherry jam. The author also plans to use the language in [Google Code Jam](https://code.google.com/codejam/) competitions, but otherwise it is not related to the Code Jam or Google in any way.

-In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.1.jar, and run this command:
-`java -jar cjam-0.6.1.jar file.cjam`
+In order to run a CJam program, download the latest jar file, e.g. cjam-0.6.2.jar, and run this command:
+`java -jar cjam-0.6.2.jar file.cjam`
 You can also launch an interactive shell:
-`java -cp cjam-0.6.1.jar net.aditsu.cjam.Shell`
+`java -cp cjam-0.6.2.jar net.aditsu.cjam.Shell`

 **New: browser-based interpreter at http://cjam.aditsu.net **

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 15 Jul 2014 07:03:43 -0000</pubDate><guid>https://sourceforge.net5f20d3c2ba8f81495bca1d6babfef3ac7223e258</guid></item><item><title>Home modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -16,6 +16,7 @@
 - [Variables](Variables)
 - [Differences from GolfScript](Differences from GolfScript)
 - [Examples](Examples)
+- [Planned features](Planned features)

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Sat, 05 Jul 2014 15:46:41 -0000</pubDate><guid>https://sourceforge.netc83b9110daa2ac999f2fb76e9025aef1051fbb8b</guid></item></channel></rss>