Online Ruby

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bearophileHUGS@lycos.com

    #1

    Online Ruby

    Maybe a page like this for Python exists already, or it can be useful
    to create it:



    Bye,
    bearophile

  • Mike Meyer

    #2
    Re: Online Ruby

    bearophileHUGS@ lycos.com writes:
    [color=blue]
    > Maybe a page like this for Python exists already, or it can be useful
    > to create it:
    > http://tryruby.hobix.com/[/color]

    Working on it, in my spare time (~1hr/day). You can poke at it at
    http://www.mired.org/home/mwm/try_python/, but it's *very* much not
    ready for release.

    <mike

    --
    Mike Meyer <mwm@mired.or g> http://www.mired.org/home/mwm/
    Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

    Comment

    • Paddy

      #3
      Re: Online Ruby

      That reminds me of TclTutor:


      TclTutor is a great Tk application that teaches Tcl/Tk by having all
      the lessons and examples set up waiting in the app. The examples can be
      edited/fixed and re-executed.

      I still bring up TclTutor when I delve into Tcl programming (after
      several years), it is invaluable.

      I guess a Python equivalent would be Idle, pre-packaged with lessons
      and examples from the Python tutorial available from the Idle menus.

      - Pad.

      Comment

      Working...