Crates.io | wysk |
lib.rs | wysk |
version | 0.1.0 |
source | src |
created_at | 2022-05-07 09:49:42.230243 |
updated_at | 2022-05-07 09:49:42.230243 |
description | A statically typed functional language with type inference, ad-hoc polymorphism, and an extensible operator syntax. Influenced by Rust, ML, and Haskell. |
homepage | |
repository | https://github.com/lctr/wysk |
max_upload_size | |
id | 582039 |
size | 12,784 |
A statically typed, functional language inspired by Haskell, ML, and Rust. This language is effectively a rewrite and redesign of all the prior languages I've (incompletely) implemented, but with an emphasis on modular (and ideally non-monolithic) code.
I am still fairly inexperienced when it comes to compiler development, so it follows that this project -- and its documentation -- is very much a work in progress.
Below are some of the things I'm hoping to implement.
The following may not necessarily be directly involved within the development of this compiler, but have proven nonetheless to be valuable sources of information.