Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drakmaniso/ciziel
A simple functional language
https://github.com/drakmaniso/ciziel
Last synced: about 2 months ago
JSON representation
A simple functional language
- Host: GitHub
- URL: https://github.com/drakmaniso/ciziel
- Owner: drakmaniso
- Created: 2019-12-02T07:12:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:33:36.000Z (9 months ago)
- Last Synced: 2024-10-15T11:51:55.769Z (3 months ago)
- Language: C
- Size: 415 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ciziel
This is an ongoing project to design a pure functional language with an
ownership type system, and write a compiler for it.## Status
The project is still in the design phase, *nothing is implemented*.
## Motivation
- Functional programming, but closer to the hardware than most existing
functional languages.
- An ownership system for memory management, but without the focus on zero-cost
abstractions and best-in-class performance that characterize Rust.If you're curious, you can read more details about the project in the [documentation](docs/index.md).