stregaml icon indicating copy to clipboard operation
stregaml copied to clipboard

Experimenting with a language implementation in ocaml

Results 8 stregaml issues
Sort by recently updated
recently updated
newest added

Currently, these are supported by virtue of the GC and not checking - when I add the MIR, we'll need to actually start checking!

bug
soon

How to design this?

enhancement
soon

currently, pattern matching is limited to switching on the currently held variant. Full pattern matching would be great.

enhancement
future

syntax: ```cafe effect Yield { func yield(Int32); } effect IoYield = Yield | Io; func generate() Yield { ... } func get_int() Io -> Int32 { ... } func input_stream()...

enhancement
wishes

syntax: `type Array[T: type, N: UInt]` ```cafe func iter_map[ T: type, U: type, E: effect, ]( lst: List[T], f: func(T) E -> U, ) Yield[Int32] | E { ... }...

enhancement
future

Do a test with esy, see how it works, how I like it.

enhancement
soon