Javascript Logo interpreter

Online JavaScript Logo interpreter

some very beautiful and terse Logo examples

The following is one of my favorites from there.

Hypercube, by Frank Caggiano, U.S.:
repeat 8 [repeat 4 [rt 90 fd 100] bk 100 lt 45]

edit: You can also find two simple examples of mine at my repository.

Comments

  1. You can also find two simple examples of mine:

    http://code.google.com/p/bkil-open/source/browse/trunk/volatile#volatile%2Fkoch%2Fsrc

    ReplyDelete
  2. Hey, thanks! I've copy&pasted the Hypercube and it ran fine. Though, it was mere luck that it perfectly fit on the screen. If I shrank the constant, the resulting figure was tiny and if I enlarged it, the drawing wrapped around. I guess you could pre-run the script to arrive at approximate extents for the animation.

    ReplyDelete
  3. Try https://vrmath2.net/content/hypercube-tesseract
    Because this is 3D Logo, so the logo program has some 3D commands that are not standard Logo.

    ReplyDelete
    Replies
    1. Thank you for the feedback. Could you give a hint as to which interpreter is needed to execute that script?

      Delete

Post a Comment

Popular posts from this blog

Tftp secret of TL-WR740N uncovered

Hidden TFTP of TP-Link routers

Haskell for embedded: C output, compilers, monads, Timber