About 526,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 introduction to text or …

  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. Introduction to Karel the Robot - GitHub

    Karel is a simple robot and only responds to four commands: they can move forward, turn left, put down a beeper or pick up a beeper. In addition, Karel is able to check state of the area around themselves.

  5. Introducing Karel

    That robot was named Karel, after the Czech playwright Karel Čapek whose 1923 play R.U.R. (Rossum’s Universal Robots) gave the word robot to the English language. Karel was quite a …

  6. Robot Karel

    "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.

  7. Karel the Robot - Introduction

    The architecture of the Karel package is such that developers can build their own user interfaces using virtually any toolkit they desire. All they need is a C interface to interact with the Karel engine. Karel …

  8. Introduction to Programming with Karel the Dog

    Karel is a dog that lives in a grid world. Karel can move around the grid world and put down and take tennis balls, and we can use Karel to solve different problems and explore the basics of programming.

  9. What is Karel? - Definition from Amazing Algorithms

    Karel is a teaching language used in introductory computer programming courses to instruct students about basic programming concepts and problem-solving through a simulated robot world.

  10. Karel++ Tutorial -Main Menu

    Despite its simplicity, it contains most of the important major concepts of full programming languages like C++, Java, and scripting languages like Javascript. The karel software is freely available as …