<div dir="ltr">It should be. The program from the docs (as below) produces the expected image in the teaching languages in the git head version, at least.<div><br></div><div>Robby</div><div><br></div><div><div>(require 2htdp/planetcute)</div>
<div>(require 2htdp/image)</div><div>; stack : non-empty-list-of-images -&gt; image</div><div>; stacks &#39;imgs&#39; on each other, separated by 40 pixels</div><div>(define (stack imgs)</div><div>  (cond</div><div>    [(empty? (rest imgs)) (first imgs)]</div>
<div>    [else (overlay/xy (first imgs)</div><div>                      0 40</div><div>                      (stack (rest imgs)))]))</div><div>(beside/align</div><div> &quot;bottom&quot;</div><div> (stack (list wall-block-tall stone-block))</div>
<div> (stack (list character-cat-girl</div><div>              stone-block stone-block</div><div>              stone-block stone-block))</div><div> water-block</div><div> (stack (list grass-block dirt-block))</div><div> (stack (list grass-block dirt-block dirt-block)))</div>
</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 27, 2013 at 8:14 AM, Jens Axel Søgaard <span dir="ltr">&lt;<a href="mailto:jensaxel@soegaard.net" target="_blank">jensaxel@soegaard.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Is it possible to use Planet Cute in the teaching languges?</div><div><br></div><div>From the documentation I get the feeling there is supposed</div>
<div>to be a teachpack, but I can&#39;t find any.</div>
<div><br></div><div>After  (require 2htdp/planetcute) using any identifiers from</div><div>the module provokes an error.</div><br clear="all"><div>







<p><a href="http://docs.racket-lang.org/teachpack/2htdpPlanet_Cute_Images.html" target="_blank">http://docs.racket-lang.org/teachpack/2htdpPlanet_Cute_Images.html</a></p></div><span class="HOEnZb"><font color="#888888"><div>
<br></div>-- <br>Jens Axel Søgaard<br><br>
</font></span></div>
<br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>