Back to Fact Wall
Language Topics (136)
Haskell Language
0

Haskell's laziness (evaluating expressions only when their values are needed) can lead to surprisingly concise and efficient code, but also to infinite loops if not handled carefully. elaborate

C Sharp (C#) Language
1

C# doesn't have a preprocessor directive like `#define` for creating simple constants in the same way C++ does; it uses `const` or `readonly` fields instead. elaborate

JavaScript Language
2

JavaScript's creator, Brendan Eich, wrote the initial version of the language in just 10 days. elaborate

Go (Golang) Language
3

Go's mascot is a gopher, designed by Renée French. elaborate

C PlusPlus (C++) Language
4

C++'s `std::vector` is not guaranteed to be contiguous in memory, although it usually is in practice for performance reasons. There are niche cases where a non-contiguous implementation might be chosen. elaborate

Scala Language
5

Scala's name is a portmanteau of "scalable language". elaborate

Python (Data Science/ML) Language
6

Scikit-learn, a hugely popular Python library for machine learning, is built on top of NumPy and SciPy, demonstrating the interconnected ecosystem of Python's data science tools. elaborate

Julia Language
7

Julia's creators initially aimed for it to be a language for high-performance numerical computing, but its general-purpose capabilities have led to its adoption in many other fields. elaborate

Rust Language
8

Rust's mascot is a crab, reflecting the language's focus on memory safety (crabs have hard shells protecting them). elaborate

PHP Language
9

PHP originally stood for Personal Home Page, reflecting its initial purpose as a set of Common Gateway Interface (CGI) binaries. elaborate

Kotlin Language
10

Kotlin was officially released by JetBrains in 2016. elaborate

Swift Language
11

Swift's name comes from a swift bird, known for its speed, reflecting the language's performance goals. elaborate

Java Language
12

Java's creator, James Gosling, originally called the language "Oak". elaborate

R Language (R) Language
13

R's name comes from the first letter of its creators' names, Ross Ihaka and Robert Gentleman. elaborate

Python Language
14

Python's creator, Guido van Rossum, named the language after the British comedy group Monty Python. elaborate

Perl Language
15

Perl's creator, Larry Wall, is a linguist, and this background heavily influenced Perl's design, making it unusually flexible and capable of handling complex text manipulation. elaborate

Go Lang (Go) Language
16

Go's garbage collector runs concurrently with your program, minimizing pauses and improving performance. elaborate

Linguistics Language
17

The word "set" has more definitions than any other word in the English language. elaborate

TypeScript Language
18

TypeScript's type system is structural, not nominal. This means that two types are considered compatible if they have the same shape, regardless of their names. elaborate

Dart Language
19

Dart's name is a pun; it's a play on words related to "darting" around the web and "dart boards"—referencing its initial design for web development and its ability to quickly deliver results. elaborate

Swift (Programming) Language
20

Swift's error handling uses a `do-catch` structure similar to other languages, but crucially, errors are *values* that can be explicitly thrown and handled, rather than exceptions abruptly interrupting execution. elaborate

Lua Language
21

Lua's name means "Moon" in Portuguese. elaborate

Rust Programming Language
22

Rust's borrow checker, a core part of its compiler, prevents data races at compile time, eliminating a significant class of runtime errors common in other languages. elaborate

Synecdoche Language
23

The word "synecdoche" itself is a synecdoche—the part (a figure of speech) representing the whole (the literary work). elaborate

Ruby Language
24

Ruby's creator, Yukihiro Matsumoto, designed the language with programmer happiness in mind. elaborate

No more topics to list!