aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/developers-handbook/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-05-20 22:51:39 +0000
committerEd Maste <emaste@FreeBSD.org>2024-05-21 19:21:09 +0000
commit7fe035e4c1422f1f859c5c9a8d482cb04892cf24 (patch)
tree1bbfcff90d54745633232c781f261e83f8978df9 /documentation/content/en/books/developers-handbook/tools
parent09d69dc84a2c5702b7277af9fc1fb64cb23a7773 (diff)
Diffstat (limited to 'documentation/content/en/books/developers-handbook/tools')
-rw-r--r--documentation/content/en/books/developers-handbook/tools/_index.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc
index c1dbec7094..4308c320fe 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc
@@ -148,6 +148,13 @@ It is an excellent tool to work with when teaching programming to smaller age gr
+
The latest version of Logo for FreeBSD is available from the Ports Collection in package:lang/logo[].
+Lua::
+Lua is a lightweight embeddable scripting language.
+It is widely portable and relatively simple.
+Lua is available in the Ports Collection in package:lang/lua[].
+It is also included in the base system as [.filename]#/usr/libexec/flua# for use by base system components.
+Third party software should not depend on [.filename]#flua#.
+
Python::
Python is an Object-Oriented, interpreted language.
Its advocates argue that it is one of the best languages to start programming with, since it is relatively easy to start with, but is not limited in comparison to other popular interpreted languages that are used for the development of large, complex applications (Perl and Tcl are two other languages that are popular for such tasks).