# Pixie

> programming language

**Wikidata**: [Q21055605](https://www.wikidata.org/wiki/Q21055605)  
**Source**: https://4ort.xyz/entity/pixie

## Summary
Pixie is a functional programming language influenced by Clojure and Lisp. First released in April 2015, it is a cross-platform language distributed under the GNU Lesser General Public License. Pixie combines functional programming paradigms with the syntactic traditions of the Lisp family.

## Key Facts
- **Inception:** 2015
- **First Release:** Version 0.1 released on April 2, 2015
- **License:** GNU Lesser General Public License (LGPL)
- **Programming Paradigm:** Functional programming
- **Platform:** Cross-platform
- **Influenced By:** Clojure and Lisp
- **Instance Of:** Programming language
- **Source Code Repository:** https://github.com/pixie-lang/pixie
- **Google Knowledge Graph ID:** /g/11bw7rsnys
- **Wikipedia Presence:** Available in French (fr)

## FAQs

### Q: What programming languages influenced Pixie?
A: Pixie is influenced by Clojure (a dialect of Lisp created in 2007) and Lisp itself (a functional programming language based on lambda calculus, created in 1958). These influences shape Pixie's functional programming paradigm and syntax.

### Q: When was Pixie first released?
A: Pixie was first released in 2015, with version 0.1 published on April 2, 2015. The project has been publicly accessible since its inception that year.

### Q: What license is Pixie distributed under?
A: Pixie is distributed under the GNU Lesser General Public License (LGPL), a free software license that allows linking with non-free modules while keeping the core language open source.

### Q: Is Pixie platform-specific?
A: No, Pixie is cross-platform, meaning it can run on multiple operating systems and architectures without being tied to a single platform.

## Why It Matters
Pixie represents a modern effort to carry forward the Lisp family's traditions into contemporary programming contexts. By drawing inspiration from both Lisp (1958) and Clojure (2007), Pixie bridges nearly six decades of functional programming philosophy. Its cross-platform nature and open-source licensing under the LGPL make it accessible to developers seeking Lisp-style syntax and functional paradigms without proprietary constraints. As a functional programming language, Pixie contributes to the ongoing interest in immutable data structures, first-class functions, and declarative programming patterns. While its sitelink count of 1 suggests a smaller community presence compared to major languages, Pixie's availability on GitHub enables collaborative development and experimentation for programmers interested in exploring Lisp dialects.

## Notable For
- **Lisp Family Heritage:** Continues the lineage of Lisp-based languages dating back to 1958
- **Modern Clojure Influence:** Incorporates contemporary ideas from Clojure while maintaining classic Lisp foundations
- **Open Source Accessibility:** Released under LGPL, balancing open-source principles with practical reuse options
- **Cross-Platform Design:** Built to operate across different computing environments
- **Functional-First Approach:** Embraces functional programming as its primary paradigm

## Body

### Origins and Development
Pixie was created in 2015 as a functional programming language. Its initial public release, version 0.1, was published on April 2, 2015. The project is hosted on GitHub at https://github.com/pixie-lang/pixie, where its source code remains publicly available.

### Technical Classification
Pixie is classified as a programming language employing the functional programming paradigm. It is designed to run on cross-platform environments, allowing developers to use it across different operating systems.

### Language Influences
Pixie draws from two significant languages in the Lisp tradition:
- **Lisp:** A functional programming language based on the lambda calculus, created in 1958
- **Clojure:** A dialect of Lisp, created in 2007

These influences position Pixie within the broader family of parenthetical, functional languages that emphasize symbolic computation and list processing.

### Licensing and Availability
The language is distributed under the GNU Lesser General Public License. The project maintains a presence on French Wikipedia and has a Google Knowledge Graph identifier of /g/11bw7rsnys.

## References

1. [Release 0.1. 2015](https://github.com/pixie-lang/pixie/releases/tag/0.1)