I want to setup the Logo programming language in Ubuntu 14.04. Can someone please suggest me the appropriate compiler which is available?
I want to setup the Logo programming language in Ubuntu 14.04. Can someone please suggest me the appropriate compiler which is available?
LibreOffice now provides a Logo implementation that is truer to vintage Logo than KTurtle. Install as
sudo apt install libreoffice-librelogo
, and then access its controls by enabling theLogo
toolbar underView|Toolbars|Logo
within LibreOffice Writer. There will also be aLogo
entry in theLibreOffice Help
system.It's well documented and simple to use once you get the hang of it, and feels very much like Apple II logo, and TI-99/4A logo.
According to Wikipedia, UCBLogo, also known as Berkeley Logo, is closest to a 'de facto' standard Logo programming language and is available through the Debian command line package management tool Advanced Package Tool, APT. UCBLogo Language code is an interpreted computer language, and does not require an additional complier.
There's also the turtle module that ships with Python!
You could try KTurtle:
To install it use
sudo apt-get install kturtle
or Ubuntu software center