Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manyoso/unv
UNV- a computer language based upon ideas from the univalent foundations of mathematics project
https://github.com/manyoso/unv
Last synced: 29 days ago
JSON representation
UNV- a computer language based upon ideas from the univalent foundations of mathematics project
- Host: GitHub
- URL: https://github.com/manyoso/unv
- Owner: manyoso
- License: mit
- Created: 2014-04-02T02:30:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T01:34:25.000Z (about 9 years ago)
- Last Synced: 2024-10-14T12:49:19.648Z (2 months ago)
- Language: C++
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Introducing *UNV* - a computer language based upon ideas from the univalent
foundations of mathematics project: [http://homotopytypetheory.org]
(http://homotopytypetheory.org)## Motivation
The motivation for this project is as tool to study and understand *homotopy
type theory* from a computer science perspective. The language is meant to
serve as a testing ground for working out the implications of homotopy type
theory.## Design
TODO
## Implementation
One of the goals is to introduce dependently typed constructs to the c-like
language family of general purpose and systems programming. The compiler
frontend uses the *QtCore module* of the [Qt C++ toolkit](http://qt-project.org/)
in order to quickly create a hand-written lexer/parser that will be easily
to manipulate as the language takes shape. The backend of the compiler will
use the [LLVM (Low Level Virtual Machine)](http://llvm.org/) compiler
infrastructure and associated tooling to produce native binaries for systems
programming.