Is there a dialect of LISP/Logo in Portuguese?

Asked

Viewed 227 times

5

For children programming with English words can get in the way a little to understand well what everything is and does. I grew up with Superlogo in Dutch. There are things like this in English?

3 answers

5


Kturtle of The KDE Education Project (documentation).

Kturtle is an educational programming environment that uses Turtlescript, a programming language loosely based and inspired by the Logo. The goal of Kturtle is to make programming as easy and accessible as possible. This makes Kturtle suitable for teaching children the basics of Mathematics, Geometry and... programming. One of the main features of Turtlescript is the ability to translate commands into the programmer’s language.


Scratch of Massachusetts Institute of Technology (MIT) (documentation).

Currently people have access to an unbelievable variety of interactive games, stories, animations, simulations and other types of interactive and dynamic media on their computers, but for most, these programs are a one-way street ca: you can just see,click and use what has been created by other people, you cannot design and create your own programs.

Scratch changes this by broadening the range of what you can design and create on the computer, making it easy to combine d and Graphics, fotos, music and sounds to generate interactive creations. With Scratch, you can create characters that dance, sing and interact with each other, or create images that rotate, rotate and are animated in response to mouse movements, or integrate images with sound effects and music clips to create a birthday card for a friend, or create an interactive school report.


xLogo (documentation).

XLOGO is an LOGO interpreter written in Java that currently runs in 8 languages: German, Arabic, French, English, Spanish, Portuguese, Welsh and Esperanto. Released under GPL license, it is a free ("software") program.


Tat Academy (documentation).

With the Tat Academy it is surprisingly easy to start creating amazing form with Logo Language


Superlogo of State University of Campinas (Unicamp) (documentation).

This free version of Logo in Portuguese was developed by Nied of Unicamp based on Mswlogo (about Mswlogo it may also be interesting to try Fmslogo, with interfaces in English, Spanish, German and now also in Portuguese).


wxLogo of Federal University of Lavras (UFLA) (documentation).

The wxLogo project consists of the development of a cross-platform LOGO interpreter (with version for Windows and Linux, at least).

This project was created with the hope of building with the reduction of costs of computer laboratories in public schools, providing a free program and running in a free operating system. LOGO is widely used in computer labs as it stimulates students' logical reasoning.

  • Do you know if this works on Windows? (I use Linux personally, so I don’t need to, but it can be interesting for those looking for...)

  • I turned into community wiki, let us keep one...

  • Vi, then I marked it as an answer ;)

4

Other relevant alternatives to start programming with a child target audience or who are unfamiliar with English are:

  • G-Portugol

    G-Portugol is a structured programming language, entirely in Portuguese, derived from what is now known as "portugol" (a notation widely used to describe algorithms in Portuguese in a free and spontaneous way).

    algoritmo OlaMundo;
    início
      imprima("Olá, Mundo!");
    fim
    

    It is interesting to note that the language supports accented characters.


  • Scratch (MIT)

    Scratch is much more accessible than other programming languages, by using a graphical interface that allows programs to be assembled as building blocks, resembling the Lego toy. It uses syntax common to many programming languages. And unlike other languages, it has no obscure punctuation.

1

There is. I remember playing with Logo in school and it was in Portuguese. There were many such programs in the 1990s and early 2000s, but of the still active ones the only one I remember is Kturtle.

The Kturtle (http://edu.kde.org/kturtle) is part of a suite of KDE educational applications. It has a Logo-based language and can be translated. The latest version is for KDE4 and there is English translation!

  • I would be very interested to see something of these old (I bet they are/were closed or n run more in today’s systems?). Also the Superlogo that I mentioned today practically can no longer get and rotate...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.