- Навигация
- Назад
Hack
Hack lets you write code quickly, while also having safety features built in, like static typechecking.
Groovy
Groovy is a dynamic language for the Java platform
GolfScript
GolfScript is an esoteric language that was developed in 2007 by Darren Smith. It is a scripting language with an interpreter written in Ruby. It lets you write very dense code in very few characters. The main goal of the language is, as the name suggests, to solve problems in as few keystrokes as possible. The examples page on the GolfScript website even has an entire Sudoku solver written in just 77 characters.
go.md
Go - это язык общего назначения, целью которого является удобство, простота, конкурентность. Это не тренд в компьютерных науках, а новейший и быстрый способ решать насущные проблемы.
Gleam
Gleam is a new language for Erlang’s BEAM virtual machine that relies on the power of a robust type system, the expressiveness of functional programming, and the highly concurrent fault-tolerant Erlang runtime using familiar and modern syntax inspired by languages like OCaml, Rust and Elixir.
Git
Git is a distributed version control and source code management system.
GDScript
GDScript is a dynamically and statically typed scripting language for the free and open source game engine Godot. Its syntax is vaguely similar to Python’s. Its main advantages are ease of use and tight integration with the engine. It’s a perfect fit for game development.
F#
F# is a general purpose functional/OO programming language. It’s free and open source, and runs on Linux, Mac, Windows and more.
Fortran
Fortran is one of the oldest computer languages. It was developed in the 1950s by IBM for numeric calculations (Fortran is an abbreviation of «Formula Translation»). Despite its age, it is still used for high-performance computing such as weather prediction. However, the language has changed considerably over the years, although mostly maintaining backwards compatibility; well known versions are FORTRAN 77, Fortran 90, Fortran 95, Fortran 2003, Fortran 2008, Fortran 2018 and Fortran 2023.
forth.md
Форт создан Чарлзом Муром в 70-е годы. Это императивный, стековый язык программирования и среда исполнения программ. Использовался в таких проектах как Open Firmware. Продолжает применяться в проектах. Применяется в НАСА.