Monday, November 20, 2006

KPL

KPL (Kids Programming Language) is structured language modeled on the simplicity and readability of BASIC. KPL was developed to teach children programming but do not consider it a primitive language. KPL ia a full featured language with an excellent IDE. The IDE has color syntax highlighting, run-time trace messages, tooltip help messages, tabbed window, code management, etc. KPL offers all the tipical instructions, functions and statements of traditional Basic improved with concepts of modern languages such as methods and user-defined structures. KPL does not have a GUI editor. As KPL borned to be a teaching language, graphic interfaces must be drawn by scratch. The same thing happens for mouse management: the programmer must tell the mouse where is the button. Do you remember ancient times when mouse funtions had to be coded in QuickBasic like this (X1,Y1)-(X2-Y2)? KPL requires .NET 1.1 and does not build EXEs but it may convert immediately the code to C# or VB.NET sources so to be compiled with these languages.

Web site: http://www.kidsprogramminglanguage.com/

0 Comments:

Post a Comment

<< Home