Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axxxyyy/voxu
🧊 A strongly and statically typed, memory-efficient functional programming language.
https://github.com/axxxyyy/voxu
Last synced: about 1 month ago
JSON representation
🧊 A strongly and statically typed, memory-efficient functional programming language.
- Host: GitHub
- URL: https://github.com/axxxyyy/voxu
- Owner: axyiee
- License: apache-2.0
- Created: 2022-12-14T09:19:22.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-28T18:25:44.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T18:19:26.640Z (6 months ago)
- Homepage:
- Size: 46.9 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧊 voxu
A strongly and statically typed, memory-efficient functional programming language.
This is the repository for the compiler, lexical analyzer and parser, and the standard library
for the Voxu programming language. It is worth noting the language itself isn't even near
completion for now, so it is all right to write everything in a different language and then
migrate it to Voxu once it is ready.It's fair to tell newcorners about the fundamentals, concepts, design decisions, and of course,
the purpose and semantics of Voxu, while it is still in its early stage.For that reason, this document is written in a way that is easy to understand, and is intended
to become a reference or formal specification of the language as it evolves.As this is still in its first moments, I would like to hear your feedback and suggestions,
so feel free to contact me at:- [Discord](https://discord.com/users/273562710745284628)
- [The issues of this repository](https://code.axyria.dev/voxu/issues)At long last, Voxu is still my first programming language ever, so I'd appreciate any help or
advice anyone can give me, as I love to learn new concepts and listen to feedback.## 📖 Table of Contents
- [🐏 Memory efficiency](/wiki/memory-efficiency.md)
- [💪 Strong and static typing](/wiki/strong-and-static-typing.md)
- [🌍 Functional programming](/wiki/functional-programming.md)
- [🏁 Standard library](/wiki/standard-library.md)
- [♟️ Macros](/wiki/macros.md)
- [⚙️ The compiler](/wiki/the-compiler.md)
- [🎏 Syntax and semantics](/wiki/syntax-and-semantics.md)