jinko
jinko copied to clipboard
Jinko is a small and safe interpreted language with fast Rust and C FFI
```rust func ify[T](elt: T) -> List[T] { ... } ```
Currently type widening only works for "one level" and does not support nesting. This is a problem for the typesystem, and also prevents #673 from being merged since the expected...
Needs #671
Needs #662 Rebased on #662 this now reaches `Actual`, so the `TreeLike` visitor is working! ``` // if we don't want to have actual and typer look at generics, then...
...and add helpful documents about how ticks are the bane of Jinko's existence :)