The Artima Developer Community
Sponsored Link

Python Buzz Forum
PyLogo

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
PyLogo Posted: Nov 18, 2003 2:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: PyLogo
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I just released PyLogo, a Logo interpreter written in, of course, Python. I've been having a lot of fun with it, maybe because a Logo interpreter is a bit more accessible than the Python interpreter, because it's a simpler language. And of course because it's always more fun to program in Python (which is probably why PyPy would be fun).

I have other things I should probably be working on, but sometimes I just can't stand working on things I should be working on and want to work on things for which I have absolutely no personal itch.

The other thing I'm hoping to explore in this is some of the programming philosophies of Logo (I'd highly recommend the classic book Mindstorms to anyone interested in programming [or math] education). Logo has very different design goals than Python (though not entirely), and these come out in interesting ways in the language. I actually think there's some ways Python could move towards Logo's accessibility; maybe I'll say PyLogo is an attempt to work from both directions.

Read: PyLogo

Topic: UIs of the future: Ion, Emacs Previous Topic   Next Topic Topic: PathUpdate API

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use