a standard library is planned

This commit is contained in:
mins
2024-10-26 01:27:03 -04:00
committed by GitHub
parent 7a76943120
commit c5dcf88f6b

View File

@@ -9,6 +9,7 @@
- tuples - tuples
- `extern "C"` functions - `extern "C"` functions
- modules (`import` function) - modules (`import` function)
- a standard library
- structs - structs
- data types (need an IO object for stateful functions to return) - data types (need an IO object for stateful functions to return)
- unpacking type parameters (`(x:xs)` in Haskell for example) - unpacking type parameters (`(x:xs)` in Haskell for example)