How to Configure Laby to Use More Programming Languages like Python in linux



How to Configure Laby to Use More Programming Languages like Python in linux

How to Configure Laby to Use More Programming Languages like Python in linux

This video shows how to get laby, a programming game to be able to be used in more languages like Python.

Laby doesn’t internally parse the programs a user writes and needs the help of a compiler or interpreter for a user to play with it.

To do this, quit out of laby and on Ubuntu, you can install Python with “sudo apt install python”This command may not work with all linux versions, but it should work with most including Debian and Raspberry Pi OS.

Once its finished installing, you should be able to restart laby, choose python in the languages droplist and be able to play.

For other languages :-
Language – Program needed
C – gcc
C++ – g++
java – java and javac
js – rhino
lua – lua
ocaml – ocaml
pascal – fpc
perl – perl
prolog – gplc
ruby – ruby
scheme – guile
vala – valac

eg: “sudo apt install fpc” should get pascal as a selectable option in the droplist.