About 590,000 results
Open links in new tab
  1. Hour of Code | CodeHS

    Giving commands to a computer, which is what programming is all about, is just like giving commands to a dog. Learn how to code with Karel the Dog—a fun, accessible, and visual …

  2. Karel (programming language) - Wikipedia

    Karel is an educational programming language for beginners, created by Richard E. Pattis in his book Karel The Robot: A Gentle Introduction to the Art of Programming.

  3. Karel IDE - Stanford University

    * Welcome to the Stanford Karel IDE. * write any Karel program you want.

  4. karel-ide

    Inspired by Stanford Karel. Karel SVG taken from Sophia Westwood's Karel Helper

  5. Introduction to KAREL Programming - ONE Robotics Company

    KAREL is a lower-level language very similar to Pascal. It features strongly typed variables, constants, custom types, procedures, functions, and gives you access to all sorts of useful …

  6. Get started with Karel the robot - rOpenSci

    karel is an R package created with the purpose of providing an environment that enables the teaching of programming principles in a dynamic and interactive way, for students with no …

  7. Karel Reader - Stanford University

    Karel has been used in introductory computer science courses all across the world and has been taught to millions of students. Many generations of Stanford students learned how …

  8. Karel Sandbox | CodeHS

    Explore the programming languages and types of programs you can write in the CodeHS IDE. All programs are runnable in the browser—even on Chromebooks! Code instructions for Karel the …

  9. Documentation - Karel | CodeHS

    Writing a function is like teaching karel a new word. Naming Functions: You can name your functions whatever you want, but you can't have spaces in the function name.

  10. Karel Reader - Stanford University

    Comments in both Karel and Python begin with the characters # and include the rest of the line. In a simple program, extensive comments may seem silly because the effect of the program is …