The release of Calculate Linux 13 beta

gives us the oportunity to test CodeTyphon on this Gentoo-based distribution.
Calculate Linux is a Gentoo-based family of three distinguished distributions.
More info for Calculate Linux 13 beta release here
Some CodeTyphon screens here

Gentoo is a Linux based operating system (OS). (web site)
This distribution is best suited for experienced users and requires you to be able to hand edit configuration files using a text editor.
You must do the installation by starting your computer from a Live CD (A Linux environment with a collection of needed tools). The whole process is described in detail in the Gentoo Linux Handbook. This is time consuming, but not much harder than following a cookie recipe.
You compile all desired software optimized for your system.
Portage is a true ports (package management) system used by Gentoo Linux in the tradition of BSD ports, but is Python-based and has a number of advanced features including dependencies, fine-grained package management, fake (OpenBSD-style) installs, path sand boxing, safe un-merging, system profiles, virtual packages, configuration file management, and more.
Portage lets you install software packages easy as pie. Want to install unreal-tournament?
emerge unreal-tournament
emerge is the definitive command-line interface to the Portage system. It is primarily used for installing and managing packages. And emerge will automatically handle any dependencies a desired package has.