Leopard: a new programming language for teaching kids
The developer of the programming language Leopard was interviewed by Robert Scoble. In the video podcast, he talks about how he himself studied programming at the age of 12-13, as well as the specific features of the new language, which has already received a number of favorable reviews from teachers and the specialized press. The latest version of Leopard 2.1, you can create these widgets and place them, for example, on the desktop of your computer. On the official website of the Leopard language, as an example, such a program is given along with the source code .
Let's create our window .: ')
window
window title My WeatherBug - 30083
window size 548 505
font impact 8
: Now that we've created the window, we can then add the controls:
weatherbug camera STNMN ten ten
button SE Radar 361 70 150 23
buttontwo SE Lightning 361 93 150 23
weatherbug 30083 temperature 390 150
web
no scrollbars ten 260 510 200
: We’ll now clicked .:
button onclick weatherbug radar SE Radar SE
buttontwo onclick weatherbug lightning SE Lightning SE
: Pretty simple, eh?To complete your program, just issue the "end" command .: