PrevUpHome

Compiled Languages


Oct 05, 2024

Compiled Language List

There are many good compiled programming language in the world, they are excellent programming languages.

c++

cpp/c++ is an object-oriented and general-purpose programming language for both systems and applications, its STL and boost facilities solved lots of problems.

Jakt

Jakt is a programming language developed by serenityos, for both systems and applications, written in c++.

Swift

Swift is a programming language developed by apple, for applications, written in c++.

Pascal

Free Pascal is a mature, versatile, open source Pascal compiler. It can target many processor architectures.

Fortran

Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs.

Oct 05, 2024

See Also

c++ boost

Back

Up

Cheers, cpp/c++ !

const std::string greeting = "Cheers, c++!";

std::cout << greeting << std::endl;

std::cout << greeting.data() << std::endl;

caught:

  ===================================
  #  The c++ programming language.  #
  #                                 #
  #  Join c++                       #
  #  Deck                           #
  ===================================

Home: cppfx.xyz


PrevUpHome