aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-05-25 03:51:04 +0000
committerEd Maste <emaste@FreeBSD.org>2024-06-26 00:04:54 +0000
commit979d05decef577d00984339752ba510a7d3717d4 (patch)
treeb9948383cf65da25bd110e37ef40c565514aeb10
parent78acff092287be35339d375f4a2b2c8bac9aa387 (diff)
developers-handbook: remove reference to removed lang/logo
Reported by: Pau Amma
-rw-r--r--documentation/content/en/books/developers-handbook/tools/_index.adoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc
index 4308c320fe..0bd0f0cd3b 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc
@@ -142,12 +142,6 @@ Icon::
Icon is a high-level language with extensive facilities for processing strings and structures.
The version of Icon for FreeBSD can be found in the Ports Collection as package:lang/icon[].
-Logo::
-Logo is a language that is easy to learn, and has been used as an introductory programming language in various courses.
-It is an excellent tool to work with when teaching programming to smaller age groups, as it makes creation of elaborate geometric shapes an easy task.
-+
-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.