Category

Programming Languages

23 articlesRSS

Showing 1-23 of 23 articles

Actor model

The actor model is a mathematical model of concurrent computation whose universal primitive is the actor: an autonomous, isolated entity that owns private...

AI InfrastructureComputer Science

Agno

Agno is an open-source Python framework for building, running, and managing AI agents and multi-agent systems. It is model-agnostic, working with more than 30...

AI AgentsDeveloper Tools

Clojure

Clojure is a dynamic, general-purpose, functional programming language and a modern dialect of Lisp, created by Rich Hickey and first released on October 16,...

AI History

Common Lisp

Common Lisp is the ANSI-standardized dialect of the Lisp family and was, from the late 1980s through the early 1990s, the dominant programming language of...

AI HistoryComputer Science

Common Lisp Object System (CLOS)

The Common Lisp Object System (CLOS, often pronounced "see-loss" or "kloss") is the object-oriented programming facility built into ANSI Common Lisp, organized...

Dask

Dask is an open-source Python library for parallel and distributed computing that scales the familiar APIs of libraries such as NumPy, pandas, and scikit-learn...

AI InfrastructureData Science

Emacs Lisp

Emacs Lisp (often shortened to Elisp) is the dialect of Lisp used as the extension and scripting language of GNU Emacs. It was designed by Richard Stallman and...

Gradio

Gradio is an open-source Python library that lets developers build interactive web interfaces for machine learning models, APIs, and arbitrary Python functions...

Developer ToolsMachine Learning

Homoiconicity

Homoiconicity is a property of a programming language in which the program itself is represented as an ordinary data structure of the language, so that code...

Computer Science

JavaScript

JavaScript (often abbreviated JS) is a high-level, dynamically typed, multi-paradigm programming language that, alongside HTML and CSS, forms one of the three...

Software Development

Julia (programming language)

Julia is a high-level, high-performance, dynamically typed programming language built for technical computing, scientific computing, machine learning, and...

Machine Learning

Lambda Calculus

Lambda calculus (often written λ-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application...

Computer ScienceMathematics

Lean (Theorem Prover)

Lean is an open source interactive theorem prover and dependently typed functional programming language created by Leonardo de Moura, first launched at...

Mathematics

Lisp

Lisp (historically LISP, an acronym for "LISt Processor") is a family of programming languages, specified in 1958 by John McCarthy at the Massachusetts...

AI HistoryComputer Science

Multiple dispatch

Multiple dispatch (also called multimethods) is a programming-language feature in which the implementation of a function or method is selected at run time from...

Computer Science

Prolog

Prolog (a contraction of the French PROgrammation en LOGique) is a logic programming language, first implemented in 1972 by Alain Colmerauer's group at the...

Artificial IntelligenceComputer Science

Python (programming language)

Python is the dominant programming language for artificial intelligence and machine learning: roughly 59 percent of research implementations tracked by Papers...

AI Tools & ProductsDeveloper Tools

R (programming language)

R is a free, open-source programming language and software environment for statistical computing and graphics. It was created by Ross Ihaka and Robert...

Machine LearningStatistics

Racket (programming language)

Racket is a general-purpose, multi-paradigm programming language in the Lisp family and a direct descendant of Scheme. It is dynamically typed by default,...

Scheme

Scheme is a minimalist, multi-paradigm programming language and a dialect of Lisp, created in 1975 by Guy L. Steele Jr. and Gerald Jay Sussman at the MIT...

AI HistoryComputer Science

Triton (OpenAI GPU programming language)

Triton is an open-source, Python-embedded programming language and compiler, originally created by Philippe Tillet and released by OpenAI in July 2021, that...

Developer ToolsOpenAI

TypeScript

TypeScript is an open-source, statically typed programming language developed by Microsoft that extends JavaScript by adding optional static type annotations,...

MicrosoftSoftware Development

tf.keras

tf.keras is the high-level deep learning API built directly into the TensorFlow machine learning framework, and it has been TensorFlow's official and...

Deep LearningDeveloper Tools