lambda-mountain icon indicating copy to clipboard operation
lambda-mountain copied to clipboard

Compact Typed Assembler (5K SLOC)

Results 100 lambda-mountain issues
Sort by recently updated
recently updated
newest added
trafficstars

generic moves and normal instructions are disorganized

high priority

List head is a partial function that may fail if the list is nil. The resulting blame should send the user to the call-site of head not into the head...

Make a new case for types ``` (Linear( Box )) ```

high priority

``` match x ( () (Pair( x y )) ( ... ) ) vs match x ( () (TPair( x y )) ( ... ) ) ``` will encounter an...

This would be a rather sophisticated frontend and backend. Web standards in, web standards out.

research

``` (f( a b c )) ``` AND ``` (f a b c) ``` should be OK. All that is necessary is to bind a separate type signature for the...