Free Development & DevOps Software
Raku
Raku is a programming language that intends to carry forward the ideals of the Perl community. The project was formerly known as Perl 6 and was renamed to Raku as of October 2019. Raku introduces many modern concepts to the historical language while keeping Perl compatibility mode as a part of the specification. Raku is developed by an enthusiastic community of volunteers, that strive to push the language forward.
Objective-C
A general purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. Objective-C was specifically designed for the Apple ecosystem and their respective application programming interfaces, Cocoa and Cocoa Touch for building applications for macOS and iOS. Since 2014 the Apple ecosystem rely on their new programming language Swift.
Rebol
Rebol is a lightweight, cross-platform data exchange programming language. The language is designed by Carl Sassenrath and is suited for network communications and distributed computing. Rebol's unique simplistic design makes it a productive language that is loved by its users.
Eiffel
Eiffel is an free and open-source object-oriented programming language designed at Eiffel Software by Bertrand Meyer back in 1985. Bertrand Meyer had one goal in mind when he created the language, the goal of increasing the reliability of commercial software development. Today Eiffel comes with its own IDE (Integrated Development Environment) called EiffelStudio, the software can be used to write Eiffel code in a single user interface that includes a compiler, interpreter, debugger, browser, metrics tool, profiler, diagram and code inspector.
Vala
A free and open object-oriented programming language with a self-hosting compiler that generates C code. Vala uses the GObject system and is syntactically similar to C# while introducing unique features like functions, signals, properties, generics, assisted memory management, exception handling, type inference, and foreach statements. Vala makes it simple to target the GNOME stack and is also used for writing applications to the operating system elementary OS.
Hack
Developed by Facebook as free and open-source dialect of PHP, Hack is a programming language for the HipHop Virtual Machine. Hack is licensed under the MIT License and allows developers to use both dynamic typing and static typing.
Beaker Browser
The Beaker Browser is an experimental peer-to-peer web browser for the modern web. The browser allows people to create Hyperdrive websites from within the browser itself, without setting up servers or touching the command-line. These Hyperdrive sites allow other users to visit your site directly from your computer and can be setup using the built-in code editor and published with a single click.