Elixir – Dynamic Programming

Elixir is a dynamic language built on top of Erlang. Visit the elixir-lang.org home page for the latest information to get set up Elixir on your system and learn more about the language. If Elixir is already installed on your system, you can check the current version using the elixir –version command in a terminal… Read More

Tcl/Tk Menus, PopUps, and Toolbars

Menus help to intuitively navigate your way through an application. We can easily create menus using Tcl/Tk. Different methods are available to create a menubar in Tcl/Tk. This article follows the TkDocs Tutorial – Menus tutorial and credit due for the majority of the code presented here is theirs alone. The main menu typically appears… Read More